mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
image: rename image-wic -> image_types_wic
Make name of the wic image type class consistent with existing naming scheme for image types. (From OE-Core rev: 4aab1b77d5f9403cbb3fae790069ef54821491fb) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67ed7f76dd
commit
faa2823801
@@ -151,6 +151,9 @@ def build_uboot(d):
|
|||||||
IMAGE_TYPE_uboot = "${@build_uboot(d)}"
|
IMAGE_TYPE_uboot = "${@build_uboot(d)}"
|
||||||
inherit ${IMAGE_TYPE_uboot}
|
inherit ${IMAGE_TYPE_uboot}
|
||||||
|
|
||||||
|
IMAGE_TYPE_wic = "image_types_wic"
|
||||||
|
inherit ${IMAGE_TYPE_wic}
|
||||||
|
|
||||||
python () {
|
python () {
|
||||||
deps = " " + imagetypes_getdepends(d)
|
deps = " " + imagetypes_getdepends(d)
|
||||||
d.appendVarFlag('do_rootfs', 'depends', deps)
|
d.appendVarFlag('do_rootfs', 'depends', deps)
|
||||||
@@ -187,8 +190,6 @@ python () {
|
|||||||
IMAGE_CLASSES += "image_types"
|
IMAGE_CLASSES += "image_types"
|
||||||
inherit ${IMAGE_CLASSES}
|
inherit ${IMAGE_CLASSES}
|
||||||
|
|
||||||
inherit image-wic
|
|
||||||
|
|
||||||
IMAGE_POSTPROCESS_COMMAND ?= ""
|
IMAGE_POSTPROCESS_COMMAND ?= ""
|
||||||
|
|
||||||
# some default locales
|
# some default locales
|
||||||
|
|||||||
Reference in New Issue
Block a user