summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fa5445b65b..96a9ed9460 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -455,21 +455,21 @@ export PATH
455 455
456# Tools needed to run builds with OE-Core 456# Tools needed to run builds with OE-Core
457HOSTTOOLS += " \ 457HOSTTOOLS += " \
458 bash sh cut sed gcc ld git rm install which find xargs cat true mktemp \ 458 [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp cp cpio \
459 grep tar gzip touch cp mv basename dirname tr getopt sort awk head tail \ 459 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
460 mkdir patch uniq perl python chmod python3 ar strip expr ls make as \ 460 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
461 ranlib egrep echo chown cpio tee wc wget bzip2 stat date rmdir od diff \ 461 head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \
462 md5sum dd chrpath file pod2man gunzip python2.7 ln g++ [ false true \ 462 mktemp mv nm objcopy objdump od patch perl pod2man printf pwd python \
463 uname test hostname nm objdump objcopy cmp printf env readlink gawk fgrep \ 463 python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sleep \
464 expand pwd sleep diffstat chgrp flock ldd strings rpcgen du makeinfo \ 464 sort split stat strings strip tail tar tee test touch tr true uname uniq \
465 getconf mknod cpp readelf split \ 465 wc wget which xargs \
466" 466"
467 467
468# Tools needed to run testimage runtime image testing 468# Tools needed to run testimage runtime image testing
469HOSTTOOLS += "ps stty ip ssh scp ping" 469HOSTTOOLS += "ip ping ps scp ssh stty"
470 470
471# Link to these if present 471# Link to these if present
472HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo" 472HOSTTOOLS_NONFATAL += "ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
473 473
474# Temporary add few more detected in bitbake world 474# Temporary add few more detected in bitbake world
475HOSTTOOLS_NONFATAL += "join nl size yes zcat" 475HOSTTOOLS_NONFATAL += "join nl size yes zcat"