[OE-core] [PATCH 2/4] gummiboot: add COMPATIBLE_HOST

Martin Jansa martin.jansa at gmail.com
Thu Mar 27 11:39:49 UTC 2014


On Thu, Mar 27, 2014 at 04:11:22AM -0400, Robert Yang wrote:
> 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 |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
> index 5868a23..61de58c 100644
> --- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb
> +++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
> @@ -13,6 +13,8 @@ PV = "43+git${SRCPV}"
>  SRCREV = "4062c51075ba054d4949c714fe06123f9ad3097d"
>  SRC_URI = "git://anongit.freedesktop.org/gummiboot"
>  

It would be good to add comment here saying it's only because of gnu-efi
dependency (if gummiboot itself can in theory work on other hosts).

People won't notice it in commit message when they are looking at
recipe.

> +COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
> +
>  S = "${WORKDIR}/git"
>  
>  EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140327/a9c9336b/attachment-0002.sig>


More information about the Openembedded-core mailing list