1
0
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:
Ross Burton
2020-12-03 17:20:58 +00:00
committed by Jon Mason
parent 2ab2f5e179
commit de5d5e611a

View File

@@ -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