summaryrefslogtreecommitdiffstats
path: root/aws/v6.7.0.xml
blob: 206b4177c93031253ee24391642ec41c66f17f1c (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <default upstream="nanbield"/>

  <!-- Yocto -->
  <remote name="yocto"
          fetch="git://git.yoctoproject.org"/>
  <project name="poky"
           remote="yocto"
           revision="refs/tags/yocto-4.3.2"
           upstream="nanbield"
           path="sources/poky"/>
  <project name="meta-mingw"
           remote="yocto"
           revision="refs/tags/yocto-4.3.2"
           upstream="nanbield"
           path="sources/meta-mingw"/>

  <!-- OpenEmbedded -->
  <remote name="oe"
          fetch="git://git.openembedded.org"/>
  <project name="meta-openembedded"
           remote="oe"
           revision="da9063bdfbe130f424ba487f167da68e0ce90e7d"
           upstream="nanbield"
           path="sources/meta-openembedded"/>

  <!-- Boot to Qt -->
  <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="b2c0cec37fa06a7349446cbaa5778a840b44b59a"
           upstream="nanbield"
           path="sources/meta-boot2qt">
    <linkfile dest="setup-environment.sh" src="scripts/setup-environment.sh"/>
  </project>

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

  <!-- Qt -->
  <project name="meta-qt6"
           remote="qt"
           revision="refs/tags/v6.7.0"
           upstream="6.7.0"
           path="sources/meta-qt6"/>

  <!-- 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="bf222acaf4c6e91064dafb2ff4b4e1924f2e604f"
           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="73cc083650fde1e40f8bca4fba685657cbf9820f"
           upstream="nanbield"
           path="sources/meta-aws"/>
  <project name="meta-virtualization"
           remote="yocto"
           revision="4372c0ebd99069a5bef99f00ad105bbd35ba3ec2"
           upstream="nanbield"
           path="sources/meta-virtualization" />
</manifest>