From 21fcd57042ef82d570f7cd74ef224e5b46a9f15d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Feb 2015 08:49:55 -0800 Subject: ref-manual: Updates to SDKTARGETSYSROOT and PKG_CONFIG_PATH variables. Applied some review edits to these two variable descriptions. (From yocto-docs rev: fb1eb903b9bcc8b0bb67e72c795a1dd602143589) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b584a9fb9c..1d0feb9463 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7891,12 +7891,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKG_CONFIG_PATH - PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the target." + PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context." The path to pkg-config files for the - target. + current build context. + pkg-config reads this variable + from the environment. @@ -9283,11 +9285,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKTARGETSYSROOT - SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation." + SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH." - The path to the sysroot used for cross-compilation. + The full path to the sysroot used for cross-compilation + within an SDK as it will be when installed into the + default + SDKPATH. -- cgit v1.2.3-54-g00ecf