[oe-commits] Robert Yang : gummiboot: add COMPATIBLE_HOST

git at git.openembedded.org git at git.openembedded.org
Thu Mar 27 15:36:43 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f1b23a32d0c823577cec532e3646c2f78e81ccda
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f1b23a32d0c823577cec532e3646c2f78e81ccda

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Thu Mar 27 14:13:58 2014 +0800

gummiboot: add COMPATIBLE_HOST

The gummiboot depends on gnu-efi which had set:

COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"

We also need set this for gummiboot, otherwise there would be build
failures for other non-x86 archs.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-bsp/gummiboot/gummiboot_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
index 5868a23..035cec1 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}"
 SRCREV = "4062c51075ba054d4949c714fe06123f9ad3097d"
 SRC_URI = "git://anongit.freedesktop.org/gummiboot"
 
+# Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi
+# which has set the COMPATIBLE_HOST, the gummiboot itself may work on
+# more hosts.
+COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
+
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \



More information about the Openembedded-commits mailing list