diff mbox series

[1/2] linaro.xml: Reorganize project order and add comments

Message ID 1493357095-30657-1-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
Try to group the key items that we'll need AOSP to take
for db410 at the top, and optional or extra features at
the bottom

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 | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

-- 
2.7.4
diff mbox series

Patch

diff --git a/linaro.xml b/linaro.xml
index c6b7b02..930140f 100644
--- a/linaro.xml
+++ b/linaro.xml
@@ -13,15 +13,9 @@ 
   <remote name="swiftshader" fetch="https://swiftshader.googlesource.com/" />
 
   <!-- Linaro Device Configs -->
-
   <project path="device/linaro/generic" name="generic_device" revision="master" remote="robh" groups="default" />
 
-  <!-- Linaro Kernels -->
-  <project path="kernel/common" name="kernel/common" revision="android-4.4" groups="default" />
-  <project path="kernel/linaro/hisilicon" name="linux" revision="android-hikey-linaro-4.1" remote="github" groups="default" />
-
-  <project path="external/libpciaccess" name="libpciaccess" remote="robh" revision="master" />
-
+  <!-- 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" />
 
@@ -33,8 +27,17 @@ 
   <remove-project path="external/libdrm" name="platform/external/libdrm" />
   <project path="external/libdrm" name="mesa/drm" revision="master" remote="freedesktop" groups="default" />
 
+  <!-- Extra features -->
+  <project path="external/libpciaccess" name="libpciaccess" remote="robh" revision="master" />
+
   <project path="external/iio-sensors-hal" name="android-iio-sensors-hal" revision="master" remote="robh" groups="default" />
 
   <project path="external/swiftshader" name="SwiftShader" revision="cloud-android-current-release" remote="swiftshader" groups="default" />
 
+  <!-- Linaro Kernels -->
+  <project path="kernel/common" name="kernel/common" revision="android-4.4" groups="default" />
+  <project path="kernel/linaro/hisilicon" name="linux" revision="android-hikey-linaro-4.1" remote="github" groups="default" />
+
+
+
 </manifest>