]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
image: rename image-wic -> image_types_wic
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 1 Feb 2017 15:27:49 +0000 (17:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Feb 2017 09:20:23 +0000 (09:20 +0000)
Make name of the wic image type class consistent with
existing naming scheme for image types.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass
meta/classes/image_types_wic.bbclass [moved from meta/classes/image-wic.bbclass with 100% similarity]

index 613cd92600b5c0876a96b2d7158d8d710a454af6..b5a4fb4a337b3964369338d7c20d2d8ca23831d6 100644 (file)
@@ -151,6 +151,9 @@ def build_uboot(d):
 IMAGE_TYPE_uboot = "${@build_uboot(d)}"
 inherit ${IMAGE_TYPE_uboot}
 
+IMAGE_TYPE_wic = "image_types_wic"
+inherit ${IMAGE_TYPE_wic}
+
 python () {
     deps = " " + imagetypes_getdepends(d)
     d.appendVarFlag('do_rootfs', 'depends', deps)
@@ -187,8 +190,6 @@ python () {
 IMAGE_CLASSES += "image_types"
 inherit ${IMAGE_CLASSES}
 
-inherit image-wic
-
 IMAGE_POSTPROCESS_COMMAND ?= ""
 
 # some default locales