From: "'Jan Kiszka' via isar-users" <isar-users@googlegroups.com>
To: Felix Moessbauer <felix.moessbauer@siemens.com>,
isar-users@googlegroups.com
Subject: Re: [PATCH v2 2/5] kernel: bind x86_64_defconfig to amd64 architecture instead of machine
Date: Tue, 18 Aug 2026 08:27:24 +0200 [thread overview]
Message-ID: <76bd1ba7-64ec-484b-835d-facc3da25777@siemens.com> (raw)
In-Reply-To: <20260817113420.750731-3-felix.moessbauer@siemens.com>
On 17.08.26 13:34, Felix Moessbauer wrote:
> This defconfig is a reasonable default for all amd64 machines. We now
> make it the default for that architecture for linux-cip and
> linux-mainline. Further, we only add it to the SRC_URI if actually
> needed.
>
You should leave a reasoning here as well.
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
> meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb | 3 ++-
> meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb | 4 ++--
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb b/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb
> index 1f4d75bc..e2775c8d 100644
> --- a/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb
> +++ b/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb
> @@ -13,4 +13,5 @@ SRC_URI += " \
>
> SRCREV = "af3adf9f9c633ac0e1d68487d7fad22285dda8a3"
>
> -KERNEL_DEFCONFIG:qemuamd64-cip = "x86_64_defconfig"
> +SRC_URI:append:amd64 = " file://${KERNEL_DEFCONFIG}"
We already have file://x86_64_defconfig in SRC_URI - drop that other
statement then.
> +KERNEL_DEFCONFIG:amd64 = "x86_64_defconfig"
> diff --git a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
> index 10444680..786a9db8 100644
> --- a/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
> +++ b/meta-isar/recipes-kernel/linux/linux-mainline_6.12.85.bb
> @@ -11,7 +11,6 @@ ARCHIVE_VERSION = "${@ d.getVar('PV')[:-2] if d.getVar('PV').endswith('.0') else
>
> SRC_URI += " \
> https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${ARCHIVE_VERSION}.tar.xz \
> - file://x86_64_defconfig \
> file://ftpm-module.cfg \
> file://subdir \
> file://no-root-nfs.cfg;apply=no"
> @@ -20,7 +19,8 @@ SRC_URI[sha256sum] = "e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd
>
> S = "${WORKDIR}/linux-${ARCHIVE_VERSION}"
>
> -KERNEL_DEFCONFIG:qemuamd64 = "x86_64_defconfig"
> +SRC_URI:append:amd64 = " file://${KERNEL_DEFCONFIG}"
> +KERNEL_DEFCONFIG:amd64 = "x86_64_defconfig"
>
> LINUX_VERSION_EXTENSION = "-isar"
>
Jan
--
Siemens AG, Foundational Technologies
Linux Expert Center
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/76bd1ba7-64ec-484b-835d-facc3da25777%40siemens.com.
next prev parent reply other threads:[~2026-08-18 6:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-17 11:34 [PATCH v2 0/5] Fix single-name single-content rule for kernel packages 'Felix Moessbauer' via isar-users
2026-08-17 11:34 ` [PATCH v2 1/5] testsuite: make test_libc_dev_deploy KERNEL_NAME agnostic 'Felix Moessbauer' via isar-users
2026-08-17 11:34 ` [PATCH v2 2/5] kernel: bind x86_64_defconfig to amd64 architecture instead of machine 'Felix Moessbauer' via isar-users
2026-08-18 6:27 ` 'Jan Kiszka' via isar-users [this message]
2026-08-17 11:34 ` [PATCH v2 3/5] kernel: make source package architecture specific 'Felix Moessbauer' via isar-users
2026-08-18 6:23 ` 'Jan Kiszka' via isar-users
2026-08-20 7:45 ` 'MOESSBAUER, Felix' via isar-users
2026-08-20 8:13 ` 'Jan Kiszka' via isar-users
2026-08-20 8:29 ` 'MOESSBAUER, Felix' via isar-users
2026-08-17 11:34 ` [PATCH v2 4/5] kernel: move common parts of linux-mainline to inc 'Felix Moessbauer' via isar-users
2026-08-17 11:34 ` [PATCH v2 5/5] kernel: use architecture specific names for kernels 'Felix Moessbauer' via isar-users
2026-08-18 6:26 ` 'Jan Kiszka' via isar-users
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=76bd1ba7-64ec-484b-835d-facc3da25777@siemens.com \
--to=isar-users@googlegroups.com \
--cc=felix.moessbauer@siemens.com \
--cc=jan.kiszka@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox