aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/grub/grub-efi_2.00.bbappend
blob: a21e3d72ac9cf3181604a17605c2eea28fe25ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Workaround grub boot failure by building for core2
# rather than or btver2(steppeeagle)
#
TUNE_CCARGS_append_amd += "-march=core2"

#
# Make sure to use our modified cfg file
# This fixes an issue where Grub would sometimes use
# the wrong grub.cfg at boot time.
#
FILESPATH_prepend := "${THISDIR}/files:"

SRC_URI_append_mel = " file://0001-grub-core-kern-efi-mm.c-grub_efi_finish_boot_service.patch \
                       file://0002-grub-core-kern-efi-mm.c-grub_efi_get_memory_map-Neve.patch"