summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorJef Driesen <jef.driesen@niko.eu>2018-04-13 15:33:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-20 08:12:17 +0100
commit59b3539e867f55e6aa6094b5a05107ae2563157a (patch)
treebaa3b0c315538065f93419554bb82688465ce3f1 /meta/conf
parentfd5488ba752f115a15b73f4ad1b3c3839e0dd7d6 (diff)
downloadpoky-59b3539e867f55e6aa6094b5a05107ae2563157a.tar.gz
bitbake.conf: add scp to HOSTTOOLS_NONFATAL
The scp tool is used by the ssh fetcher. (From OE-Core rev: 96f6cc7f6a3f7fa4e5cf2b00f0f163eceb904c60) Signed-off-by: Jef Driesen <jef.driesen@niko.eu> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ec3207c7a0..92aa944b91 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -498,6 +498,9 @@ HOSTTOOLS_NONFATAL += "join nl size yes zcat"
498# Used by bzr fetcher 498# Used by bzr fetcher
499HOSTTOOLS_NONFATAL += "bzr" 499HOSTTOOLS_NONFATAL += "bzr"
500 500
501# Used by ssh fetcher
502HOSTTOOLS_NONFATAL += "scp"
503
501CCACHE ??= "" 504CCACHE ??= ""
502# ccache < 3.1.10 will create CCACHE_DIR on startup even if disabled, and 505# ccache < 3.1.10 will create CCACHE_DIR on startup even if disabled, and
503# autogen sets HOME=/dev/null so in certain situations builds can fail. 506# autogen sets HOME=/dev/null so in certain situations builds can fail.