diff options
Diffstat (limited to 'scripts/manifest_daisy.xml')
| -rw-r--r-- | scripts/manifest_daisy.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/scripts/manifest_daisy.xml b/scripts/manifest_daisy.xml new file mode 100644 index 0000000..2668398 --- /dev/null +++ b/scripts/manifest_daisy.xml | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <manifest> | ||
| 3 | |||
| 4 | <default sync-j="4" revision="daisy"/> | ||
| 5 | |||
| 6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> | ||
| 7 | <remote fetch="git://git.openembedded.org" name="oe"/> | ||
| 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | ||
| 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | ||
| 10 | <remote fetch="git://git.toradex.com" name="toradex"/> | ||
| 11 | |||
| 12 | <project name="poky" | ||
| 13 | remote="yocto" | ||
| 14 | revision="daisy" | ||
| 15 | path="sources/poky"/> | ||
| 16 | <project name="meta-openembedded" | ||
| 17 | remote="oe" | ||
| 18 | revision="daisy" | ||
| 19 | path="sources/meta-openembedded"/> | ||
| 20 | |||
| 21 | <project name="meta-fsl-arm" | ||
| 22 | remote="yocto" | ||
| 23 | revision="daisy" | ||
| 24 | path="sources/meta-fsl-arm" | ||
| 25 | groups="notdefault,fsl,toradex"/> | ||
| 26 | <project name="meta-ti" | ||
| 27 | remote="yocto" | ||
| 28 | revision="daisy" | ||
| 29 | path="sources/meta-ti" | ||
| 30 | groups="notdefault,ti,bbb"/> | ||
| 31 | <project name="meta-raspberrypi" | ||
| 32 | remote="yocto" | ||
| 33 | revision="daisy" | ||
| 34 | path="sources/meta-raspberrypi" | ||
| 35 | groups="notdefault,rpi"/> | ||
| 36 | <project name="meta-fsl-arm-extra" | ||
| 37 | remote="freescale" | ||
| 38 | revision="daisy" | ||
| 39 | path="sources/meta-fsl-arm-extra" | ||
| 40 | groups="notdefault,fsl,toradex"/> | ||
| 41 | <project name="meta-beagleboard" | ||
| 42 | remote="beagleboard" | ||
| 43 | revision="master" | ||
| 44 | path="sources/meta-beagleboard" | ||
| 45 | groups="notdefault,bbb"/> | ||
| 46 | <project name="meta-toradex" | ||
| 47 | remote="toradex" | ||
| 48 | revision="V2.3" | ||
| 49 | path="sources/meta-toradex" | ||
| 50 | groups="notdefault,toradex"/> | ||
| 51 | |||
| 52 | </manifest> | ||
| 53 | |||
