forked from nxp-auto-linux/auto_yocto_bsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
27 lines (21 loc) · 1.63 KB
/
default.xml
File metadata and controls
27 lines (21 loc) · 1.63 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
<?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/nxp-qoriq" name="qoriq"/>
<!-- The default revision and remote are applicable to the meta-alb layer -->
<default sync-j="2" revision="d2e4349255fad0b3cc3e13f06a2e4e3c3a3c4611" 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="fb17bfb8edcc9560bc1beb966a68f1f4c08ecfb3"/>
<project name="meta-python2" path="sources/meta-openembedded/meta-python2" remote="oe" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253"/>
<project name="meta-security" path="sources/meta-security" remote="yocto" revision="353078bc06c8b471736daab6ed193e30d533d1f1"/>
<project name="meta-virtualization" path="sources/meta-virtualization" remote="yocto" revision="8b356b91ed0d4bcab72350a2ddcef880f4fa5c26"/>
<project name="meta-openembedded" path="sources/meta-openembedded" remote="oe" revision="0560b848996a0feb410a8cd8ca07c60fe2f3b5bc"/>
<project name="poky" path="sources/poky" remote="yocto" revision="31751bba1c789f15f574773a659b8017d7bcf440"/>
<!-- projects below are not updated for gatesgarth -->
<project name="meta-qoriq" path="sources/meta-qoriq" remote="qoriq" revision="f1b87b247b1dbd9392e421b82ece1d91408fef8b"/>
</manifest>