From: Joshua Watt Date: Tue, 30 Jun 2026 21:01:41 +0000 (-0600) Subject: grub-efi: Change to MACHINE_ARCH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2064c652d0e73befb6d91e2990bb3dc2b947682b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git grub-efi: Change to MACHINE_ARCH 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub-efi_2.14.bb b/meta/recipes-bsp/grub/grub-efi_2.14.bb index 6354b43989..d19b33b504 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="