mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
bitbake.conf: correct description of HOSTTOOLS_DIR
HOSTTOOLS_DIR contains symlinks to host tools, not copies (From OE-Core rev: 4e17f9806f64301c942600b650b3dd5e34ca1838) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fb7692da7faa49b370680decbbaceaeb85b6889d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e0f7aa877e
commit
1f93a2fa21
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user