From 7f7ede120db8b2f83517da253526da3d293dff62 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Aug 2013 14:48:07 +0300 Subject: ref-manual: Added IMAGE_TYPES variable and updated IMAGE_FSTYPES. (From yocto-docs rev: f360973500b92a93311ac5e62b09aee9a4bdeebb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 78 +++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) (limited to 'documentation') 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 IMAGE_FSTYPES - Formats of root filesystem images that you want to have created. + + Specifes the format of the root filesystem create by + the OpenEmbedded build system. + Valid types include but are not limited to the following: + + 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 + + For more information on how these types of images, see + meta/classes/image_types*.bbclass + in the + Source Directory. + @@ -1911,6 +1946,47 @@ Core layer for images cannot be removed + IMAGE_TYPES + + + Specifes the type of image created by the OpenEmbedded + build system. + Valid types include but are not limited to the following: + + 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 + + For more information on how these types of images, see + meta/classes/image_types*.bbclass + in the + Source Directory. + + + + INC_PR Helps define the recipe revision for recipes that share -- cgit v1.2.3-54-g00ecf