aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/grub/grub-efi_2.00.bbappend
blob: bc4de93bd6f9db4d13b891acf8dc9453adc0ba39 (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 bdver3(baldeagle) or btver2(steppeeagle)
#
# Still need to determine why this is necessary but
# in the meantime this will get us a bootable system.
#
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:"