diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub-efi_2.04.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.04.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.04.bb b/meta/recipes-bsp/grub/grub-efi_2.04.bb index f80afd95cb..287845c507 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.04.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.04.bb | |||
@@ -70,10 +70,6 @@ do_install() { | |||
70 | install -m 644 ${B}/${GRUB_IMAGE_PREFIX}${GRUB_IMAGE} ${D}${EFI_FILES_PATH}/${GRUB_IMAGE} | 70 | install -m 644 ${B}/${GRUB_IMAGE_PREFIX}${GRUB_IMAGE} ${D}${EFI_FILES_PATH}/${GRUB_IMAGE} |
71 | } | 71 | } |
72 | 72 | ||
73 | do_install_append_aarch64() { | ||
74 | rm -rf ${D}/${prefix}/ | ||
75 | } | ||
76 | |||
77 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ | 73 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ |
78 | efi_gop iso9660 configfile search loadenv test" | 74 | efi_gop iso9660 configfile search loadenv test" |
79 | 75 | ||
@@ -88,8 +84,6 @@ FILES_${PN} = "${libdir}/grub/${GRUB_TARGET}-efi \ | |||
88 | ${EFI_FILES_PATH}/${GRUB_IMAGE} \ | 84 | ${EFI_FILES_PATH}/${GRUB_IMAGE} \ |
89 | " | 85 | " |
90 | 86 | ||
91 | FILES_${PN}_remove_aarch64 = "${libdir}/grub/${GRUB_TARGET}-efi" | ||
92 | |||
93 | # 64-bit binaries are expected for the bootloader with an x32 userland | 87 | # 64-bit binaries are expected for the bootloader with an x32 userland |
94 | INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" | 88 | INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" |
95 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" | 89 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" |