summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/gummiboot/gummiboot_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
index 52a692b469..80df2b6ae3 100644
--- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb
+++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
@@ -26,6 +26,8 @@ EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \
26 --with-efi-ldsdir=${STAGING_LIBDIR} \ 26 --with-efi-ldsdir=${STAGING_LIBDIR} \
27 --with-efi-libdir=${STAGING_LIBDIR}" 27 --with-efi-libdir=${STAGING_LIBDIR}"
28 28
29EXTRA_OEMAKE += "gummibootlibdir=${libdir}/gummiboot"
30
29do_deploy () { 31do_deploy () {
30 install ${B}/gummiboot*.efi ${DEPLOYDIR} 32 install ${B}/gummiboot*.efi ${DEPLOYDIR}
31} 33}