From 3c3e856094a9e72fb0b4e49fb03d2507bf88002c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 14:17:25 -0800 Subject: ref-manual: Added variable description for BUILD_PREFIX. (From yocto-docs rev: d4ab1886cb5c4b65afa2c0e8e2e1b2ce567b4d2e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 585888bca2..a4c5a2ca1d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1328,6 +1328,21 @@ meta/conf/machine/include//arch-.inc + BUILD_PREFIX + + BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes." + + + + The toolchain binary prefix used for native recipes. + The OpenEmbedded build system uses the + BUILD_PREFIX value to set the + TARGET_PREFIX + when building for native recipes. + + + + BUILDDIR BUILDDIR[doc] = "Points to the location of the Build Directory." -- cgit v1.2.3-54-g00ecf