git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3c251
)
linux.inc: Add more machines to the lzma-native logic
author
Tom Rini
<tom_rini@mentor.com>
Mon, 28 Feb 2011 20:39:05 +0000
(13:39 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/linux/linux.inc
b/recipes/linux/linux.inc
index
a0d16c2
..
bae0cb4
100644
(file)
--- 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)
}