diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-05 15:14:33 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 16:31:22 +0000 |
commit | f5551f85aa5822817d920905fab7cf002ed7ae3e (patch) | |
tree | 63b40b2dcd7afbe367deac99c5d92ef4f5ad7bc8 /documentation/ref-manual/ref-variables.xml | |
parent | aa179aeede83bb5797bc7b7ec68a5c287d2add63 (diff) | |
download | poky-f5551f85aa5822817d920905fab7cf002ed7ae3e.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: b598590074d41b0eedc8466b325632caeed52e3b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 41 |
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 @@ | |||
5768 | Specifies the complete list of supported image types | 5768 | Specifies the complete list of supported image types |
5769 | by default: | 5769 | by default: |
5770 | <literallayout class='monospaced'> | 5770 | <literallayout class='monospaced'> |
5771 | jffs2 | 5771 | btrfs |
5772 | jffs2.sum | 5772 | cpio |
5773 | cpio.gz | ||
5774 | cpio.lz4 | ||
5775 | cpio.lzma | ||
5776 | cpio.xz | ||
5773 | cramfs | 5777 | cramfs |
5778 | elf | ||
5774 | ext2 | 5779 | ext2 |
5775 | ext2.gz | ||
5776 | ext2.bz2 | 5780 | ext2.bz2 |
5781 | ext2.gz | ||
5782 | ext2.lzma | ||
5777 | ext3 | 5783 | ext3 |
5778 | ext3.gz | 5784 | ext3.gz |
5779 | ext2.lzma | 5785 | ext4 |
5780 | btrfs | 5786 | ext4.gz |
5781 | live | 5787 | hdddirect |
5788 | hddimg | ||
5789 | iso | ||
5790 | jffs2 | ||
5791 | jffs2.sum | ||
5792 | multiubi | ||
5793 | qcow2 | ||
5782 | squashfs | 5794 | squashfs |
5795 | squashfs-lzo | ||
5783 | squashfs-xz | 5796 | squashfs-xz |
5784 | ubi | ||
5785 | ubifs | ||
5786 | tar | 5797 | tar |
5787 | tar.gz | ||
5788 | tar.bz2 | 5798 | tar.bz2 |
5799 | tar.gz | ||
5800 | tar.lz4 | ||
5789 | tar.xz | 5801 | tar.xz |
5790 | cpio | 5802 | ubi |
5791 | cpio.gz | 5803 | ubifs |
5792 | cpio.xz | ||
5793 | cpio.lzma | ||
5794 | vdi | 5804 | vdi |
5795 | vmdk | 5805 | vmdk |
5796 | elf | 5806 | wic |
5807 | wic.bz2 | ||
5808 | wic.gz | ||
5809 | wic.lzma | ||
5797 | </literallayout> | 5810 | </literallayout> |
5798 | </para> | 5811 | </para> |
5799 | 5812 | ||