Fix failing opencv package due to runtime package dependency
[AGL/AGL-repo.git] / default.xml
index a76d326..46dfdc9 100644 (file)
@@ -2,40 +2,91 @@
 <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/"
+         pushurl="ssh://gerrit.automotivelinux.org:29418"
+  />
+
+  <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 --> <!-- 01.org -->
+  <remote name="github" fetch="https://github.com/" />
+
+  <!-- meta-qt5  -->
+  <remote name="qt.io" fetch="git://code.qt.io/" />
 
   <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" />
+  <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+  <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
+
+  <!-- Updater layers. -->
+  <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="pyro"/>
 
   <!-- 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="pyro" />
+  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="b2ce52334cf88e07f703cf25ced92302edd5b0e9" upstream="pyro" />
+  <project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="pyro" />
 
   <!-- Qt things -->
-  <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="adeca0db212d61a933d7952ad44ea1064cfca747" />
+  <!-- Qt 5.8 -->
+  <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="pyro" />
+  <!-- switch from opensource project meta-qt5 to vendor-maintained repo -->
+  <!-- QT uses vendor branch 5.8 -->
+  <!--<project name="yocto/meta-qt5" path="meta-qt5" remote="qt.io" revision="5.8" />-->
 
   <!-- 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" />
+
+  <!-- Renesas Gen3 specific things -->
+  <project name="AGL/meta-renesas-rcar-gen3" path="meta-renesas-rcar-gen3" revision="master" />
+
+  <!-- MinnowBoard MAX specific things -->
+  <project name="meta-intel" path="meta-intel" remote="yocto" revision="pyro" />
+
+  <!-- i.MX6 / e.g. wandboard specific things -->
+  <project name="Freescale/meta-freescale" path="meta-freescale" remote="github" revision="pyro" />
+  <project name="Freescale/meta-freescale-3rdparty" path="meta-freescale-3rdparty" remote="github" revision="pyro" />
+  <project name="Freescale/meta-freescale-distro" path="meta-freescale-distro" remote="github" revision="pyro" />
+
+  <!-- Boundary devices bsp layer -->
+  <project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="pyro" />
+
+  <!-- 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.2.1" />
+
+  <!-- meta-rust -->
+  <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="pyro" />
+
+  <!-- rpi 2 and 3 -->
+  <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="pyro" />
+
+  <!-- DragonBoard 410c specific things -->
+  <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="pyro" />
+
+  <!-- Altera SOCFPGA platform --> <!-- pinned to version from master until branch for morty exists -->
+  <!-- https://github.com/kraj/meta-altera -->
+  <project name="kraj/meta-altera" path="meta-altera" remote="github" revision="d4bbb7ef016eab4ab04c3e794dfe6f4276196c66" upstream="master"/>
+
+  <!-- Image Security Analysis FrameWork (isafw) -->
+  <!-- use morty branch for CC and DD - conflicting changes in master-->
+  <project name="01org/meta-security-isafw" path="meta-security-isafw" remote="github" revision="morty" />
+
+  <!-- IoT Security layer -->
+  <!-- fixed version since 3936bc3 removed cynara -->
+  <project name="01org/meta-intel-iot-security" path="meta-intel-iot-security" remote="github" revision="20bbb97f6d5400b126ae96ef446c3e60c7e16285" />
 
+  <!-- SmartDeviceLink layer -->
+  <project name="phongt/meta-sdl" path="meta-sdl" remote="github" revision="d9451f4d2dd1a3927b0ce5e55a4f0dc9a3daee27" />
 </manifest>