From: Robert Yang Date: Wed, 8 May 2013 08:13:58 +0000 (-0400) Subject: bootimg.bbclass: add comment for NOHDD X-Git-Tag: 2015-4~6605 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9843ad9d783f68b97fedfe5b435528538bb26c1c;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 @@ # 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 \