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-22 17:14:03 +0100 |
commit | 4bfbccf3732eac0616626a7c75a16c465ecbb87d (patch) | |
tree | 81f89f977a6ceeadd2e37ead1a395965ce3180c8 | |
parent | cf801ae2b8b5a1a5d4273d572258facc1f1cffd0 (diff) | |
download | poky-4bfbccf3732eac0616626a7c75a16c465ecbb87d.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 master rev: 9843ad9d783f68b97fedfe5b435528538bb26c1c)
(From OE-Core rev: 3c5145670cff69828e7adbce6bde2ec8ddc60e84)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ |