diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-09 10:52:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:54 +0000 |
commit | e886536f1b88f8ed7068fd1766734415f581fac2 (patch) | |
tree | 3c59241e4b4e25c4a8fae3ac0d59d2e47f103ef7 /documentation | |
parent | 494ba9bf7400e2f796d419b34dcbc123504e12fc (diff) | |
download | poky-e886536f1b88f8ed7068fd1766734415f581fac2.tar.gz poky-e886536f1b88f8ed7068fd1766734415f581fac2.tar.bz2 poky-e886536f1b88f8ed7068fd1766734415f581fac2.zip |
ref-manual: Removed the NOISO and NOHDD references.
(From yocto-docs rev: ae83daebbb316d2c34136c466bdf7b491c9fff1b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4cbb9c30c0..aef58203bb 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 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>. - You can selectively build just one of these types through the - <link linkend='var-NOISO'><filename>NOISO</filename></link> - and - <link linkend='var-NOHDD'><filename>NOHDD</filename></link> variables. - For example, if you were building an ISO image, you would add "live" - to <filename>IMAGE_FSTYPES</filename>, set the - <filename>NOISO</filename> variable to "0" and the build system would - use the <filename>image-live</filename> class to build the ISO image. </para> </section> |