From 235b7539d843fce4f5b54c580528c51d94aa6d24 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 18 Dec 2020 17:34:24 +0000 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- .../recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb index 906f2f06..d35099d4 100644 --- a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb +++ b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb @@ -37,8 +37,8 @@ UPSTREAM_CHECK_GITTAGREGEX = "^TF-Mv(?P\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"