From 11d24f4bef5d61b930caee28b40e31f23a0868c2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 2 Jan 2014 07:45:35 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'documentation/ref-manual') 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" + INITRAMFS_IMAGE_BUNDLE + + + Controls whether or not the image recipe specified by + INITRAMFS_IMAGE + is run through an extra pass during kernel compilation + in order to build a single binary that contains both the + kernel image and the initial RAM disk (initramfs). + The combined binary is deposited into the + tmp/deploy directory, which is part + of the + Build Directory. + + + + Setting the variable to "1" in a configuration file causes + the OpenEmbedded build system to make the extra pass during + kernel compilation: + + INITRAMFS_IMAGE_BUNDLE = "1" + + + You must set the + INITRAMFS_IMAGE_BUNDLE variable in + a configuration file. + You cannot set the variable in a recipe file. + + See the + local.conf.sample.extended + file for additional information. + + + + INITRD -- cgit v1.2.3-54-g00ecf