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-3.3~57 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fb7692da7faa49b370680decbbaceaeb85b6889d;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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ecd4d1638e..fa88e7be4d 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