[oe-commits] Richard Purdie : image.bbclass: Drop legacy export of IMAGE_BASENAME

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 13:17:00 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 919613c0e75362ee0eace99b51cc77d34a05372f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=919613c0e75362ee0eace99b51cc77d34a05372f

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar 18 00:07:38 2013 +0000

image.bbclass: Drop legacy export of IMAGE_BASENAME

We used to export this in the days an external script handled the image
generation. This is no longer the case and hence we no longer need this
export.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/image.bbclass |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 2abda81..9721a6b 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -63,10 +63,8 @@ IMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("IMAGE_FEATURES", d)}'
 SDKIMAGE_FEATURES ??= "dev-pkgs dbg-pkgs"
 SDKIMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("SDKIMAGE_FEATURES", d)}'
 
-# "export IMAGE_BASENAME" not supported at this time
 IMAGE_INSTALL ?= ""
 IMAGE_INSTALL[type] = "list"
-IMAGE_BASENAME[export] = "1"
 export PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}"
 PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}"
 





More information about the Openembedded-commits mailing list