diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b02459c18f..fb26e72669 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -524,15 +524,12 @@ HOSTTOOLS += " \ | |||
| 524 | python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ | 524 | python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ |
| 525 | sha1sum sha224sum sha256sum sha384sum sha512sum \ | 525 | sha1sum sha224sum sha256sum sha384sum sha512sum \ |
| 526 | sleep sort split stat strings strip tail tar tee test touch tr true truncate uname \ | 526 | sleep sort split stat strings strip tail tar tee test touch tr true truncate uname \ |
| 527 | uniq unzstd wc wget which xargs zstd \ | 527 | uniq unzstd wc wget which xargs zstd xz \ |
| 528 | " | 528 | " |
| 529 | 529 | ||
| 530 | # Tools needed to run testimage runtime image testing | 530 | # Tools needed to run testimage runtime image testing |
| 531 | HOSTTOOLS += "${@'ip ping ps scp ssh stty' if (bb.utils.contains_any('IMAGE_CLASSES', 'testimage testsdk', True, False, d) or any(x in (d.getVar("BBINCLUDED") or "") for x in ["testimage.bbclass", "testsdk.bbclass"])) else ''}" | 531 | HOSTTOOLS += "${@'ip ping ps scp ssh stty' if (bb.utils.contains_any('IMAGE_CLASSES', 'testimage testsdk', True, False, d) or any(x in (d.getVar("BBINCLUDED") or "") for x in ["testimage.bbclass", "testsdk.bbclass"])) else ''}" |
| 532 | 532 | ||
| 533 | # Used by archiver.bbclass when compression is xz | ||
| 534 | HOSTTOOLS += "${@'xz' if (('archiver.bbclass' in (d.getVar('BBINCLUDED') or '')) and (d.getVarFlag('ARCHIVER_MODE', 'compression') == 'xz')) else ''}" | ||
| 535 | |||
| 536 | # Link to these if present | 533 | # Link to these if present |
| 537 | HOSTTOOLS_NONFATAL += "aws gcc-ar gpg gpg-agent ld.bfd ld.gold nc pigz sftp socat ssh sudo" | 534 | HOSTTOOLS_NONFATAL += "aws gcc-ar gpg gpg-agent ld.bfd ld.gold nc pigz sftp socat ssh sudo" |
| 538 | 535 | ||
