diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 00:07:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:10:06 +0000 |
commit | 919613c0e75362ee0eace99b51cc77d34a05372f (patch) | |
tree | 64138960e2770145a3a913c874fd35aa42b1e25d /meta/classes/image.bbclass | |
parent | 4e8b9f2521d6581db8d63e742000a8c742729f25 (diff) | |
download | openembedded-core-919613c0e75362ee0eace99b51cc77d34a05372f.tar.gz openembedded-core-919613c0e75362ee0eace99b51cc77d34a05372f.tar.bz2 openembedded-core-919613c0e75362ee0eace99b51cc77d34a05372f.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | 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 2abda81507..9721a6bd48 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}" |