]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: correct description of HOSTTOOLS_DIR
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 24 Mar 2021 16:23:06 +0000 (12:23 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Mar 2021 21:26:19 +0000 (22:26 +0100)
HOSTTOOLS_DIR contains symlinks to host tools, not copies

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index ecd4d1638ea10477515f5f39ed711650cc3c66c4..fa88e7be4d1b8c2c8c7018ea38297c37163e6170 100644 (file)
@@ -476,7 +476,7 @@ export PATH
 # Build utility info.
 ##################################################################
 
-# Directory where host tools are copied
+# Directory with symlinks to host tools used by build
 HOSTTOOLS_DIR = "${TMPDIR}/hosttools"
 
 # Tools needed to run builds with OE-Core