From: Paul Barker <paul@pbarker.dev>
To: poky@lists.yoctoproject.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH 3/3] beaglebone-yocto: Use MACHINE_FEATURES_DEFAULT
Date: Sat, 28 Mar 2026 09:46:54 +0000 [thread overview]
Message-ID: <20260328-default-features-v1-3-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.
Signed-off-by: Paul Barker <paul@pbarker.dev>
---
meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index b76edffa8fa3..713813a405f5 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -32,7 +32,7 @@ SPL_BINARY = "MLO"
UBOOT_SUFFIX = "img"
UBOOT_MACHINE = "am335x_evm_defconfig"
-MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
+MACHINE_FEATURES = "${MACHINE_FEATURES_DEFAULT} usbgadget usbhost vfat alsa"
IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY} ${KERNEL_IMAGETYPE} ${DTB_FILES}"
--
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 ` [PATCH 1/3] genericx86-common: Use append with MACHINE_FEATURES Paul Barker
2026-03-28 9:46 ` [PATCH 2/3] genericarm64: Use MACHINE_FEATURES_DEFAULT Paul Barker
2026-03-28 9:46 ` Paul Barker [this message]
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-3-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