From 6fbfd3494f79f7bef334a1f59ce2a78db97f3df5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 20 Nov 2013 07:17:36 -0800 Subject: [PATCH] ref-manual: Review edits applied to UBOOT_LOCALVERSION variable. (From yocto-docs rev: 58384e305a7e35624da44457929d3487fabf5915) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fd64addd9d..43898e158c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5816,7 +5816,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" In this example, "sd" is selected as the configuration of the possible four for the UBOOT_MACHINE. - The "sd" configuration defines "mx6qsabreauto_congig" + The "sd" configuration defines "mx6qsabreauto_config" as the value for UBOOT_MACHINE, while the "sdcard" specifies the IMAGE_FSTYPES to use for the U-boot @@ -5859,8 +5859,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_LOCALVERSION - Specifies a local version to be appended to U-Boot one. - For example: + Appends a string to the name of the local version of the + U-Boot image. + For example, assuming the version of the U-Boot image + built was "2013.10, the full version string reported by + U-Boot would be "2013.10-yocto" given the following + statement: UBOOT_LOCALVERSION = "-yocto"