diff options
| author | Samuli Piippo <samuli.piippo@digia.com> | 2014-10-01 16:28:56 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-10-07 08:43:30 +0300 |
| commit | bdedd1e76f2614bac170232bbb0f456d6b322d22 (patch) | |
| tree | 4998718576bf52f388a00cb5c9d9d72ebfa33771 /scripts | |
| parent | 4307d00609cce928c8bab7ec63de0935647322fb (diff) | |
| download | meta-boot2qt-bdedd1e76f2614bac170232bbb0f456d6b322d22.tar.gz | |
Add repo manifest for latest upstream repos
This repo manifest can be used to easily fetch the latest versions
(daisy or equivalent) of all the upstream meta repositories.
Change-Id: I98c0920d57d006a1effc27c11540580c29455f90
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'scripts')
| -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 | |||
