diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/gummiboot/gummiboot_git.bb | 2 |
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 | ||
29 | EXTRA_OEMAKE += "gummibootlibdir=${libdir}/gummiboot" | ||
30 | |||
29 | do_deploy () { | 31 | do_deploy () { |
30 | install ${B}/gummiboot*.efi ${DEPLOYDIR} | 32 | install ${B}/gummiboot*.efi ${DEPLOYDIR} |
31 | } | 33 | } |