mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/trusted-firmware-a: no need to DEPENDS on a C runtime
This recipe is for baremetal firmware, so remove libc from DEPENDS. Change-Id: I89d0dde3f48599b9221cb1e153344dbc05e8cebe Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -77,9 +77,12 @@ LD[unexport] = "1"
|
||||
# No configure
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
# Baremetal, just need a compiler
|
||||
DEPENDS_remove = "virtual/${TARGET_PREFIX}compilerlibs virtual/libc"
|
||||
|
||||
# We need dtc for dtbs compilation
|
||||
# We need openssl for fiptool
|
||||
DEPENDS_append = " dtc-native openssl-native"
|
||||
DEPENDS = "dtc-native openssl-native"
|
||||
DEPENDS_append_aarch64_qemuall ?= " optee-os"
|
||||
|
||||
# CC and LD introduce arguments which conflict with those otherwise provided by
|
||||
|
||||
Reference in New Issue
Block a user