* [3rdparty][PATCH] wandboard: fix deprecated notation
@ 2017-06-29 20:39 Trevor Woerner
2017-07-07 2:37 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2017-06-29 20:39 UTC (permalink / raw)
To: meta-freescale
The previous "IMAGE_DEPENDS..." notation has been deprecated for the newer
"do_image...[depends]" notation.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
conf/machine/wandboard.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index 506173f..485b06e 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -52,6 +52,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
WKS_FILES ?= "imx-uboot-spl.wks"
-IMAGE_DEPENDS_wic_append = " virtual/bootloader"
+do_image_wic[depends] += "virtual/bootloader:do_deploy"
SOC_DEFAULT_IMAGE_FSTYPES = "wic.gz"
--
2.13.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [3rdparty][PATCH] wandboard: fix deprecated notation
2017-06-29 20:39 [3rdparty][PATCH] wandboard: fix deprecated notation Trevor Woerner
@ 2017-07-07 2:37 ` Trevor Woerner
2017-07-10 13:45 ` Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2017-07-07 2:37 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
is this patch acceptable?
anyone else seeing the issue this patch fixes?
On Thu, Jun 29, 2017 at 4:39 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> The previous "IMAGE_DEPENDS..." notation has been deprecated for the newer
> "do_image...[depends]" notation.
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> conf/machine/wandboard.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
> index 506173f..485b06e 100644
> --- a/conf/machine/wandboard.conf
> +++ b/conf/machine/wandboard.conf
> @@ -52,6 +52,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
>
> WKS_FILES ?= "imx-uboot-spl.wks"
>
> -IMAGE_DEPENDS_wic_append = " virtual/bootloader"
> +do_image_wic[depends] += "virtual/bootloader:do_deploy"
>
> SOC_DEFAULT_IMAGE_FSTYPES = "wic.gz"
> --
> 2.13.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [3rdparty][PATCH] wandboard: fix deprecated notation
2017-07-07 2:37 ` Trevor Woerner
@ 2017-07-10 13:45 ` Otavio Salvador
0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2017-07-10 13:45 UTC (permalink / raw)
To: Trevor Woerner; +Cc: meta-freescale@yoctoproject.org
On Thu, Jul 6, 2017 at 11:37 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> is this patch acceptable?
> anyone else seeing the issue this patch fixes?
Sorry for the delay; I got this merged locally but forgot to push. Did it now.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-10 13:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 20:39 [3rdparty][PATCH] wandboard: fix deprecated notation Trevor Woerner
2017-07-07 2:37 ` Trevor Woerner
2017-07-10 13:45 ` Otavio Salvador
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.