aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-05 15:14:33 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-07 12:13:46 +0000
commit908bbff8797e47a55d302979aecf45888ee23427 (patch)
tree54d530303fa531130e352db72accf99f77856664 /documentation
parent5d2745190f95246320315af11ff98e47883f5557 (diff)
downloadopenembedded-core-contrib-908bbff8797e47a55d302979aecf45888ee23427.tar.gz
ref-manual: Updated the list of supported image types.
The list in the IMAGE_TYPES variable description has been updated to add and remove several image types. (From yocto-docs rev: d363d4d2dcf1760c5a392b443b52965ca7177984) 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-variables.xml41
1 files changed, 27 insertions, 14 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 93118c424a..0b2c426b68 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5768,32 +5768,45 @@
Specifies the complete list of supported image types
by default:
<literallayout class='monospaced'>
- jffs2
- jffs2.sum
+ btrfs
+ cpio
+ cpio.gz
+ cpio.lz4
+ cpio.lzma
+ cpio.xz
cramfs
+ elf
ext2
- ext2.gz
ext2.bz2
+ ext2.gz
+ ext2.lzma
ext3
ext3.gz
- ext2.lzma
- btrfs
- live
+ ext4
+ ext4.gz
+ hdddirect
+ hddimg
+ iso
+ jffs2
+ jffs2.sum
+ multiubi
+ qcow2
squashfs
+ squashfs-lzo
squashfs-xz
- ubi
- ubifs
tar
- tar.gz
tar.bz2
+ tar.gz
+ tar.lz4
tar.xz
- cpio
- cpio.gz
- cpio.xz
- cpio.lzma
+ ubi
+ ubifs
vdi
vmdk
- elf
+ wic
+ wic.bz2
+ wic.gz
+ wic.lzma
</literallayout>
</para>