summaryrefslogtreecommitdiffstats
path: root/aws/dev.xml
blob: c32d5785d8e0aace74d0d5528ed33acf3d2e31ae (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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <include name="base/scarthgap.xml"/>

  <!-- Boot to Qt vendor layer -->
  <project name="meta-boot2qt-aws"
           remote="qt"
           revision="dev"
           upstream="dev"
           path="sources/meta-boot2qt-aws">
    <linkfile dest="sources/templates" src="conf/templates/default"/>
  </project>

  <include name="qt/dev.xml"/>

  <!-- Internal layer for the proprietary device drivers -->
  <remote name="playground"
          fetch="ssh://git@git.qt.io/boot2qt"/>
  <project name="nvidia-devnet-mirror"
           remote="playground"
           revision="3235a4a23ab70d47e2ef37476e50b7040dbe7106"
           upstream="linux-aarch64"
           path="sources/nvidia-devnet-mirror"
           groups="notdefault"/>

  <!-- Device specific layer with its depends -->
  <remote name="aws"
          fetch="https://github.com/aws4embeddedlinux"/>
  <project name="meta-aws"
           remote="aws"
           revision="scarthgap"
           upstream="scarthgap"
           path="sources/meta-aws"/>
</manifest>