From 1e8ba08aef748ca3348836472f9c598e5a8c1120 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 2 Jan 2014 07:52:51 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -3054,6 +3054,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" kernel compilation: INITRAMFS_IMAGE_BUNDLE = "1" + + By default, the + kernel + class sets this variable to a null string as follows: + + INITRAMFS_IMAGE_BUNDLE = "" You must set the