1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/trusted-firmware-m: remove more unneeded build dependencies

TF-M uses the binary Arm toolchains currently, so we can inhibit
all of the default dependencies.

Change-Id: I38a7bda9570d9d63d3d81f0886c437f29929a0f5
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-18 17:34:24 +00:00
committed by Jon Mason
parent d9a0f4fe59
commit 235b7539d8
@@ -37,8 +37,8 @@ UPSTREAM_CHECK_GITTAGREGEX = "^TF-Mv(?P<pver>\d+(\.\d+)+)$"
inherit python3native deploy
# Baremetal, just need a compiler
DEPENDS_remove = "virtual/${TARGET_PREFIX}compilerlibs virtual/libc"
# Baremetal and we bring a compiler below
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "cmake-native"
DEPENDS += "python3-cryptography-native python3-pyasn1-native python3-cbor-native"