diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-05-08 04:13:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 08:51:13 +0100 |
commit | 19f71dd3894a520ebec0a556736a2338460382bb (patch) | |
tree | 6b7522f41c896394dd78325c59aa7f344513e9b2 /meta/classes/bootimg.bbclass | |
parent | 77d00c58bb85e2b7c3dee3d8549d8d31d74f4b45 (diff) | |
download | poky-19f71dd3894a520ebec0a556736a2338460382bb.tar.gz |
bootimg.bbclass: add comment for NOHDD
Add comment for NOHDD which is used for skipping building the HDDIMG if
set to 1
(From OE-Core rev: 9843ad9d783f68b97fedfe5b435528538bb26c1c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \ |