diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-10 10:13:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:22:51 +0100 |
commit | cc3f3821a0c669d9d471fc3a9bbc3f8d53858c4c (patch) | |
tree | 2342fffe6cbbab170b00020a7cbc0fdfe7573593 /documentation/ref-manual/ref-images.xml | |
parent | c42cadfa6bf19312aead086cddbbe5cded71ba07 (diff) | |
download | poky-cc3f3821a0c669d9d471fc3a9bbc3f8d53858c4c.tar.gz |
ref-manual: Updates to deal with installing packages in initramfs
Fixes [YOCTO #4961]
Documented the user requirement to use PACKAGE_INSTALL to specify
packages for installation into an initramfs image. Normally,
you use IMAGE_INSTALL. To account for this user model, I updated
the PACKAGE_INSTALL and IMAGE_INSTALL variables. I also added
a bit more information to the "Images" chapter item that
talks about the core-image-minimal-initramfs image.
(From yocto-docs rev: a1ad649cf310f281a7de584d5b9a1820ca99d4eb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-images.xml')
-rw-r--r-- | documentation/ref-manual/ref-images.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index 529decfc96..b12c49ac78 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml | |||
@@ -61,10 +61,14 @@ | |||
61 | The image includes headers and libraries you can use in a host development | 61 | The image includes headers and libraries you can use in a host development |
62 | environment. | 62 | environment. |
63 | </para></listitem> | 63 | </para></listitem> |
64 | <listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> | 64 | <listitem><para id='images-core-image-minimal-initramfs'><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis> |
65 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based | 65 | A <filename>core-image-minimal</filename> image that has the Minimal RAM-based |
66 | Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel, | 66 | Initial Root Filesystem (initramfs) as part of the kernel, |
67 | which allows the system to find the first “init” program more efficiently. | 67 | which allows the system to find the first “init” program more efficiently. |
68 | See the | ||
69 | <link linkend='var-PACKAGE_INSTALL'><filename>PACKAGE_INSTALL</filename></link> | ||
70 | variable for additional information helpful when working with | ||
71 | initramfs images. | ||
68 | </para></listitem> | 72 | </para></listitem> |
69 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> | 73 | <listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis> |
70 | A <filename>core-image-minimal</filename> image that has support | 74 | A <filename>core-image-minimal</filename> image that has support |