[oe-commits] Paul Eggleton : classes/image: drop unused default of MACHINE_POSTPROCESS_COMMAND

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:12 UTC 2015


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Jan 27 11:26:33 2015 +0000

classes/image: drop unused default of MACHINE_POSTPROCESS_COMMAND

In the daisy (1.6) timeframe, when we rewrote the image construction in
Python, we neglected to reimplement the support for the little used and
undocumented variable MACHINE_POSTPROCESS_COMMAND, and apparently nobody
noticed. We have a better method for implementing machine-specific image
formats that is in wider use (i.e. add a custom class which implements
the new image type, add the class to IMAGE_CLASSES and the type to
IMAGE_FSTYPES), and we now also have wic. Thus it makes more sense to
just call this variable unsupported now and drop the sole remaining
reference to it.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/classes/image.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 677c81a..a8f3cee 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -158,7 +158,6 @@ IMAGE_CLASSES += "image_types"
 inherit ${IMAGE_CLASSES}
 
 IMAGE_POSTPROCESS_COMMAND ?= ""
-MACHINE_POSTPROCESS_COMMAND ?= ""
 # Allow dropbear/openssh to accept logins from accounts with an empty password string if debug-tweaks is enabled
 ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "ssh_allow_empty_password; ", "",d)}'
 # Enable postinst logging if debug-tweaks is enabled



More information about the Openembedded-commits mailing list