From 9576ddc6b355c2998f9c928b42cc4b1a08625383 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 29 Jul 2016 16:42:27 -0700 Subject: ref-manual: Applied review changes to INITRAMF_IMAGE variable. Fixes [YOCTO #10012] There was a mistake referring to the wrong example recipe. I changed "core-image-sato-initramfs.bb" to "core-image-minimal-initramfs.bb" for the fix. (From yocto-docs rev: 4d63e1fc5786556dd0dd5ca1435252d43dbd745a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f85d682e79..ab30d01b42 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6106,11 +6106,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The specified recipe is added as a dependency of the root filesystem recipe (e.g. core-image-sato). - See the core-image-sato-initramfs.bb - recipe for an example initramfs recipe. + 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-sato-initramfs". + "core-image-minimal-initramfs". The initramfs image recipe should set IMAGE_FSTYPES -- cgit v1.2.3-54-g00ecf