aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/grub/grub-efi_2.00.bbappend
blob: 9d4b18feebf85f720480939ef6740eda7ee6b8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Workaround grub boot failure by building for core2
# rather than bdver3(baldeagle) 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:"