summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2019-05-28 10:22:54 +0200
committerEnrico Jorns <e.joerns@tu-bs.de>2019-05-28 12:58:25 +0200
commitfe2a483bb73ad75fb1b449870f2fa487b9ea38e2 (patch)
treeb5c3a2aacc77f3fae5ebc597cf1093f5e06e77a6
parentaa44be58d16e8b11232079b76a5b2bf099e3a1e6 (diff)
downloadmeta-ptx-fe2a483bb73ad75fb1b449870f2fa487b9ea38e2.tar.gz
meta-ptx-fe2a483bb73ad75fb1b449870f2fa487b9ea38e2.tar.xz
genimage.bbclass: better explain how to define dependencies
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--classes/genimage.bbclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/classes/genimage.bbclass b/classes/genimage.bbclass
index 73df3ab..cfad984 100644
--- a/classes/genimage.bbclass
+++ b/classes/genimage.bbclass
@@ -9,8 +9,10 @@
#
# SRC_URI += "file://genimage.config"
#
-# You should also list all recipes that create the artifacts used by genimage
-# to build the desired image.
+# You also need to depend on all recipes creating artifacts used by
+# genimage to build the final (disk) image, e.g.:
+#
+# do_genimage[depends] += "virtual/bootloader core-image-minimal:do_image_complete"
#
# The main purpose of genimage is to create an entire SD, eMMC, NAND, or UBI
# image with multiple partitions based on different images (kernel,