[meta-freescale] [3rdparty][PATCH] wandboard: fix deprecated notation

Trevor Woerner twoerner at gmail.com
Thu Jul 6 19:37:36 PDT 2017


is this patch acceptable?
anyone else seeing the issue this patch fixes?

On Thu, Jun 29, 2017 at 4:39 PM, Trevor Woerner <twoerner at gmail.com> wrote:
> The previous "IMAGE_DEPENDS..." notation has been deprecated for the newer
> "do_image...[depends]" notation.
>
> Signed-off-by: Trevor Woerner <twoerner at 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
>


More information about the meta-freescale mailing list