mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-07 03:04:27 +00:00
arm/sbsa-acs: reset PACKAGE_ARCH
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> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user