summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorEmil Ekmečić <eekmecic@snap.com>2023-08-02 06:25:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-14 12:51:18 +0100
commit1e2e596bcdff031d7d7dc1d6f6adbb03d9ec2995 (patch)
tree366f690f4019732eff42b5958cb080e4627f2e2a /meta/classes
parent1b4cb7c52f0bfc14af09904b0ca9b37ecd6fd1f1 (diff)
downloadopenembedded-core-contrib-1e2e596bcdff031d7d7dc1d6f6adbb03d9ec2995.tar.gz
Add GCP fetcher to list of supported protocols
If accepted, this patch should merge with the corresponding BitBake patch titled "fetch2: add Google Cloud Platform (GCP) fetcher". Signed-off-by: Emil Ekmečić <eekmecic@snap.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/own-mirrors.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass
index 62258e4160..36c7f8e3f3 100644
--- a/meta/classes/own-mirrors.bbclass
+++ b/meta/classes/own-mirrors.bbclass
@@ -18,4 +18,5 @@ ftp://.*/.* ${SOURCE_MIRROR_URL} \
npm://.*/?.* ${SOURCE_MIRROR_URL} \
s3://.*/.* ${SOURCE_MIRROR_URL} \
crate://.*/.* ${SOURCE_MIRROR_URL} \
+gs://.*/.* ${SOURCE_MIRROR_URL} \
"