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:
parent
c0788ada65
commit
1baba309c2
|
|
@ -50,7 +50,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
||||||
${WIRELESS_MODULE} \
|
${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
|
# AARCH64 doesn't support self-extracting zImage
|
||||||
KERNEL_IMAGETYPE = "Image.gz"
|
KERNEL_IMAGETYPE = "Image.gz"
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ BBLAYERS ?= " \
|
||||||
##DIGIBASE##/meta-swupdate \
|
##DIGIBASE##/meta-swupdate \
|
||||||
##DIGIBASE##/meta-freescale \
|
##DIGIBASE##/meta-freescale \
|
||||||
##DIGIBASE##/meta-fsl-demos \
|
##DIGIBASE##/meta-fsl-demos \
|
||||||
|
##DIGIBASE##/meta-python2 \
|
||||||
##DIGIBASE##/meta-webkit \
|
##DIGIBASE##/meta-webkit \
|
||||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue