* [meta-rockchip][PATCH] rockchip-gpt-img: fix deprecated notation
@ 2017-06-29 22:52 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2017-06-29 22:52 UTC (permalink / raw)
To: yocto
The older "IMAGE_DEPENDS..." notation has been deprecated in favour of the
newer "do_image_...[depends]" notation.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
classes/rockchip-gpt-img.bbclass | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/classes/rockchip-gpt-img.bbclass b/classes/rockchip-gpt-img.bbclass
index 941bae3..aa8cbe7 100644
--- a/classes/rockchip-gpt-img.bbclass
+++ b/classes/rockchip-gpt-img.bbclass
@@ -30,10 +30,10 @@ LOADER2_SIZE = "8192"
ATF_SIZE = "8192"
BOOT_SIZE = "229376"
-IMAGE_DEPENDS_rockchip-gpt-img = "parted-native \
- u-boot-mkimage-native \
- mtools-native \
- dosfstools-native \
+do_image_rockchip_gpt_img[depends] = "parted-native:do_populate_sysroot \
+ u-boot-mkimage-native:do_populate_sysroot \
+ mtools-native:do_populate_sysroot \
+ dosfstools-native:do_populate_sysroot \
virtual/kernel:do_deploy \
virtual/bootloader:do_deploy"
--
2.13.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-29 22:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 22:52 [meta-rockchip][PATCH] rockchip-gpt-img: fix deprecated notation Trevor Woerner
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.