From: Trevor Woerner <twoerner@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [3rdparty][PATCH] wandboard: fix deprecated notation
Date: Thu, 29 Jun 2017 16:39:08 -0400 [thread overview]
Message-ID: <20170629203908.26646-1-twoerner@gmail.com> (raw)
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
next reply other threads:[~2017-06-29 20:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-29 20:39 Trevor Woerner [this message]
2017-07-07 2:37 ` [3rdparty][PATCH] wandboard: fix deprecated notation Trevor Woerner
2017-07-10 13:45 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170629203908.26646-1-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.