is this patch acceptable? anyone else seeing the issue this patch fixes?
On Thu, Jun 29, 2017 at 4:39 PM, Trevor Woerner <[email protected]> wrote: > The previous "IMAGE_DEPENDS..." notation has been deprecated for the newer > "do_image...[depends]" notation. > > Signed-off-by: Trevor Woerner <[email protected]> > --- > 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 > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
