-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdefault.xml
More file actions
28 lines (21 loc) · 1.62 KB
/
default.xml
File metadata and controls
28 lines (21 loc) · 1.62 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote fetch="https://github.com/nxp-auto-linux" name="alb"/>
<remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
<remote fetch="https://git.openembedded.org" name="oe"/>
<remote fetch="https://github.com/rust-embedded" name="rust"/>
<remote fetch="https://github.com/nxp-qoriq" name="qoriq"/>
<!-- The default revision and remote are applicable to the meta-alb layer -->
<default sync-j="2" revision="ff4d84b23d5887aaff3a18043e4322e9ee3fa7ab" remote="alb"/>
<project name="meta-alb" path="sources/meta-alb">
<copyfile dest="nxp-setup-alb.sh" src="nxp-setup-alb.sh"/>
</project>
<!-- projects below synchronized with default.xml in LFAC -->
<project name="meta-freescale" path="sources/meta-freescale" remote="yocto" revision="62423c69631d7f7cffe2bd20997412d76caa94ef"/>
<project name="meta-security" path="sources/meta-security" remote="yocto" revision="bc865c5276c2ab4031229916e8d7c20148dfbac3"/>
<project name="meta-virtualization" path="sources/meta-virtualization" remote="yocto" revision="af1db2042caf8021d767dce1b26c08b59b96f3d1"/>
<project name="meta-openembedded" path="sources/meta-openembedded" remote="oe" revision="e621da947048842109db1b4fd3917a02e0501aa2"/>
<project name="poky" path="sources/poky" remote="yocto" revision="ec220ae083dba35c279192b2249ad03fe238446e"/>
<project name="meta-rust-bin" path="sources/meta-rust-bin" remote="rust" revision="63d677de912551b8f5606ce459748532c6ae529d"/>
<project name="meta-qoriq" path="sources/meta-qoriq" remote="qoriq" revision="533e78f92774326d48f15adb5982a516fe114ee7"/>
</manifest>