-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathscarthgap.xml
35 lines (30 loc) · 2.11 KB
/
scarthgap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version='1.0' encoding='UTF-8'?>
<!-- Copyright (C) 2020, RTE (http://www.rte-france.com) -->
<!-- Copyright (C) 2023-2024 Savoir-faire Linux, Inc. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
<manifest>
<!-- Remote repositories definition -->
<remote name="yocto" fetch="git://git.yoctoproject.org"/>
<remote name="github" fetch="https://github.com/"/>
<remote name="seapath" fetch="https://github.com/seapath"/>
<remote name="oe" fetch="https://github.com/openembedded"/>
<!-- SEAPATH main Yocto project -->
<project name="yocto-bsp" revision="scarthgap" remote="seapath" path="."/>
<!-- Upstream Yocto & OpenEmbedded Projects -->
<project name="poky" revision="scarthgap" remote="yocto" path="sources/poky"/>
<project remote="oe" revision="scarthgap" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="yocto" revision="scarthgap" name="meta-virtualization" path="sources/meta-virtualization"/>
<project remote="yocto" revision="scarthgap" name="meta-dpdk" path="sources/meta-dpdk"/>
<project remote="yocto" revision="scarthgap" name="meta-intel" path="sources/meta-intel"/>
<project remote="yocto" revision="scarthgap" name="meta-security" path="sources/meta-security"/>
<project remote="yocto" revision="scarthgap" name="meta-selinux" path="sources/meta-selinux"/>
<project remote="yocto" revision="scarthgap" name="meta-cgl" path="sources/meta-cgl"/>
<project remote="yocto" revision="scarthgap" name="meta-cloud-services" path="sources/meta-cloud-services"/>
<!-- SEAPATH meta layers -->
<project name="meta-seapath" revision="scarthgap" remote="seapath" path="sources/meta-seapath"/>
<!-- Other community repositories -->
<project name="agherzan/meta-raspberrypi" revision="scarthgap" remote="github" path="sources/meta-raspberrypi"/>
<project name="Wind-River/meta-secure-core" revision="scarthgap" remote="github" path="sources/meta-secure-core"/>
<project name="kraj/meta-clang" revision="scarthgap" remote="github" path="sources/meta-clang"/>
<project name="sbabic/meta-swupdate" revision="scarthgap" remote="github" path="sources/meta-swupdate"/>
</manifest>