diff options
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi-native_1.99.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb index c86cf50082..9183812d5d 100644 --- a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb +++ b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" # FIXME: We should be able to optionally drop freetype as a dependency DEPENDS = "help2man-native" RDEPENDS_${PN} = "diffutils freetype" -PR = "r1" +PR = "r2" # Native packages do not normally rebuild when the target changes. # Ensure this is built once per HOST-TARGET pair. @@ -58,7 +58,7 @@ EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \ --target=${GRUB_TARGET} --enable-efiemu=no --program-prefix=''" do_mkimage() { - ./grub-mkimage -p / -d ./grub-core/ \ + ./grub-mkimage -p /EFI/BOOT -d ./grub-core/ \ -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \ boot linux fat serial part_msdos normal efi_gop } |