public inbox for poky@lists.yoctoproject.org
 help / color / mirror / Atom feed
From: Paul Barker <paul@pbarker.dev>
To: poky@lists.yoctoproject.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH 2/3] genericarm64: Use MACHINE_FEATURES_DEFAULT
Date: Sat, 28 Mar 2026 09:46:53 +0000	[thread overview]
Message-ID: <20260328-default-features-v1-2-549331ccfab0@pbarker.dev> (raw)
In-Reply-To: <20260328-default-features-v1-0-549331ccfab0@pbarker.dev>

In openembedded-core, MACHINE_FEATURES_BACKFILL will be replaced to
allow opting out of any default MACHINE_FEATURES. To adapt to this, we
need to use MACHINE_FEATURES_DEFAULT to pick up the features that were
previously added via backfill.

We can also drop rtc and qemu-usermode from our list as they are
included in the backfill list (before the change in openembedded-core)
and the new defaults (after the change).

Signed-off-by: Paul Barker <paul@pbarker.dev>
---
 meta-yocto-bsp/conf/machine/genericarm64.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 2b1ce4bdd02b..02a2219ce5b5 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -8,7 +8,10 @@ require conf/machine/include/arm/arch-armv8a.inc
 # Arm Base System Architecture says v8.0+ is allowed, but FEAT_CRC32 is required
 DEFAULTTUNE = "armv8a-crc"
 
-MACHINE_FEATURES = "acpi alsa bluetooth efi keyboard pci qemu-usermode rtc screen usbhost vfat wifi"
+MACHINE_FEATURES = " \
+    ${MACHINE_FEATURES_DEFAULT} \
+    acpi alsa bluetooth efi keyboard pci screen usbhost vfat wifi \
+    "
 
 KERNEL_IMAGETYPE = "Image"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"

-- 
2.43.0



  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 ` [PATCH 1/3] genericx86-common: Use append with MACHINE_FEATURES Paul Barker
2026-03-28  9:46 ` Paul Barker [this message]
2026-03-28  9:46 ` [PATCH 3/3] beaglebone-yocto: Use MACHINE_FEATURES_DEFAULT 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-2-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