default.xml: add debian upstream for ostree

The default version of ostree of bullseye is 2020.8-2, but LAT
is only compitable with 2019.1-1.

Story: 2008846
Task: 43406
Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: Ic6c2072ff953cec582c79c04b3593b734b855f53
This commit is contained in:
Yue Tao 2021-09-23 08:46:11 +08:00
parent 18b2772cf4
commit dd2bc9b07a
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<remote name="github-wr" fetch="git://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 -->
@ -85,6 +86,9 @@
<!-- LAT Upstream -->
<project remote="github-wr" revision="main" 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"/>