[oe] [meta-browser][PATCH] chromium: restrict COMPATIBLE_MACHINE to any armv6 or armv7a MACHINE

Martin Jansa martin.jansa at gmail.com
Mon Jul 16 19:24:58 UTC 2012


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-browser/chromium/chromium_19.0.1049.3.bb |    5 +++++
 recipes-browser/chromium/chromium_20.0.1086.0.bb |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes-browser/chromium/chromium_19.0.1049.3.bb b/recipes-browser/chromium/chromium_19.0.1049.3.bb
index 4c9de8e..e657c48 100644
--- a/recipes-browser/chromium/chromium_19.0.1049.3.bb
+++ b/recipes-browser/chromium/chromium_19.0.1049.3.bb
@@ -10,6 +10,11 @@ SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P
 	file://softfloat-fix.patch \
 "
 
+# include.gypi exists only for armv6 and armv7a and there isn't something like COMPATIBLE_ARCH afaik
+COMPATIBLE_MACHINE = "(-)"
+COMPATIBLE_MACHINE_armv6 = "(.*)"
+COMPATIBLE_MACHINE_armv7a = "(.*)"
+
 PR = "r1"
 
 SRC_URI[md5sum] = "0cdd94b2be21180af93f719e9a9a2883"
diff --git a/recipes-browser/chromium/chromium_20.0.1086.0.bb b/recipes-browser/chromium/chromium_20.0.1086.0.bb
index 47f0173..527f317 100644
--- a/recipes-browser/chromium/chromium_20.0.1086.0.bb
+++ b/recipes-browser/chromium/chromium_20.0.1086.0.bb
@@ -7,6 +7,11 @@ SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P
 	file://include.gypi \
 "
 
+# include.gypi exists only for armv6 and armv7a and there isn't something like COMPATIBLE_ARCH afaik
+COMPATIBLE_MACHINE = "(-)"
+COMPATIBLE_MACHINE_armv6 = "(.*)"
+COMPATIBLE_MACHINE_armv7a = "(.*)"
+
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI[md5sum] = "86535af2d00d157b358e8fd6fb6ad38c"
-- 
1.7.8.6





More information about the Openembedded-devel mailing list