-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmain.xml
20 lines (15 loc) · 1.09 KB
/
main.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="1"/>
<remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
<remote fetch="https://github.com/openembedded" name="oe"/>
<remote fetch="https://github.com/analogdevicesinc" name="adigithub"/>
<project remote="yocto" revision="8c489602f218bcf21de0d3c9f8cf620ea5f06430" name="poky" path="sources/poky"/> <!-- kirkstone revision -->
<project remote="oe" revision="278ec081a64e6a7679d6def550101158126cd935" name="meta-openembedded" path="sources/meta-openembedded"/> <!-- kirkstone revision -->
<project remote="yocto" revision="bafd1d013c2470bcec123ba4eb8232ab879b2660" name="meta-arm" path="sources/meta-arm"/> <!-- kirkstone revision -->
<project remote="adigithub" revision="main" name="lnxdsp-adi-meta" path="sources/meta-adi"/>
<project remote="adigithub" revision="main" name="lnxdsp-scripts" path="sources">
<linkfile dest="setup-environment" src="setup-environment"/>
</project>>
<project remote="adigithub" revision="main" name="lnxdsp-adi-security-meta" path="sources/meta-adi-security"/>
</manifest>