Skip to content

Commit 3e3bc5e

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 <[email protected]>
1 parent 1f3ae47 commit 3e3bc5e

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

conf/layer.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
1616
noto-fonts->fontconfig \
1717
"
1818

19+
BBFILES_DYNAMIC += " \
20+
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bb \
21+
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \
22+
"
23+
1924
LAYERSERIES_COMPAT_atmel = "kirkstone"
2025
VIRTUAL-RUNTIME_alsa-state = ""
2126

0 commit comments

Comments
 (0)