From 8050c52cb58da79cb2849f34905fbcfa64fbf58b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Sep 2009 19:21:33 -0700 Subject: native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image" Signed-off-by: Khem Raj --- recipes/images/native-sdk-image.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/images/native-sdk-image.bb') 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" -- cgit 1.2.3-korg