summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/gummiboot/gummiboot_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/gummiboot/gummiboot_git.bb')
-rw-r--r--meta/recipes-bsp/gummiboot/gummiboot_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
index 91c3db9306..376ab542dd 100644
--- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb
+++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
@@ -13,6 +13,7 @@ PV = "48+git${SRCPV}"
13SRCREV = "2bcd919c681c952eb867ef1bdb458f1bc49c2d55" 13SRCREV = "2bcd919c681c952eb867ef1bdb458f1bc49c2d55"
14SRC_URI = "git://anongit.freedesktop.org/gummiboot \ 14SRC_URI = "git://anongit.freedesktop.org/gummiboot \
15 file://fix-objcopy.patch \ 15 file://fix-objcopy.patch \
16 file://0001-console-Fix-C-syntax-errors-for-function-declaration.patch \
16 " 17 "
17 18
18# Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi 19# Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi
@@ -28,6 +29,8 @@ EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \
28 29
29EXTRA_OEMAKE += "gummibootlibdir=${libdir}/gummiboot" 30EXTRA_OEMAKE += "gummibootlibdir=${libdir}/gummiboot"
30 31
32TUNE_CCARGS_remove = "-mfpmath=sse"
33
31do_deploy () { 34do_deploy () {
32 install ${B}/gummiboot*.efi ${DEPLOYDIR} 35 install ${B}/gummiboot*.efi ${DEPLOYDIR}
33} 36}