From: Scott Rifenbark Date: Fri, 9 Nov 2018 18:52:35 +0000 (-0800) Subject: ref-manual: Removed the NOISO and NOHDD references. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9834979b15fdaab29e25637d2af87ed2e54ecee;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Removed the NOISO and NOHDD references. (From yocto-docs rev: fdce52a34db29c98140daa05bd9c660a2494dc12) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4cbb9c30c02..aef58203bbc 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1314,14 +1314,6 @@ Normally, you do not use this class directly. Instead, you add "live" to IMAGE_FSTYPES. - You can selectively build just one of these types through the - NOISO - and - NOHDD variables. - For example, if you were building an ISO image, you would add "live" - to IMAGE_FSTYPES, set the - NOISO variable to "0" and the build system would - use the image-live class to build the ISO image.