From cff5aafc67ad0766b514888fa52b03c5d469f0e2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 18 Dec 2020 17:34:26 +0000 Subject: [PATCH] arm/trusted-firmware-m: set PACKAGE_ARCH As this is machine-specific, set PACKAGE_ARCH to MACHINE. Change-Id: I4569bce706de8dea4ba98770960c0d40348a3fa2 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 630379a4..9a56f533 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 @@ -40,6 +40,8 @@ inherit python3native deploy # Baremetal and we bring a compiler below INHIBIT_DEFAULT_DEPS = "1" +PACKAGE_ARCH = "${MACHINE_ARCH}" + DEPENDS += "cmake-native" DEPENDS += "python3-cryptography-native python3-pyasn1-native python3-cbor-native"