diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-02 07:45:35 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-08 13:02:02 +0000 |
| commit | 11d24f4bef5d61b930caee28b40e31f23a0868c2 (patch) | |
| tree | d707adca07687882b151049e9accc53f1e3d8fd6 /documentation | |
| parent | c4bcaa3f7ceac346af1555fff2b526ceeac92a54 (diff) | |
| download | poky-11d24f4bef5d61b930caee28b40e31f23a0868c2.tar.gz | |
ref-manual: Added INITRAMFS_IMAGE_BUNDLE variable description.
Fixes [YOCTO #4072]
First draft of a new variable description for
INITRAMFS_IMAGE_BUNDLE.
(From yocto-docs rev: 4f1ac2840750fa35afa7584d28464fd539883399)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index da6ad82901..e2c0933473 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -3034,6 +3034,40 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 3034 | </glossdef> | 3034 | </glossdef> |
| 3035 | </glossentry> | 3035 | </glossentry> |
| 3036 | 3036 | ||
| 3037 | <glossentry id='var-INITRAMFS_IMAGE_BUNDLE'><glossterm>INITRAMFS_IMAGE_BUNDLE</glossterm> | ||
| 3038 | <glossdef> | ||
| 3039 | <para> | ||
| 3040 | Controls whether or not the image recipe specified by | ||
| 3041 | <link linkend='var-INITRAMFS_IMAGE'><filename>INITRAMFS_IMAGE</filename></link> | ||
| 3042 | is run through an extra pass during kernel compilation | ||
| 3043 | in order to build a single binary that contains both the | ||
| 3044 | kernel image and the initial RAM disk (initramfs). | ||
| 3045 | The combined binary is deposited into the | ||
| 3046 | <filename>tmp/deploy</filename> directory, which is part | ||
| 3047 | of the | ||
| 3048 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | ||
| 3049 | </para> | ||
| 3050 | |||
| 3051 | <para> | ||
| 3052 | Setting the variable to "1" in a configuration file causes | ||
| 3053 | the OpenEmbedded build system to make the extra pass during | ||
| 3054 | kernel compilation: | ||
| 3055 | <literallayout class='monospaced'> | ||
| 3056 | INITRAMFS_IMAGE_BUNDLE = "1" | ||
| 3057 | </literallayout> | ||
| 3058 | <note> | ||
| 3059 | You must set the | ||
| 3060 | <filename>INITRAMFS_IMAGE_BUNDLE</filename> variable in | ||
| 3061 | a configuration file. | ||
| 3062 | You cannot set the variable in a recipe file. | ||
| 3063 | </note> | ||
| 3064 | See the | ||
| 3065 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-yocto/conf/local.conf.sample.extended'>local.conf.sample.extended</ulink> | ||
| 3066 | file for additional information. | ||
| 3067 | </para> | ||
| 3068 | </glossdef> | ||
| 3069 | </glossentry> | ||
| 3070 | |||
| 3037 | <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> | 3071 | <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> |
| 3038 | <glossdef> | 3072 | <glossdef> |
| 3039 | <para> | 3073 | <para> |
