From: Paul Barker <paul@pbarker.dev>
To: poky@lists.yoctoproject.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH 1/3] genericx86-common: Use append with MACHINE_FEATURES
Date: Sat, 28 Mar 2026 09:46:52 +0000 [thread overview]
Message-ID: <20260328-default-features-v1-1-549331ccfab0@pbarker.dev> (raw)
In-Reply-To: <20260328-default-features-v1-0-549331ccfab0@pbarker.dev>
We should modify MACHINE_FEATURES using :append instead of += to
preserve the weakly assigned defaults.
Signed-off-by: Paul Barker <paul@pbarker.dev>
---
meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index 95d9e175fc4c..e10b69ca75cd 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -1,6 +1,6 @@
include conf/machine/include/x86/x86-base.inc
require conf/machine/include/x86/qemuboot-x86.inc
-MACHINE_FEATURES += "wifi efi pcbios"
+MACHINE_FEATURES:append = "wifi efi pcbios"
PREFERRED_VERSION_linux-yocto ?= "6.18%"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
--
2.43.0
next prev parent reply other threads:[~2026-03-28 9:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-28 9:46 [PATCH 0/3] Adapt to new default feature handling Paul Barker
2026-03-28 9:46 ` Paul Barker [this message]
2026-03-28 9:46 ` [PATCH 2/3] genericarm64: Use MACHINE_FEATURES_DEFAULT Paul Barker
2026-03-28 9:46 ` [PATCH 3/3] beaglebone-yocto: " Paul Barker
2026-03-31 19:31 ` [poky] [PATCH 0/3] Adapt to new default feature handling Paul Barker
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=20260328-default-features-v1-1-549331ccfab0@pbarker.dev \
--to=paul@pbarker.dev \
--cc=poky@lists.yoctoproject.org \
/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