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)
downloadast2050-yocto-poky-7f7ede120db8b2f83517da253526da3d293dff62.zip
ast2050-yocto-poky-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 1a3cedf..cf6885f 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
<glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm>
<glossdef>
- <para>Formats of root filesystem images that you want to have created.</para>
+ <para>
+ Specifes the format of the root filesystem create by
+ the OpenEmbedded build system.
+ Valid types include but are not limited to the following:
+ <literallayout class='monospaced'>
+ jffs2
+ sum.jffs2
+ cramfs
+ ext2
+ ext2.gz
+ ext2.bz2
+ ext3
+ ext3.gz
+ ext2.lzma
+ btrfs
+ live
+ squashfs
+ squashfs-xz
+ ubi
+ ubifs
+ tar
+ tar.gz
+ tar.bz2
+ tar.xz
+ cpio
+ cpio.gz
+ cpio.xz
+ cpio.lzma
+ vmdk
+ elf
+ </literallayout>
+ For more information on how these types of images, see
+ <filename>meta/classes/image_types*.bbclass</filename>
+ in the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
+ </para>
</glossdef>
</glossentry>
@@ -1911,6 +1946,47 @@ Core layer for images cannot be removed
</glossdef>
</glossentry>
+ <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm>
+ <glossdef>
+ <para>
+ Specifes the type of image created by the OpenEmbedded
+ build system.
+ Valid types include but are not limited to the following:
+ <literallayout class='monospaced'>
+ jffs2
+ sum.jffs2
+ cramfs
+ ext2
+ ext2.gz
+ ext2.bz2
+ ext3
+ ext3.gz
+ ext2.lzma
+ btrfs
+ live
+ squashfs
+ squashfs-xz
+ ubi
+ ubifs
+ tar
+ tar.gz
+ tar.bz2
+ tar.xz
+ cpio
+ cpio.gz
+ cpio.xz
+ cpio.lzma
+ vmdk
+ elf
+ </literallayout>
+ For more information on how these types of images, see
+ <filename>meta/classes/image_types*.bbclass</filename>
+ in the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-INC_PR'><glossterm>INC_PR</glossterm>
<glossdef>
<para>Helps define the recipe revision for recipes that share
OpenPOWER on IntegriCloud