summaryrefslogtreecommitdiffstats
path: root/conf/manifest.xml
blob: 1ddca91602e4c299cb6138f5dbacf8d92ec3e436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <!-- Boot2Qt -->
  <remote name="qt"
          fetch="git://code.qt.io/yocto"
          pushurl="ssh://codereview.qt-project.org/yocto"/>
  <remote name="gerrit"
          fetch="ssh://codereview.qt-project.org/yocto"/>
  <project name="meta-boot2qt"
           remote="qt"
           revision="zeus"
           path="sources/meta-boot2qt">
    <!-- link init script to the build dir -->
    <linkfile dest="b2qt-init-build-env" src="b2qt-init-build-env"/>
    <!-- add boot2qt's manifest file as a local manifest -->
    <linkfile dest=".repo/local_manifests/boot2qt.xml" src="scripts/manifest.xml"/>
  </project>

  <!-- Device specific layers -->
  <remote name="renesas"
          fetch="git://github.com/renesas-rcar"/>
  <project name="meta-renesas"
           remote="renesas"
           revision="9a58b78a5c2960332b6ed4b02a6d8d5c606fa3e5"
           path="sources/meta-renesas"/>

  <!-- internal layer for the proprietary device drivers -->
  <remote name="playground"
          fetch="ssh://git@git.qt.io/boot2qt"/>
  <project name="renesas-rcar3"
           remote="playground"
           revision="9018f7478a0a6646a61e8ee5cad8811fbc3ea927"
           path="sources/renesas-rcar3"
           groups="notdefault"/>
</manifest>