From: Robert P. J. Day Date: Wed, 24 Mar 2021 16:23:06 +0000 (-0400) Subject: bitbake.conf: correct description of HOSTTOOLS_DIR X-Git-Tag: yocto-4.0~3859 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb7692da7faa49b370680decbbaceaeb85b6889d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: correct description of HOSTTOOLS_DIR HOSTTOOLS_DIR contains symlinks to host tools, not copies Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ecd4d1638ea..fa88e7be4d1 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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