[PATCH 1/3] genericx86-common: Use append with MACHINE_FEATURES
Paul Barker <[email protected]> Sat, 28 Mar 2026 09:46:52 +0000
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
We should modify MACHINE_FEATURES using :append instead of += to preserve the weakly assigned defaults. Signed-off-by: Paul Barker <[email protected]> --- 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