summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-02 07:52:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-08 13:02:02 +0000
commit1e8ba08aef748ca3348836472f9c598e5a8c1120 (patch)
treecf93b8715fdb6f42c3a7328b1ef17c752b1eb822 /documentation
parent11d24f4bef5d61b930caee28b40e31f23a0868c2 (diff)
downloadpoky-1e8ba08aef748ca3348836472f9c598e5a8c1120.tar.gz
ref-manual: Edits to the INITRAMFS_IMAGE_BUNDLE variable.
Fixes [YOCTO #4072] Added that the kernel class sets the variable to a null string by default. (From yocto-docs rev: d00ea912ad9ad1558546496e72fca229b9b8081b) 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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e2c0933473..19a53e0417 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3055,6 +3055,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3055 <literallayout class='monospaced'> 3055 <literallayout class='monospaced'>
3056 INITRAMFS_IMAGE_BUNDLE = "1" 3056 INITRAMFS_IMAGE_BUNDLE = "1"
3057 </literallayout> 3057 </literallayout>
3058 By default, the
3059 <link linkend='ref-classes-kernel'><filename>kernel</filename></link>
3060 class sets this variable to a null string as follows:
3061 <literallayout class='monospaced'>
3062 INITRAMFS_IMAGE_BUNDLE = ""
3063 </literallayout>
3058 <note> 3064 <note>
3059 You must set the 3065 You must set the
3060 <filename>INITRAMFS_IMAGE_BUNDLE</filename> variable in 3066 <filename>INITRAMFS_IMAGE_BUNDLE</filename> variable in