From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 1/5] elbow: duplicate i586 over-ride for i686
Date: Wed, 3 Jun 2015 22:57:36 -0700 [thread overview]
Message-ID: <CBA7280F-81CF-452E-BF7A-BE50AD15FDCE@gmail.com> (raw)
In-Reply-To: <1433387388-7660-1-git-send-email-armccurdy@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
> On Jun 3, 2015, at 8:09 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>
> Signed-off-by: Andre McCurdy <armccurdy@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
prev parent reply other threads:[~2015-06-04 5:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 3:09 [meta-oe][PATCH 1/5] elbow: duplicate i586 over-ride for i686 Andre McCurdy
2015-06-04 3:09 ` [meta-oe][PATCH 2/5] webkit-efl.inc: " Andre McCurdy
2015-06-04 3:09 ` [meta-oe][PATCH 3/5] gst-plugins-base: " Andre McCurdy
2015-06-04 3:09 ` [meta-oe][PATCH 4/5] luajit: " Andre McCurdy
2015-06-04 5:59 ` Khem Raj
2015-06-04 3:09 ` [meta-oe][PATCH 5/5] mariadb.inc: " Andre McCurdy
2015-06-04 5:59 ` Khem Raj
2015-06-04 5:57 ` Khem Raj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CBA7280F-81CF-452E-BF7A-BE50AD15FDCE@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox