diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-29 16:42:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 23:50:46 +0100 |
commit | 9576ddc6b355c2998f9c928b42cc4b1a08625383 (patch) | |
tree | 6f606ddac1aff94beb71c2c76309a9c68d650d0b /documentation/ref-manual/ref-variables.xml | |
parent | 2996779354e618583e89e899194c6e7f63144156 (diff) | |
download | poky-9576ddc6b355c2998f9c928b42cc4b1a08625383.tar.gz |
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 <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 | 8 |
1 files changed, 5 insertions, 3 deletions
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" | |||
6106 | The specified recipe is added as a dependency of the root | 6106 | The specified recipe is added as a dependency of the root |
6107 | filesystem recipe (e.g. | 6107 | filesystem recipe (e.g. |
6108 | <filename>core-image-sato</filename>). | 6108 | <filename>core-image-sato</filename>). |
6109 | See the <filename>core-image-sato-initramfs.bb</filename> | 6109 | See the <filename>meta/recipes-core/images/core-image-minimal-initramfs.bb</filename> |
6110 | recipe for an example initramfs recipe. | 6110 | recipe in the |
6111 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | ||
6112 | for an example initramfs recipe. | ||
6111 | To select this recipe to provide the initramfs, | 6113 | To select this recipe to provide the initramfs, |
6112 | set <filename>INITRAMFS_IMAGE</filename> to | 6114 | set <filename>INITRAMFS_IMAGE</filename> to |
6113 | "core-image-sato-initramfs". | 6115 | "core-image-minimal-initramfs". |
6114 | <note> | 6116 | <note> |
6115 | The initramfs image recipe should set | 6117 | The initramfs image recipe should set |
6116 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> | 6118 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> |