diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-29 14:01:08 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 23:50:45 +0100 |
| commit | 85ce753de66ea267a5a0e572f0e06464ff8252f6 (patch) | |
| tree | 7ec7f64493c393865706db6e072c161b1625398d /documentation/ref-manual | |
| parent | 4fc256d14516361c3235c932027fac765250a231 (diff) | |
| download | poky-85ce753de66ea267a5a0e572f0e06464ff8252f6.tar.gz | |
ref-manual: Updates to INITRAMFS_IMAGE and INITRAMFS_FSTYPES
Fixes [YOCTO #10012]
Applied review comments.
(From yocto-docs rev: 1862d03c1916c34c29c1aea86fbb6ee4c7f34cca)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c7f1122fd4..9c97ac1fb2 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -6081,7 +6081,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 6081 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, | 6081 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, |
| 6082 | is "cpio.gz". | 6082 | is "cpio.gz". |
| 6083 | The Linux kernel's initramfs mechanism, as opposed to the | 6083 | The Linux kernel's initramfs mechanism, as opposed to the |
| 6084 | initrd mechanism, expects an optionally compressed cpio | 6084 | initial RAM disk |
| 6085 | <ulink url='https://en.wikipedia.org/wiki/Initrd'>initrd</ulink> | ||
| 6086 | mechanism, expects an optionally compressed cpio | ||
| 6085 | archive. | 6087 | archive. |
| 6086 | </para> | 6088 | </para> |
| 6087 | </glossdef> | 6089 | </glossdef> |
| @@ -6105,7 +6107,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 6105 | filesystem recipe (e.g. | 6107 | filesystem recipe (e.g. |
| 6106 | <filename>core-image-sato</filename>). | 6108 | <filename>core-image-sato</filename>). |
| 6107 | See the <filename>core-image-sato-initramfs.bb</filename> | 6109 | See the <filename>core-image-sato-initramfs.bb</filename> |
| 6108 | recipe, which is created, for an example recipe. | 6110 | recipe for an example initramfs recipe. |
| 6111 | To select this recipe to provide the initramfs, | ||
| 6112 | set <filename>INITRAMFS_IMAGE</filename> to | ||
| 6113 | "core-image-sato-initramfs". | ||
| 6109 | <note> | 6114 | <note> |
| 6110 | The initramfs image recipe should set | 6115 | The initramfs image recipe should set |
| 6111 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> | 6116 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> |
