summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/bootimg.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index b7ddf42427..117929e3e3 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -20,6 +20,7 @@
20# External variables (also used by syslinux.bbclass) 20# External variables (also used by syslinux.bbclass)
21# ${INITRD} - indicates a filesystem image to use as an initrd (optional) 21# ${INITRD} - indicates a filesystem image to use as an initrd (optional)
22# ${NOISO} - skip building the ISO image if set to 1 22# ${NOISO} - skip building the ISO image if set to 1
23# ${NOHDD} - skip building the HDD image if set to 1
23# ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional) 24# ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional)
24 25
25do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ 26do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \