diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-05-03 12:02:50 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-05-03 12:23:24 +0200 |
commit | 383f38d46a239f1bc0e8eb8d0aeabd790ccb79f2 (patch) | |
tree | ea926b7cd83b5641ec40d6e4da8896bd73ccfbb1 | |
parent | ddd56253d1d95717fe86f870fd812d4b98f500d0 (diff) |
Add meta-amb and simplify github remote
This adds the meta-amb repo and simplifies the github-based remotes
to use a single remote instead of multiple.
Change-Id: I53926fe30728514acfe159e3f9d43ae7c6a1bd4c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | default.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/default.xml b/default.xml index c31eec49..b0d2070f 100644 --- a/default.xml +++ b/default.xml @@ -10,15 +10,10 @@ fetch="git://git.yoctoproject.org/" /> <remote name="openembedded" fetch="git://git.openembedded.org/" /> - <remote name="qt5" - fetch="https://github.com/meta-qt5/" /> - <!-- freescale bsp --> - <remote name="freescale" - fetch="https://github.com/Freescale/" /> - - <!-- meta-rust --> - <remote name="meta-rust" fetch="https://github.com/jmesmon/" /> + <!-- meta-rust --> <!-- freescale bsp --> <!-- meta-amb --> + <!-- meta-qt5 --> + <remote name="github" fetch="https://github.com/" /> <default revision="master" remote="agl" @@ -33,7 +28,7 @@ <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" /> <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro --> - <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/> + <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="jethro"/> <!-- Porter specific things. --> <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" /> @@ -43,7 +38,7 @@ <!-- i.MX6 / e.g. wandboard specific things --> <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" /> - <project name="meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="freescale" revision="jethro" /> + <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="jethro" /> <!-- ti vayu / jacinto 6 / DRA7 --> <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" /> @@ -51,8 +46,11 @@ <!-- iotivity --> <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" /> + <!-- meta-amb --> + <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" /> + <!-- meta-rust --> - <project name="meta-rust" path="meta-rust" remote="meta-rust" revision="master" /> + <project name="jmesmon/meta-rust" path="meta-rust" remote="github" revision="master" /> <!-- rpi 2 and 3 --> <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="master" /> |