Machines can change EFI_PROVIDER which changes the way grub-efi is built, meaning two machine may not build it the same way. As such, the arch should be MACHINE_ARCH.
Signed-off-by: Joshua Watt <[email protected]> --- meta/recipes-bsp/grub/grub-efi_2.14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-bsp/grub/grub-efi_2.14.bb b/meta/recipes-bsp/grub/grub-efi_2.14.bb index e535d99710..8d8671614a 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.14.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.14.bb @@ -41,6 +41,8 @@ python __anonymous () { d.setVar("GRUB_IMAGE_PREFIX", prefix) } +PACKAGE_ARCH = "${MACHINE_ARCH}" + inherit deploy CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN=" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239516): https://lists.openembedded.org/g/openembedded-core/message/239516 Mute This Topic: https://lists.openembedded.org/mt/119957550/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
