From 1ea92a27f60d51c320157155d21c41272124649c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Oct 2014 12:43:43 -0700 Subject: ref-manual: Added gummiboot class and four supporting variables. The variables added were: * EFI_PROVIDER * GUMMIBOOT_CFG * GUMMIBOOT_ENTRIES * GUMMIBOOT_TIMEOUT (From yocto-docs rev: 42d548a9c4e6eb8eb67ada258fefb32ba8ba175c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 86 +++++++++++++++++++++++++++++- 1 file changed, 84 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bc17ee409b..cc5382f334 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -20,7 +20,7 @@ B C D - E + E F G H @@ -2233,9 +2233,29 @@ E - ENABLE_BINARY_LOCALE_GENERATION + EFI_PROVIDER + + Setting this variable to "gummiboot" causes the + OpenEmbedded build system to use the Gummiboot bootloader. + + + + See the + gummiboot + class for more information. + + + + For information on Gummiboot, see the + Gummiboot documentation. + + + + + ENABLE_BINARY_LOCALE_GENERATION + Variable that controls which locales for eglibc are generated during the build (useful if the target device has 64Mbytes @@ -3046,6 +3066,68 @@ + GUMMIBOOT_CFG + + + Specifies the configuration file that should be used. + By default, the + gummiboot + class sets the GUMMIBOOT_CFG as + follows: + + GUMMIBOOT_CFG ?= "${S}/loader.conf" + + + + + For information on Gummiboot, see the + Gummiboot documentation. + + + + + GUMMIBOOT_ENTRIES + + + Specifies a list of entry files + (*.conf) to be installed + containing one boot entry per file. + By default, the + gummiboot + class sets the GUMMIBOOT_ENTRIES as + follows: + + GUMMIBOOT_ENTRIES ?= "" + + + + + For information on Gummiboot, see the + Gummiboot documentation. + + + + + GUMMIBOOT_TIMEOUT + + + Specifies the boot menu timeout in seconds. + By default, the + gummiboot + class sets the GUMMIBOOT_TIMEOUT as + follows: + + GUMMIBOOT_TIMEOUT ?= "10" + + + + + For information on Gummiboot, see the + Gummiboot documentation. + + + + H -- cgit v1.2.3-54-g00ecf