summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 15:28:41 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:57 +0100
commit198d34d44fe7705495f41a6065b9fa08395ee7ea (patch)
tree0d7bd646f413734c3101a732a53dadd8b8c71629 /documentation
parent7f7ede120db8b2f83517da253526da3d293dff62 (diff)
downloadpoky-198d34d44fe7705495f41a6065b9fa08395ee7ea.tar.gz
ref-manual: Edits to IMAGE_FSTYPES and IMAGE_TYPES variables.
(From yocto-docs rev: f852fff164e926f3b821c59f293904125cbb17bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml37
1 files changed, 4 insertions, 33 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index cf6885faf8..f69a3de8dd 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1729,38 +1729,9 @@ Core layer for images cannot be removed
1729 <para> 1729 <para>
1730 Specifes the format of the root filesystem create by 1730 Specifes the format of the root filesystem create by
1731 the OpenEmbedded build system. 1731 the OpenEmbedded build system.
1732 Valid types include but are not limited to the following: 1732 Available formats are a subset of the
1733 <literallayout class='monospaced'> 1733 supported images listed in
1734 jffs2 1734 <link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.
1735 sum.jffs2
1736 cramfs
1737 ext2
1738 ext2.gz
1739 ext2.bz2
1740 ext3
1741 ext3.gz
1742 ext2.lzma
1743 btrfs
1744 live
1745 squashfs
1746 squashfs-xz
1747 ubi
1748 ubifs
1749 tar
1750 tar.gz
1751 tar.bz2
1752 tar.xz
1753 cpio
1754 cpio.gz
1755 cpio.xz
1756 cpio.lzma
1757 vmdk
1758 elf
1759 </literallayout>
1760 For more information on how these types of images, see
1761 <filename>meta/classes/image_types*.bbclass</filename>
1762 in the
1763 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
1764 </para> 1735 </para>
1765 </glossdef> 1736 </glossdef>
1766 </glossentry> 1737 </glossentry>
@@ -1951,7 +1922,7 @@ Core layer for images cannot be removed
1951 <para> 1922 <para>
1952 Specifes the type of image created by the OpenEmbedded 1923 Specifes the type of image created by the OpenEmbedded
1953 build system. 1924 build system.
1954 Valid types include but are not limited to the following: 1925 Here are the supported image types:
1955 <literallayout class='monospaced'> 1926 <literallayout class='monospaced'>
1956 jffs2 1927 jffs2
1957 sum.jffs2 1928 sum.jffs2