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

Trevor Woerner twoerner at gmail.com
Thu Jun 29 13:39:08 PDT 2017


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