From fb7692da7faa49b370680decbbaceaeb85b6889d Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 24 Mar 2021 12:23:06 -0400 Subject: 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 --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg