Skip to content

Commit 6fba58f

Browse files
committed
dynamic-layers: Make use of meta-arm conditional
Some SoCs do not use optee and therefore do not need meta-arm. Use dynamic-layers to make it possible to use meta-atmel without meta-arm. Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
1 parent 8c0d39c commit 6fba58f

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

conf/layer.conf

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ TARGET_POINTER_WIDTH[arm-eabi] = "32"
2828
TARGET_C_INT_WIDTH[arm-eabi] = "32"
2929
MAX_ATOMIC_WIDTH[arm-eabi] = "64"
3030
FEATURES[arm-eabi] = "+v6,+vfp2"
31+
32+
BBFILES_DYNAMIC += " \
33+
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bb \
34+
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \
35+
"

0 commit comments

Comments
 (0)