From: Khem Raj Date: Fri, 11 Sep 2009 02:21:33 +0000 (-0700) Subject: native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image" X-Git-Tag: Release-2010-05/1~2471^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8050c52cb58da79cb2849f34905fbcfa64fbf58b;p=openembedded.git native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image" Signed-off-by: Khem Raj --- 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"