aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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