default.xml: remove ostree and meta-lat

No longer need the git repositories after switching to tarballs.

Test Plan:

Pass: successfully build ostree

Story: 2008846
Task: 43288

Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: Iae67ee5dc55897fa0790fbd40d99c09e82de3232
This commit is contained in:
Yue Tao 2022-01-17 09:36:18 +08:00
parent 4acb741029
commit 367ac36f70
1 changed files with 0 additions and 8 deletions

View File

@ -6,8 +6,6 @@
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<remote name="github-wr" fetch="https://github.com/Wind-River" />
<remote name="debian" fetch="https://salsa.debian.org/debian/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
@ -83,12 +81,6 @@
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit 8048444fc7e44c6fc04a5e0b35d6117fe51c17fc that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="8048444fc7e44c6fc04a5e0b35d6117fe51c17fc" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- LAT Upstream -->
<project remote="github-wr" revision="refs/tags/20211104" name="meta-lat" path="cgcs-root/stx/git/meta-lat"/>
<!-- ostree debian Upstream -->
<project remote="debian" revision="refs/tags/debian/2019.1-1" name="ostree.git" path="cgcs-root/stx/git/ostree"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/train" name="horizon.git" path="cgcs-root/stx/git/horizon"/>