[oe-commits] Tom Rini : linux.inc: Add more machines to the lzma-native logic

git version control git at git.openembedded.org
Mon Feb 28 20:41:08 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1bb4b87790a8378888efd64a70749fa163e5e74c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1bb4b87790a8378888efd64a70749fa163e5e74c

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Feb 28 13:39:05 2011 -0700

linux.inc: Add more machines to the lzma-native logic

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/linux/linux.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index a0d16c2..bae0cb4 100644
--- a/recipes/linux/linux.inc
+++ b/recipes/linux/linux.inc
@@ -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)
 }





More information about the Openembedded-commits mailing list