Message ID | 20211213142712.4080364-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm/sbsa-acs: reset PACKAGE_ARCH | expand |
On Mon, 13 Dec 2021 14:27:11 +0000, Ross Burton wrote: > edk2-firmware is machine-specific, but this is a generic binary so we > can reset PACKAGE_ARCH to the tune. > > Applied, thanks! [1/2] arm/sbsa-acs: reset PACKAGE_ARCH commit: b180c39f152218d5b7da0f33403305e98a21d00b [2/2] arm/sbsa-acs: upgrade to 3.1 commit: 93d5313f60f9edb856b61f80370dd5797c5e5878 Best regards,
diff --git a/meta-arm/recipes-bsp/uefi/sbsa-acs_3.0.bb b/meta-arm/recipes-bsp/uefi/sbsa-acs_3.0.bb index d049834c..3e0f6ab4 100644 --- a/meta-arm/recipes-bsp/uefi/sbsa-acs_3.0.bb +++ b/meta-arm/recipes-bsp/uefi/sbsa-acs_3.0.bb @@ -13,8 +13,9 @@ SRC_URI += "git://github.com/ARM-software/sbsa-acs;destsuffix=edk2/ShellPkg/Appl SRCREV_acs = "1b3a37214fe6809e07e471f79d1ef856461bc803" SRCREV_libc = "61687168fe02ac4d933a36c9145fdd242ac424d1" -COMPATIBLE_MACHINE = "" COMPATIBLE_HOST = "aarch64.*-linux" +COMPATIBLE_MACHINE = "" +PACKAGE_ARCH = "${TUNE_PKGARCH}" EDK2_PLATFORM = "Shell" EDK2_PLATFORM_DSC = "ShellPkg/ShellPkg.dsc"
edk2-firmware is machine-specific, but this is a generic binary so we can reset PACKAGE_ARCH to the tune. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-arm/recipes-bsp/uefi/sbsa-acs_3.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)