* [PATCH] image: rename image-wic -> image_types_wic
@ 2017-02-01 15:27 Ed Bartosh
2017-02-01 17:05 ` Rick Altherr
0 siblings, 1 reply; 2+ messages in thread
From: Ed Bartosh @ 2017-02-01 15:27 UTC (permalink / raw)
To: openembedded-core
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>
---
meta/classes/image.bbclass | 5 +++--
meta/classes/{image-wic.bbclass => image_types_wic.bbclass} | 0
2 files changed, 3 insertions(+), 2 deletions(-)
rename meta/classes/{image-wic.bbclass => image_types_wic.bbclass} (100%)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 613cd92..b5a4fb4 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -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
diff --git a/meta/classes/image-wic.bbclass b/meta/classes/image_types_wic.bbclass
similarity index 100%
rename from meta/classes/image-wic.bbclass
rename to meta/classes/image_types_wic.bbclass
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] image: rename image-wic -> image_types_wic
2017-02-01 15:27 [PATCH] image: rename image-wic -> image_types_wic Ed Bartosh
@ 2017-02-01 17:05 ` Rick Altherr
0 siblings, 0 replies; 2+ messages in thread
From: Rick Altherr @ 2017-02-01 17:05 UTC (permalink / raw)
To: Ed Bartosh; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 1697 bytes --]
Reviewed-by: Rick Altherr <raltherr@google.com>
On Wed, Feb 1, 2017 at 7:27 AM, Ed Bartosh <ed.bartosh@linux.intel.com>
wrote:
> 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>
> ---
> meta/classes/image.bbclass | 5 +++--
> meta/classes/{image-wic.bbclass => image_types_wic.bbclass} | 0
> 2 files changed, 3 insertions(+), 2 deletions(-)
> rename meta/classes/{image-wic.bbclass => image_types_wic.bbclass} (100%)
>
> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> index 613cd92..b5a4fb4 100644
> --- a/meta/classes/image.bbclass
> +++ b/meta/classes/image.bbclass
> @@ -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
> diff --git a/meta/classes/image-wic.bbclass b/meta/classes/image_types_
> wic.bbclass
> similarity index 100%
> rename from meta/classes/image-wic.bbclass
> rename to meta/classes/image_types_wic.bbclass
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 2686 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-01 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-01 15:27 [PATCH] image: rename image-wic -> image_types_wic Ed Bartosh
2017-02-01 17:05 ` Rick Altherr
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.