From 50af2dc53778c712c21538f82025427d558cba63 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Jun 2014 16:58:07 +0300 Subject: ref-manuals: Edits to the STAGING_DIR_HOST variable. Fixed some poor formatting. (From yocto-docs rev: ec132a852c1fac3d63c778c12448821c2052fd57) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a534ae3060..518dc2e3f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7812,16 +7812,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Depending on the type of recipe and the build target, the recipe's value is as follows: - Recipes Building for the Target Machine: - The value is "${STAGING_DIR}/${MACHINE}". + For recipes building for the target + machine, the value is "${STAGING_DIR}/${MACHINE}". - Native Recipes Building for the Build Host: - The value is empty given the assumption that when - building for the build host, the build host's own - directories should be used. + For native + recipes building + for the build host, the value is empty given the + assumption that when building for the build host, + the build host's own directories should be used. - nativesdk Recipes that Build for the SDK: - The value is "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". + For nativesdk + recipes that Build for the SDK, the value is + "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". -- cgit v1.2.3-54-g00ecf