summaryrefslogtreecommitdiff
path: root/lsk-test-ci.xml
blob: 513d38980c874e7f760de6a6ba06ee645126480d (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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

  <remote  name="aosp"
           fetch="git://android.git.linaro.org/"
           review="review.android.git.linaro.org" />
  <remote  name="aosp-upstream"
           fetch="https://android-review.googlesource.com/"
           review="https://android-review.googlesource.com/" />
  <remote  name="linaro-other"
           fetch="git://git.linaro.org/" />
  <remote  name="linaro-private"
           fetch="ssh://linaro-big-little-switcher-bot@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/" />
  <remote  name="linaro-landing-team-hisilicon"
           fetch="ssh://linaro-landing-team-hisilicon-bot@hisilicon.git.linaro.org/landing-team/hisilicon/" />
  <remote  name="zyga"
           fetch="git://github.com/zyga/" />
  <remote  name="igloocommunity"
           fetch="git://igloocommunity.org/" />
  <default revision="refs/tags/android-4.4.2_r1"
           remote="aosp"
           sync-j="4" />

  <!-- Linaro extras -->
  <project path="device/linaro/common" name="device/linaro/common" revision="linaro-kk" groups="common" />
  <project path="device/linaro/pandaboard" name="device/linaro/pandaboard" revision="linaro-jb" groups="common" />
  <project path="device/linaro/vexpress" name="device/linaro/vexpress" revision="linaro-kk" groups="common" />
  <project path="device/linaro/hi4511" name="device/linaro/hi4511" revision="linaro-jb" groups="common" />
  <project path="u-boot/linaro/arndale" name="landing-teams/working/samsung/u-boot" revision="tracking" remote="linaro-other" groups="arndale" />
  <project path="u-boot/linaro/u-boot-linaro-stable" name="boot/u-boot-linaro-stable" revision="master" remote="linaro-other" groups="pandaboard" />
  <project path="u-boot/linaro/snowball" name="people/axelfagerstedt/u-boot/linaro/snowball.git" revision="20a79baeae9e167f2c3dd775700eca88ded8feee" remote="linaro-other" groups="snowball" />
  <project path="u-boot/linaro/vexpress" name="people/tixy/u-boot" revision="vexpress-hacks" remote="linaro-other" groups="vexpress,vexpress-lsk,vexpress-vingu,vexpress-jstultz" />
  <project path="u-boot/linaro/vexpress-iks" name="people/bhoj/u-boot-linaro-stable" revision="master" remote="linaro-other" groups="vexpress-iks" />
  <!-- Linaro kernels -->
  <project path="kernel/linaro/arndale" name="landing-teams/working/samsung/kernel" remote="linaro-other" revision="tracking-android-arndale" groups="arndale" />
  <project path="kernel/linaro/pandaboard" name="kernel/panda" revision="linaro-tilt-android-tracking" groups="pandaboard"/>
  <project path="kernel/linaro/snowball" name="git/kernel/igloo-kernel" revision="stable-android-ux500-3.4" remote="igloocommunity" groups="snowball" />
  <project path="kernel/linaro/vexpress" name="landing-teams/working/arm/kernel" remote="linaro-other" revision="integration-ci-vexpress" groups="vexpress" />
  <project path="kernel/linaro/vexpress-iks" name="bL_switcher/linux" revision="IKS+reference" remote="linaro-private" groups="vexpress-iks" />
  <project path="kernel/linaro/vexpress-vingu" name="people/vingu/kernel" revision="linux-linaro-sched" remote="linaro-other" groups="vexpress-vingu" />
  <project path="kernel/linaro/vexpress-lsk" name="kernel/linux-linaro-stable" revision="linux-linaro-lsk-android-test" remote="linaro-other" groups="vexpress-lsk" />
  <project path="kernel/linaro/vexpress-lsk-jstultz" name="people/john.stultz/android" revision="test/ci-loop" remote="linaro-other" groups="vexpress-jstultz" />
  <project path="kernel/linaro/iMX53" name="kernel/imx53" revision="lt-3.1-android" groups="imx53" />
  <project path="kernel/linaro/hisilicon" name="linux-iks.git" revision="integration-linux-hs" remote="linaro-landing-team-hisilicon" groups="hisilicon" />
  <!-- AOSP kernels -->
  <project path="kernel/samsung/maguro" name="kernel/omap" revision="android-omap-tuna-3.0-jb-mr1.1" groups="galaxynexus" />
  <project path="kernel/asus/grouper" name="kernel/tegra" revision="22b4fcde206e96f57bf0a111403fc3d75532918a" remote="aosp-upstream" groups="nexus7" />
  <project path="kernel/lge/mako" name="kernel/msm" revision="linaro_android_4.4.2" groups="nexus4" />
  <!-- AOSP kernel -->
  <!-- project path="kernel" name="kernel/omap" revision="android-omap-panda-3.0" -->
    <!-- We copy the defconfig over so we can use the same name as w/ the Linaro kernel -->
    <!-- copyfile src="arch/arm/configs/panda_defconfig" dest="kernel/arch/arm/configs/android_omap4_defconfig" /-->
  <!-- /project -->

  <!-- AOSP with Linaro additions -->
  <!-- Linaro modifications: Made it build with OpenJDK, Compiler detection macros, optimization flags, uboot support -->
  <project path="build" name="platform/build" revision="linaro_android_4.4.2" groups="common" >
    <copyfile src="core/root.mk" dest="Makefile" />
  </project>
  <project path="bionic" name="platform/bionic" revision="linaro_android_4.4.2" groups="common"/>
  <project path="external/clang" name="platform/external/clang" revision="linaro_android_4.4.2" groups="common"/>
  <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="common"/>
  <project path="external/llvm" name="platform/external/llvm" revision="linaro_android_4.4.2" groups="common"/>
  <project path="external/safe-iop" name="platform/external/safe-iop" groups="common"/>
  <project path="system/core" name="platform/system/core" revision="linaro_android_4.4.2" groups="common"/>
  <!-- Linaro modifications: Set CPU specific compiler flags, init.partitions.rc -->
  <project path="device/samsung/tuna" name="device/samsung/tuna" revision="linaro_android_4.4.2" groups="common" />
  <project path="device/asus/grouper" name="device/asus/grouper" revision="linaro-playground" groups="nexus7" />
  <project path="device/asus/tilapia" name="device/asus/tilapia" groups="nexus7" />
  <!-- Linaro modifications: New init.rc, bug fixes -->
  <project path="gcc-linaro-aarch64-linux-gnu" name="platform/prebuilts/gcc/linux-x86/arm/aarch64-linux-android-linaro" groups="linux,arm" revision="refs/tags/gcc-linaro-4.8-2013.11" />
  <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro" groups="linux,arm,common" revision="master" />
</manifest>