summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 00:07:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:18:21 +0000
commit354bb63f024559392b525c9ef6c6b43bc8ff41ee (patch)
tree1b30e6ac048ece33d80c67b59ff0e679ce9ac66d /meta/classes/image.bbclass
parentdbd413864c31a0267d6db26b59d510b237ed92b2 (diff)
downloadpoky-354bb63f024559392b525c9ef6c6b43bc8ff41ee.tar.gz
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. (From OE-Core rev: 919613c0e75362ee0eace99b51cc77d34a05372f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
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)}'
63SDKIMAGE_FEATURES ??= "dev-pkgs dbg-pkgs" 63SDKIMAGE_FEATURES ??= "dev-pkgs dbg-pkgs"
64SDKIMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("SDKIMAGE_FEATURES", d)}' 64SDKIMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("SDKIMAGE_FEATURES", d)}'
65 65
66# "export IMAGE_BASENAME" not supported at this time
67IMAGE_INSTALL ?= "" 66IMAGE_INSTALL ?= ""
68IMAGE_INSTALL[type] = "list" 67IMAGE_INSTALL[type] = "list"
69IMAGE_BASENAME[export] = "1"
70export PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}" 68export PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}"
71PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}" 69PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}"
72 70