summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-10 19:21:33 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-10 19:26:09 -0700
commit8050c52cb58da79cb2849f34905fbcfa64fbf58b (patch)
tree95a227ceca1aa5f5753c584fbdc60a77bde766b9 /recipes/images
parent045f4e9106384b27d1ebc28e9bc9c5dc6bff7a94 (diff)
downloadopenembedded-8050c52cb58da79cb2849f34905fbcfa64fbf58b.tar.gz
native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image"
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/native-sdk-image.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/images/native-sdk-image.bb b/recipes/images/native-sdk-image.bb
index df05fb4d6b..5d7968fc4a 100644
--- 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"