mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
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 <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user