Add meta-amb and simplify github remote
[AGL/AGL-repo.git] / default.xml
index a76d326..b0d2070 100644 (file)
@@ -2,40 +2,60 @@
 <manifest>
 
   <remote name="agl"
-          fetch="https://gerrit.automotivelinux.org/gerrit/AGL"
-          review="https://gerrit.automotivelinux.org/gerrit/" />
-  <remote name="poky"
+         fetch="https://gerrit.automotivelinux.org/gerrit/"
+        review="https://gerrit.automotivelinux.org/gerrit/"
+  />
+
+  <remote name="yocto"
           fetch="git://git.yoctoproject.org/" />
   <remote name="openembedded"
           fetch="git://git.openembedded.org/" />
-  <remote name="qt5"
-          fetch="https://github.com/meta-qt5/" />
+
+  <!-- meta-rust --> <!-- freescale bsp --> <!-- meta-amb -->
+  <!-- meta-qt5  -->
+  <remote name="github" fetch="https://github.com/" />
 
   <default revision="master"
            remote="agl"
            sync-j="4" />
 
   <!-- AGL things. -->
-  <project name="meta-agl" path="meta-agl" />
-  <project name="meta-agl-demo" path="meta-agl-demo" >
-    <!-- Emulator specific things. -->
-    <linkfile dest="conf/emulator/local.conf.sample" src="conf/local.conf.sample" />
-    <linkfile dest="conf/emulator/bblayers.conf.sample" src="conf/bblayers.conf.sample" />
-    <linkfile dest="conf/emulator/conf-notes.txt" src="conf/conf-notes.txt" />
-  </project>
+  <project name="AGL/meta-agl" path="meta-agl" />
+  <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
 
   <!-- Yocto/OpenEmbedded things. -->
-  <project name="poky" path="poky" remote="poky" revision="df87cb27efeaea1455f20692f9f1397c6fcab254" />
-  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="9efaed99125b1c4324663d9a1b2d3319c74e7278" />
+  <project name="poky" path="poky" remote="yocto" revision="jethro" />
+  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" />
 
-  <!-- Qt things -->
-  <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="adeca0db212d61a933d7952ad44ea1064cfca747" />
+  <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
+  <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="jethro"/>
 
   <!-- Porter specific things. -->
-  <project name="meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" >
-    <linkfile dest="conf/porter/local.conf.sample" src="meta-rcar-gen2/conf/local.conf.sample" />
-    <linkfile dest="conf/porter/bblayers.conf.sample" src="meta-rcar-gen2/conf/bblayers.conf.sample" />
-    <linkfile dest="conf/porter/conf-notes.txt" src="meta-rcar-gen2/conf/conf-notes.txt" />
-  </project>
+  <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
+
+  <!-- MinnowBoard MAX specific things -->
+  <project name="meta-intel" path="meta-intel" remote="yocto" revision="jethro" />
+
+  <!-- i.MX6 / e.g. wandboard specific things -->
+  <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" 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" />
+
+  <!-- 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="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" />
+
+  <!-- DragonBoard 410c specific things -->
+  <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="jethro" />
 
 </manifest>