default.xml: add the upstream url for LAT

The github.com/Wind-River/meta-lat is the source codes repository for
LAT(Linux Assembling Tool) needed by Debian transition project.

Story: 2008846
Task: 43288

Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: Ia489e0313136288669cd6300a41c3dc8a1bf796f
This commit is contained in:
Yue Tao 2021-09-13 11:18:50 +08:00
parent d9c04bb5e8
commit ca85a1f16c
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<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="git://github.com/Wind-River" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
@ -81,6 +82,8 @@
<!-- this sha merges 5.10.37 into preempt-rt -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="bced2cdbd646996800d920c1604bffbb050a62ab" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- LAT Upstream -->
<project remote="github-wr" revision="main" name="meta-lat" path="cgcs-root/stx/git/meta-lat"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/train" name="horizon.git" path="cgcs-root/stx/git/horizon"/>