diff mbox series

[2/2] linaro.xml: Add prebuilt kernel repo

Message ID 1493357095-30657-2-git-send-email-john.stultz@linaro.org
State New
Headers show
Series [1/2] linaro.xml: Reorganize project order and add comments | expand

Commit Message

John Stultz April 28, 2017, 5:24 a.m. UTC
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
diff mbox series

Patch

diff --git a/linaro.xml b/linaro.xml
index 930140f..a18f821 100644
--- a/linaro.xml
+++ b/linaro.xml
@@ -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" />