From 1bb4b87790a8378888efd64a70749fa163e5e74c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 28 Feb 2011 13:39:05 -0700 Subject: linux.inc: Add more machines to the lzma-native logic Signed-off-by: Tom Rini --- recipes/linux/linux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/linux/linux.inc') diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index a0d16c24ac..bae0cb41b1 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) } -- cgit 1.2.3-korg