[oe-commits] Robert Yang : bootimg.bbclass: add comment for NOHDD

git at git.openembedded.org git at git.openembedded.org
Thu May 9 08:42:01 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9843ad9d783f68b97fedfe5b435528538bb26c1c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9843ad9d783f68b97fedfe5b435528538bb26c1c

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed May  8 04:13:58 2013 -0400

bootimg.bbclass: add comment for NOHDD

Add comment for NOHDD which is used for skipping building the HDDIMG if
set to 1

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 b7ddf42..117929e 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -20,6 +20,7 @@
 # External variables (also used by syslinux.bbclass)
 # ${INITRD} - indicates a filesystem image to use as an initrd (optional)
 # ${NOISO}  - skip building the ISO image if set to 1
+# ${NOHDD}  - skip building the HDD image if set to 1
 # ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional)
 
 do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \





More information about the Openembedded-commits mailing list