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 <gabriel.valcazar@digi.com>
This commit is contained in:
parent
1755349259
commit
3842b49390
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue