mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/trusted-firmware-m: no need to DEPENDS on a C runtime
This recipe is for baremetal firmware, so remove libc from DEPENDS. Change-Id: Id37f82a4dad6207237117b65d242617467b83ed2 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -35,6 +35,9 @@ SRCREV_cmsis = "5.5.0"
|
||||
|
||||
inherit python3native deploy
|
||||
|
||||
# Baremetal, just need a compiler
|
||||
DEPENDS_remove = "virtual/${TARGET_PREFIX}compilerlibs virtual/libc"
|
||||
|
||||
DEPENDS += "cmake-native"
|
||||
DEPENDS += "python3-cryptography-native python3-pyasn1-native python3-cbor-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user