aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/grub/grub-efi_2.00.bbappend
blob: 2e855281501f3cd3bdbbab1dbbcec2d90bc5d1b4 (plain)
1
2
3
4
5
6
7
8
9
#
# 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_steppeeagle += "-march=core2"
TUNE_CCARGS_append_baldeagle += "-march=core2"