diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2021-12-02 13:46:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-01 22:37:01 -0800 |
commit | b692321c30bea151427348189d100b4643a5aa07 (patch) | |
tree | f02abd212401a64951b0c0565aa6812f0b9533fb /meta-oe/recipes-extended | |
parent | 1bacbe783ad81ec23ae4a6954b811a53a4af433d (diff) | |
download | meta-openembedded-b692321c30bea151427348189d100b4643a5aa07.tar.gz |
ostree: use Yocto mirror
Clean up PREMIRRORS setting, the Yocto mirror is updated
$ mkdir ./ostree && cd ./ostree
$ wget http://downloads.yoctoproject.org/mirror/sources/git2_github.com.ostreedev.ostree.tar.gz
$ tar -xvf git2_github.com.ostreedev.ostree.tar.gz
$ git show f1155c8d283c3c85d74d5e1050b0dcf8198f750a --oneline
f1155c8d (tag: v2021.6) Release 2021.6
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2021.6.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb index a80207689..9e0f7bc7c 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb | |||
@@ -17,10 +17,6 @@ DEPENDS = " \ | |||
17 | bison-native \ | 17 | bison-native \ |
18 | " | 18 | " |
19 | 19 | ||
20 | # The Yocto mirror has an old export of ostree: | ||
21 | # http://downloads.yoctoproject.org/mirror/sources/git2_github.com.ostreedev.ostree.tar.gz | ||
22 | PREMIRRORS = "" | ||
23 | |||
24 | SRC_URI = " \ | 20 | SRC_URI = " \ |
25 | gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \ | 21 | gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \ |
26 | file://run-ptest \ | 22 | file://run-ptest \ |