summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2019-05-28 10:13:57 +0200
committerEnrico Jorns <e.joerns@tu-bs.de>2019-05-28 12:58:25 +0200
commitaa44be58d16e8b11232079b76a5b2bf099e3a1e6 (patch)
tree0586c30f9eea02b77006aba97b9a5aa1a93fa477
parentf2457092088c027bd1b15a9597fff7d1e1851994 (diff)
downloadmeta-ptx-aa44be58d16e8b11232079b76a5b2bf099e3a1e6.tar.gz
meta-ptx-aa44be58d16e8b11232079b76a5b2bf099e3a1e6.tar.xz
genimage.bbclass: fix typos and wrong example
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--classes/genimage.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/genimage.bbclass b/classes/genimage.bbclass
index 37b1980..73df3ab 100644
--- a/classes/genimage.bbclass
+++ b/classes/genimage.bbclass
@@ -13,7 +13,7 @@
# to build the desired image.
#
# The main purpose of genimage is to create an entire SD, eMMC, NAND, or UBI
-# images with multilple partitions based on different images (kernel,
+# image with multiple partitions based on different images (kernel,
# bootloader, rootfs, ...)
#
# The name of the resulting image is named the same way normal images are
@@ -23,7 +23,7 @@
# Note that you should also make your genimage image recipe depend on the set
# of host tools required for building, e.g.
#
-# DEPENDS += "e2fstools-native genext2fs-native"
+# DEPENDS += "e2fsprogs-native genext2fs-native"
#
# You can also use genimage to split up a created rootfs into different
# partition images. Consider a yocto-created rootfs, for example.