ccimx8mn: add Optee component to the machine features.

Since this component pulls in Optee dependencies, which in turn depend on
packages from meta-python2, add this layer to the ccimx8mn-dvk's default
bblayers.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>

https://jira.digi.com/browse/DEL-7025
This commit is contained in:
Mike Engel 2020-12-11 10:07:01 +01:00 committed by Gabriel Valcazar
parent c0788ada65
commit 1baba309c2
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
${WIRELESS_MODULE} \
"
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip mca"
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip mca optee"
# AARCH64 doesn't support self-extracting zImage
KERNEL_IMAGETYPE = "Image.gz"

View File

@ -17,6 +17,7 @@ BBLAYERS ?= " \
##DIGIBASE##/meta-swupdate \
##DIGIBASE##/meta-freescale \
##DIGIBASE##/meta-fsl-demos \
##DIGIBASE##/meta-python2 \
##DIGIBASE##/meta-webkit \
##DIGIBASE##/meta-digi/meta-digi-arm \
##DIGIBASE##/meta-digi/meta-digi-dey \