aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-kernel-matrix.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2015-11-02 23:02:46 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2015-11-02 23:02:50 -0200
commit31b160b3388e786338fd3996ad4cee076b282c01 (patch)
treec418c70a48ce21f09cd69b2636226a7346ba1a07 /96boards-reference-kernel-matrix.yaml
parent72ec4b1c99cda40d2659ff246c99513fbac20fa9 (diff)
96boards-reference-kernel-matrix: updating tree used by dragonboard410c
Using the tree/branch that is based on the integration branch done by the landing team, but rebased on top of the final 4.3 release. Change-Id: I7772e8d33c5cc4d552ed8b4468f29e0d111c8bde Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-kernel-matrix.yaml')
-rw-r--r--96boards-reference-kernel-matrix.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/96boards-reference-kernel-matrix.yaml b/96boards-reference-kernel-matrix.yaml
index d72e7b7e59..ff75caa6db 100644
--- a/96boards-reference-kernel-matrix.yaml
+++ b/96boards-reference-kernel-matrix.yaml
@@ -81,8 +81,8 @@
KERNEL_URL=https://github.com/rsalveti/linux.git
KERNEL_BRANCH=hikey-mainline-rebase
elif [ "${MX_PLATFORM}" == "dragonboard410c" ]; then
- KERNEL_URL=https://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
- KERNEL_BRANCH=integration-linux-qcomlt
+ KERNEL_URL=https://github.com/rsalveti/linux.git
+ KERNEL_BRANCH=reference-qcom-rebase
export kernel_config="defconfig distro.config"
fi