summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/gummiboot/gummiboot_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
index 5868a23ae8..035cec163c 100644
--- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb
+++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
@@ -13,6 +13,11 @@ PV = "43+git${SRCPV}"
13SRCREV = "4062c51075ba054d4949c714fe06123f9ad3097d" 13SRCREV = "4062c51075ba054d4949c714fe06123f9ad3097d"
14SRC_URI = "git://anongit.freedesktop.org/gummiboot" 14SRC_URI = "git://anongit.freedesktop.org/gummiboot"
15 15
16# Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi
17# which has set the COMPATIBLE_HOST, the gummiboot itself may work on
18# more hosts.
19COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
20
16S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
17 22
18EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \ 23EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \