-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdunfell.xml
38 lines (33 loc) · 2.39 KB
/
dunfell.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
36
37
38
<?xml version='1.0' encoding='UTF-8'?>
<!-- Copyright (C) 2020, RTE (http://www.rte-france.com) -->
<!-- Copyright (C) 2023 Savoir-faire Linux, Inc. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
<manifest>
<!-- Remote repositories definition -->
<remote name="yocto" fetch="https://git.yoctoproject.org/git"/>
<remote name="seapath" fetch="https://github.com/seapath"/>
<remote name="github" fetch="https://github.com"/>
<remote name="oe" fetch="https://github.com/openembedded"/>
<!-- SEAPATH main Yocto project -->
<project name="yocto-bsp" revision="dunfell" remote="seapath" path="."/>
<!-- Upstream Yocto & OpenEmbedded Projects -->
<project name="poky" revision="dunfell" remote="yocto" path="sources/poky"/>
<project remote="oe" revision="dunfell" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="yocto" revision="dunfell" name="meta-virtualization" path="sources/meta-virtualization"/>
<project remote="yocto" revision="fb2dd96868a3eb51673e4a1e122e0b375aa1832f" name="meta-dpdk" path="sources/meta-dpdk"/>
<project remote="yocto" revision="dunfell" name="meta-intel" path="sources/meta-intel"/>
<project remote="yocto" revision="dunfell" name="meta-security" path="sources/meta-security"/>
<project remote="yocto" revision="dunfell" name="meta-selinux" path="sources/meta-selinux"/>
<project remote="yocto" revision="dunfell" name="meta-cgl" path="sources/meta-cgl"/>
<project remote="yocto" revision="dunfell" name="meta-cloud-services" path="sources/meta-cloud-services"/>
<!-- SEAPATH meta layers -->
<project name="meta-seapath" revision="dunfell" remote="seapath" path="sources/meta-seapath"/>
<!-- Other SEAPATH repositories -->
<project name="vm_manager" revision="main" remote="seapath" path="sources/vm_manager"/>
<project name="python3-setup-ovs" revision="main" remote="seapath" path="sources/python3-setup-ovs"/>
<project name="meta-elastic-beats" revision="main" remote="seapath" path="sources/meta-elastic-beats"/>
<!-- Other community repositories -->
<project name="jiazhang0/meta-secure-core" revision="fa43d5885dae3917466532414f577c9e84a7aabc" remote="github" path="sources/meta-secure-core"/>
<project name="savoirfairelinux/meta-validation" revision="master" remote="github" path="sources/meta-validation"/>
<project name="sbabic/meta-swupdate" revision="dunfell" remote="github" path="sources/meta-swupdate"/>
</manifest>