[oe] [meta-oe][PATCH 1/5] elbow: duplicate i586 over-ride for i686

Khem Raj raj.khem at gmail.com
Thu Jun 4 05:57:36 UTC 2015


> On Jun 3, 2015, at 8:09 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
> 
> Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
> ---
> meta-efl/recipes-efl/e17/elbow_git.bb | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb
> index 16664f9..29881ab 100644
> --- a/meta-efl/recipes-efl/e17/elbow_git.bb
> +++ b/meta-efl/recipes-efl/e17/elbow_git.bb
> @@ -9,6 +9,7 @@ SRCREV = "b41fd0bc9514ff61bb2a50d957efe4155fa3e6a8"
> # webkit-efl isn't available for < armv7a
> COMPATIBLE_MACHINE = "(-)"
> COMPATIBLE_MACHINE_i586 = "(.*)"
> +COMPATIBLE_MACHINE_i686 = "(.*)"
> COMPATIBLE_MACHINE_x86-64 = "(.*)"
> COMPATIBLE_MACHINE_armv7a = "(.*)”

This whole block may use something like

COMPATIBLE_HOST ?= “(-)”
COMPATIBLE_HOST_x86 = “(.*)"
COMPATIBLE_HOST_x86-64 = “(.*)”
COMPATIBLE_HOST_armv7a = “(.*)"

> 
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150603/ceffe23a/attachment-0002.sig>


More information about the Openembedded-devel mailing list