bitbake.conf: correct description of HOSTTOOLS_DIR

HOSTTOOLS_DIR contains symlinks to host tools, not copies

(From OE-Core rev: fb7692da7faa49b370680decbbaceaeb85b6889d)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2021-03-24 12:23:06 -04:00 committed by Richard Purdie
parent 02655792c9
commit 946007fd4c

View 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