aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-kernel-matrix.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2015-11-01 17:32:12 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2015-11-01 17:36:29 -0200
commit219624fabff43afb4ef7961361acc43a6cdf81e8 (patch)
tree20e5317c3b5bf70d642f71eaf182f809a3484bc8 /96boards-reference-kernel-matrix.yaml
parentb41e95013ad8f066dca51faa6b274d034f64cdf5 (diff)
96boards-reference-kernel-matrix: adding kernel for dragonboard410c
Using branch integration-linux-qcomlt for now, since it's based on a similar linux version as used by hikey-mainline-rebase. Change-Id: I215715ef5eb1a3e8f19c4ee93f2fb4e8ee297ace Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-kernel-matrix.yaml')
-rw-r--r--96boards-reference-kernel-matrix.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/96boards-reference-kernel-matrix.yaml b/96boards-reference-kernel-matrix.yaml
index c1ce3391fe..ebd8b7eaac 100644
--- a/96boards-reference-kernel-matrix.yaml
+++ b/96boards-reference-kernel-matrix.yaml
@@ -25,6 +25,7 @@
name: MX_PLATFORM
values:
- hikey
+ - dragonboard410c
- axis:
type: slave
name: label
@@ -79,6 +80,10 @@
if [ "${MX_PLATFORM}" == "hikey" ]; then
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
+ export kernel_config="defconfig distro.config"
fi
git clone -b ${KERNEL_BRANCH} --depth 1 ${KERNEL_URL} linux