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:21 +0100
commitd151ba95f69d7224241fb8c76c90bbe4b2fd9563 (patch)
tree3249377ed666b6b3f33a965199f7fcf865bbdcbf /meta/classes
parent64d593e7d87bd2e99dc7e220cb5a03f38e1d9beb (diff)
downloadpoky-d151ba95f69d7224241fb8c76c90bbe4b2fd9563.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". (From OE-Core rev: 1e2e596bcdff031d7d7dc1d6f6adbb03d9ec2995) 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} \
18npm://.*/?.* ${SOURCE_MIRROR_URL} \ 18npm://.*/?.* ${SOURCE_MIRROR_URL} \
19s3://.*/.* ${SOURCE_MIRROR_URL} \ 19s3://.*/.* ${SOURCE_MIRROR_URL} \
20crate://.*/.* ${SOURCE_MIRROR_URL} \ 20crate://.*/.* ${SOURCE_MIRROR_URL} \
21gs://.*/.* ${SOURCE_MIRROR_URL} \
21" 22"