Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] image.bbclass: Drop legacy export of IMAGE_BASENAME
@ 2013-03-18  0:07 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-03-18  0:07 UTC (permalink / raw)
  To: openembedded-core

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>
---
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 9345bf8..b718805 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}"
 





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-18  0:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18  0:07 [PATCH] image.bbclass: Drop legacy export of IMAGE_BASENAME Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox