summaryrefslogtreecommitdiff
path: root/a5ve.xml
blob: 9035b65125f19d4b94e3fcff57781fa585d5a6d5 (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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote fetch="git://git.busybox.net/" name="busybox"/>
  <remote fetch="https://github.com/" name="github"/>
  <remote fetch="https://git.linaro.org/" name="linaro"/>
  <remote fetch="https://git.savannah.gnu.org" name="gnugit"/>

  <!-- Boot Wrapper -->
  <project path="boot-wrapper" name="landing-teams/working/arm/boot_wrapper" remote="linaro" revision="tinylinux_giot_demo" />

  <!-- Linux -->
  <project path="linux" name="landing-teams/working/arm/kernel-testing" remote="linaro" revision="tinylinux_giot_demo"/>

  <!-- busybox code -->
  <project name="busybox" remote="busybox" revision="111cdcf295b4cab78521480f52b295d9ae719263" upstream="master"/>
  <project name="landing-teams/working/arm/ramdisk" path="ramdisk" remote="linaro" revision="tinylinux_giot_demo"/>

  <!-- device-trees -->
  <project path="device-tree" name="landing-teams/working/arm/device-tree" remote="linaro" revision="tinylinux_giot_demo"/>

  <!-- build-scripts -->
  <project path="build-scripts" name="landing-teams/working/arm/build-scripts" remote="linaro" revision="tinylinux_giot_demo"/>

  <!-- Fast Models scripts -->
  <project path="run-scripts" name="landing-teams/working/arm/model-scripts" remote="linaro" revision="tinylinux_giot_demo"/>

  <!-- IOT client -->
  <project path="iot-client/jansson" name="akheron/jansson" remote="github" revision="master"/>
  <project path="iot-client/libjwt" name="benmcollins/libjwt" remote="github" revision="master"/>
  <project path="iot-client/openssl" name="openssl/openssl" remote="github" revision="OpenSSL_1_0_1-stable"/>
  <project path="iot-client/build/mqtt" name="eclipse/paho.mqtt.c" remote="github" revision="master"/>
  <project path="iot-client/mqtt_capp" name="GoogleCloudPlatform/cpp-docs-samples" remote="github" revision="master"/>

</manifest>