diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2021-01-19 01:23:43 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 00:45:05 +0000 |
| commit | 220a5fcb991d40ebfc8a7fe876ce448b0ac92a47 (patch) | |
| tree | c146abab376a24b3f3088e54820d597d58a6a488 /meta/conf | |
| parent | 496d8492249bdf01ac84715486e02cbfb3b8059a (diff) | |
| download | poky-220a5fcb991d40ebfc8a7fe876ce448b0ac92a47.tar.gz | |
Revert "ccache.bbclass: use ccache from host distribution"
This reverts commit f5b29367af4d8e5daea5771264774aa49519f9a8.
Will use ccache-native which is more reliable.
(From OE-Core rev: 1b659623430e1a6e6dd266e65bab7ca8155a7138)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index be94b78eb1..74976ac05c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -498,7 +498,7 @@ HOSTTOOLS += " \ | |||
| 498 | 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 ''}" | 498 | 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 ''}" |
| 499 | 499 | ||
| 500 | # Link to these if present | 500 | # Link to these if present |
| 501 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc pigz sftp socat ssh sudo" | 501 | HOSTTOOLS_NONFATAL += "aws gcc-ar gpg ld.bfd ld.gold nc pigz sftp socat ssh sudo" |
| 502 | 502 | ||
| 503 | # Temporary add few more detected in bitbake world | 503 | # Temporary add few more detected in bitbake world |
| 504 | HOSTTOOLS_NONFATAL += "join nl size yes zcat" | 504 | HOSTTOOLS_NONFATAL += "join nl size yes zcat" |
