aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/grub/grub-efi_2.00.bbappend
blob: 706e3f8bfd750d62ab892cb5e26e86330602e255 (plain)
1
2
3
4
5
6
7
8
#
# 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"