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:
045f4e9
)
native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image"
author
Khem Raj
<raj.khem@gmail.com>
Fri, 11 Sep 2009 02:21:33 +0000
(19:21 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Fri, 11 Sep 2009 02:26:09 +0000
(19:26 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/images/native-sdk-image.bb
patch
|
blob
|
history
diff --git
a/recipes/images/native-sdk-image.bb
b/recipes/images/native-sdk-image.bb
index
df05fb4
..
5d7968f
100644
(file)
--- a/
recipes/images/native-sdk-image.bb
+++ b/
recipes/images/native-sdk-image.bb
@@
-1,2
+1,3
@@
-require console-image.bb
-IMAGE_INSTALL += "task-native-sdk"
+require console-image.bb
+IMAGE_INSTALL += "task-sdk-native"
+export IMAGE_BASENAME = "native-sdk-image"