summaryrefslogtreecommitdiffstats
path: root/conf/manifest.xml
blob: 6044f8eb7ba60b1514e912750b1e9566168b5ca1 (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
36
37
38
39
40
41
<?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="warrior"
           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="1b33df50c1f0c3848deb65b636d5134ed0d0d328"
           path="sources/meta-renesas"/>
  <remote name="linaro"
          fetch="git://git.linaro.org/openembedded"/>
  <project name="meta-linaro"
           remote="linaro"
           revision="853e8e05e55e1bce7cef94ad7515e37e9485f745"
           path="sources/meta-linaro"/>

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