All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/7] elbow: use x86 over-ride instead of i586
@ 2015-06-04 19:21 Andre McCurdy
  2015-06-04 19:21 ` [meta-oe][PATCH 2/7] webkit-efl.inc: " Andre McCurdy
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andre McCurdy @ 2015-06-04 19:21 UTC (permalink / raw)
  To: openembedded-devel

Support i686 without needing to duplicate the i586 over-ride.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta-efl/recipes-efl/e17/elbow_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb
index 16664f9..064b794 100644
--- a/meta-efl/recipes-efl/e17/elbow_git.bb
+++ b/meta-efl/recipes-efl/e17/elbow_git.bb
@@ -8,7 +8,7 @@ SRCREV = "b41fd0bc9514ff61bb2a50d957efe4155fa3e6a8"
 
 # webkit-efl isn't available for < armv7a
 COMPATIBLE_MACHINE = "(-)"
-COMPATIBLE_MACHINE_i586 = "(.*)"
+COMPATIBLE_MACHINE_x86 = "(.*)"
 COMPATIBLE_MACHINE_x86-64 = "(.*)"
 COMPATIBLE_MACHINE_armv7a = "(.*)"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-04 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 19:21 [meta-oe][PATCH 1/7] elbow: use x86 over-ride instead of i586 Andre McCurdy
2015-06-04 19:21 ` [meta-oe][PATCH 2/7] webkit-efl.inc: " Andre McCurdy
2015-06-04 19:21 ` [meta-oe][PATCH 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686 Andre McCurdy
2015-06-04 19:34   ` Khem Raj
2015-06-04 20:57     ` [meta-oe][PATCH v2 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686/pentium Andre McCurdy
2015-06-04 19:21 ` [meta-oe][PATCH 4/7] gst-plugins-base: use x86 over-ride instead of i586 Andre McCurdy
2015-06-04 19:21 ` [meta-oe][PATCH 5/7] luajit: " Andre McCurdy
2015-06-04 19:21 ` [meta-oe][PATCH 6/7] emacs.inc: " Andre McCurdy
2015-06-04 19:21 ` [meta-oe][PATCH 7/7] mariadb.inc: " Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.