diff options
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r-- | meta/classes/bootimg.bbclass | 1 |
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 | ||
25 | do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ | 26 | do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ |