linux.inc: Add more machines to the lzma-native logic
authorTom Rini <tom_rini@mentor.com>
Mon, 28 Feb 2011 20:39:05 +0000 (13:39 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 28 Feb 2011 20:40:14 +0000 (13:40 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/linux/linux.inc

index a0d16c2..bae0cb4 100644 (file)
@@ -67,7 +67,7 @@ python __anonymous () {
        bb.data.setVar("DEPENDS", "%s dtc-native" % depends, d)
        packages = bb.data.getVar("PACKAGES", d, 1)
        bb.data.setVar("PACKAGES", "%s kernel-devicetree" % packages, d)
-    if 'nokia900' in machine:
+    if 'nokia900' in machine or 'om-gta0' in machine or 'eee701' in machine:
         depends = bb.data.getVar("DEPENDS", d, 1)
         bb.data.setVar("DEPENDS", "%s lzma-native" % depends, d)
 }