From 3842b49390fc09f3c8fcacf507cf418b150ca719 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 17 Jan 2025 15:10:55 +0100 Subject: [PATCH] ccmp25-dvk: add missing optee and efi machine/distro features We have these features enabled for our mp1 platforms, and the optee one is needed in order to pull in the optee-os package to the images/sdk. https://onedigi.atlassian.net/browse/DEL-9443 Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index ebe67936e..810542cb6 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -148,6 +148,7 @@ BOOTABLE_ARTIFACTS = " \ " # Per-machine DISTRO_FEATURES customization +MACHINE_DISTRO_FEATURES_ADD = "efi optee" MACHINE_DISTRO_FEATURES_REMOVE = "x11" # Default ROOTFS max size for image being built to this value