@@ -8,6 +8,7 @@
<remote name="github" fetch="http://github.com/96boards" />
<remote name="robh" fetch="http://github.com/robherring" />
+ <remote name="johnstultz" fetch="https://git.linaro.org/people/john.stultz" />
<remote name="freedesktop" fetch="git://anongit.freedesktop.org/" />
<remote name="x86" fetch="git://gitscm.sf.net/gitroot/android-x86/" />
<remote name="swiftshader" fetch="https://swiftshader.googlesource.com/" />
@@ -15,6 +16,9 @@
<!-- Linaro Device Configs -->
<project path="device/linaro/generic" name="generic_device" revision="master" remote="robh" groups="default" />
+ <!-- Pre-built kernel tree -->
+ <project path="device/linaro/generic-kernels" name="AOSP/device/linaro/generic-kernels.git" revision="master" remote="johnstultz" groups="default" />
+
<!-- Critical drm_hwcomposer components -->
<remove-project path="external/mesa3d" name="platform/external/mesa3d" />
<project path="external/mesa3d" name="mesa" revision="android-m" remote="robh" groups="default" />
Add a generic-kernels prebuilt repo so that we can have prebuilt kerenls for db410c, and potentially other devices. Cc: Rob Herring <rob.herring@linaro.org> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Vishal Bhoj <vishal.bhoj@linaro.org> Cc: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> --- linaro.xml | 4 ++++ 1 file changed, 4 insertions(+) -- 2.7.4