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: 2020-04.7-dunfell~5 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4e17f9806f64301c942600b650b3dd5e34ca1838;p=openembedded-core.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 (cherry picked from commit fb7692da7faa49b370680decbbaceaeb85b6889d) Signed-off-by: Steve Sakoman --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 697956eb49..76942d923b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -480,7 +480,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