summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-03-27 20:51:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-28 08:54:49 +0100
commit9a3f10590bbad47df55fb8c6248e3b119c798865 (patch)
treee1ebac7253fd482096f250bf02b8373354002e30 /meta/conf
parente6adeac7aa322bb074c0daf2c773f0d80eb59141 (diff)
downloadpoky-9a3f10590bbad47df55fb8c6248e3b119c798865.tar.gz
bitbake.conf: sort HOSTTOOLS and remove duplicates
Cleanup only, no functional changes. (From OE-Core rev: 23dd96a3a175cecde258dc6d8263fbe7b308b58e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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"