Skip to content

Commit

Permalink
dynamic-layers: Make use of meta-arm conditional
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danielbatw committed Oct 8, 2024
1 parent 8c0d39c commit 6fba58f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ TARGET_POINTER_WIDTH[arm-eabi] = "32"
TARGET_C_INT_WIDTH[arm-eabi] = "32"
MAX_ATOMIC_WIDTH[arm-eabi] = "64"
FEATURES[arm-eabi] = "+v6,+vfp2"

BBFILES_DYNAMIC += " \
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bb \
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \
"
File renamed without changes.

0 comments on commit 6fba58f

Please sign in to comment.