summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorCharlie Johnston <charlie.johnston@loftorbital.com>2023-11-27 06:12:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-02 17:15:30 +0000
commitd5e481bbd96210e608fa0aa5f7b54c1398c7d273 (patch)
tree16dfcd24d1e5f5c2dd8b71c9d3517b14b2a221c4 /meta/conf
parent572fed0ac6dbcf5749e19c7b624826fc30cf301e (diff)
downloadopenembedded-core-d5e481bbd96210e608fa0aa5f7b54c1398c7d273.tar.gz
bitbake.conf: Add gsutil as hosttool for gcp fetcher.
The gcp fetcher uses gsutil to check if the file exists before fetching. This change ensures the tool is included as a nonfatal hosttool so that it's included in the build environment when available. Signed-off-by: Charlie Johnston <charlie.johnston@loftorbital.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 983987cf7e..e7826e7af9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -543,6 +543,9 @@ HOSTTOOLS_NONFATAL += "scp"
# Used by Mercurial fetcher
HOSTTOOLS_NONFATAL += "hg"
+# Used by gcp fetcher
+HOSTTOOLS_NONFATAL += "gsutil"
+
# Link to git-lfs if present
HOSTTOOLS_NONFATAL += "git-lfs"