From 0e5f6e0f836e75837d8d8b6a6ab1ae7f35e7d74c Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 27 Mar 2014 14:13:58 +0800 Subject: 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. (From OE-Core rev: f1b23a32d0c823577cec532e3646c2f78e81ccda) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-bsp/gummiboot/gummiboot_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-bsp/gummiboot') 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}" 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} \ -- cgit v1.2.3-54-g00ecf