[PATCH 3/3] beaglebone-yocto: Use MACHINE_FEATURES_DEFAULT
Paul Barker <[email protected]> Sat, 28 Mar 2026 09:46:54 +0000
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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