From 730806956a783f3562fb1742993355613fab3b80 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 29 Aug 2023 17:22:24 +0100 Subject: [PATCH] arm-bsp/external-system: set PACKAGE_ARCH as this is machine-specific Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../recipes-bsp/external-system/external-system_0.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb index e047d2a6..5bdad3b0 100644 --- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb +++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb @@ -15,6 +15,7 @@ SRCREV = "8c9dca74b104ff6c9722fb0738ba93dd3719c080" PV .= "+git" COMPATIBLE_MACHINE = "(corstone1000)" +PACKAGE_ARCH = "${MACHINE_ARCH}" # PRODUCT is passed to the Makefile to specify the platform to be used. PRODUCT = "corstone-1000"