summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 14:48:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:56 +0100
commit7f7ede120db8b2f83517da253526da3d293dff62 (patch)
tree6b9c84cb15ad3ef8995b1c34887e4dd4a3a259da /documentation
parentf5c7a1f92ab181da409ac36994168b38a49e1aa9 (diff)
downloadpoky-7f7ede120db8b2f83517da253526da3d293dff62.tar.gz
ref-manual: Added IMAGE_TYPES variable and updated IMAGE_FSTYPES.
(From yocto-docs rev: f360973500b92a93311ac5e62b09aee9a4bdeebb) 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.xml78
1 files changed, 77 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1a3cedf98e..cf6885faf8 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1726,7 +1726,42 @@ Core layer for images cannot be removed
1726 1726
1727 <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm> 1727 <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm>
1728 <glossdef> 1728 <glossdef>
1729 <para>Formats of root filesystem images that you want to have created.</para> 1729 <para>
1730 Specifes the format of the root filesystem create by
1731 the OpenEmbedded build system.
1732 Valid types include but are not limited to the following:
1733 <literallayout class='monospaced'>
1734 jffs2
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>
1730 </glossdef> 1765 </glossdef>
1731 </glossentry> 1766 </glossentry>
1732 1767
@@ -1911,6 +1946,47 @@ Core layer for images cannot be removed
1911 </glossdef> 1946 </glossdef>
1912 </glossentry> 1947 </glossentry>
1913 1948
1949 <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm>
1950 <glossdef>
1951 <para>
1952 Specifes the type of image created by the OpenEmbedded
1953 build system.
1954 Valid types include but are not limited to the following:
1955 <literallayout class='monospaced'>
1956 jffs2
1957 sum.jffs2
1958 cramfs
1959 ext2
1960 ext2.gz
1961 ext2.bz2
1962 ext3
1963 ext3.gz
1964 ext2.lzma
1965 btrfs
1966 live
1967 squashfs
1968 squashfs-xz
1969 ubi
1970 ubifs
1971 tar
1972 tar.gz
1973 tar.bz2
1974 tar.xz
1975 cpio
1976 cpio.gz
1977 cpio.xz
1978 cpio.lzma
1979 vmdk
1980 elf
1981 </literallayout>
1982 For more information on how these types of images, see
1983 <filename>meta/classes/image_types*.bbclass</filename>
1984 in the
1985 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
1986 </para>
1987 </glossdef>
1988 </glossentry>
1989
1914 <glossentry id='var-INC_PR'><glossterm>INC_PR</glossterm> 1990 <glossentry id='var-INC_PR'><glossterm>INC_PR</glossterm>
1915 <glossdef> 1991 <glossdef>
1916 <para>Helps define the recipe revision for recipes that share 1992 <para>Helps define the recipe revision for recipes that share