From aa1162685fd383d0e0c062f63105f624bdef5027 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 4 Jul 2017 16:19:31 -0700 Subject: ref-manual: Cleaned up the description of INITRAMFS_IMAGE variable. (From yocto-docs rev: a85647193c202fcd36c70122240b54aa5672c895) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 46 +++++++++++++++++------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 45fb55eaf4..ff8f4e73d0 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6479,24 +6479,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PROVIDES name of an image recipe that is used to build an initial RAM filesystem (initramfs) image. - An initramfs provides a temporary root filesystem used for - early system initialization (e.g. loading of modules - needed to locate and mount the "real" root filesystem). - The specified recipe is added as a dependency of the root - filesystem recipe (e.g. - core-image-sato). - See the meta/recipes-core/images/core-image-minimal-initramfs.bb - recipe in the - Source Directory - for an example initramfs recipe. - To select this recipe to provide the initramfs, - set INITRAMFS_IMAGE to - "core-image-minimal-initramfs". + In other words, the INITRAMFS_IMAGE + variable causes an additional recipe to be built as + a dependency to whatever root filesystem recipe you + might be using (e.g. core-image-sato). + The initramfs image recipe you provide should set + IMAGE_FSTYPES + to + INITRAMFS_FSTYPES. + + + + An initramfs image provides a temporary root filesystem + used for early system initialization (e.g. loading of + modules needed to locate and mount the "real" root + filesystem). - The initramfs image recipe should set - IMAGE_FSTYPES - to - INITRAMFS_FSTYPES. + See the meta/recipes-core/images/core-image-minimal-initramfs.bb + recipe in the + Source Directory + for an example initramfs recipe. + To select this sample recipe as the one bulit + to provide the initramfs image, + set INITRAMFS_IMAGE to + "core-image-minimal-initramfs". @@ -6515,7 +6521,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" If INITRAMFS_IMAGE is empty, which is - the default, then no initramfs is built. + the default, then no initramfs image is built. @@ -6523,8 +6529,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_IMAGE_BUNDLE variable, which allows the generated image to be bundled inside the kernel image. - Additionally, for information on creating an initramfs, see - the + Additionally, for information on creating an initramfs + image, see the "Building an Initial RAM Filesystem (initramfs) Image" section in the Yocto Project Development Manual. -- cgit v1.2.3-54-g00ecf