mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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. (From OE-Core rev: d5e481bbd96210e608fa0aa5f7b54c1398c7d273) 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>
This commit is contained in:
committed by
Richard Purdie
parent
4371f927bc
commit
fdbf779245
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user