summaryrefslogtreecommitdiff
path: root/lava-kernel-ci-job-creator.py
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2015-01-16 09:21:20 -0800
committerTyler Baker <tyler.baker@linaro.org>2015-01-16 09:21:20 -0800
commit074aaca2c88e30f92eacae1d0dd2117c16668244 (patch)
treefaca7a95e15ab9eccb2d13c391a932c3b0e1a6f4 /lava-kernel-ci-job-creator.py
parent56992fdb35edfdaa17f13240eddeed0a65819541 (diff)
kernel-ci: add imx6q-sabrelite support
Diffstat (limited to 'lava-kernel-ci-job-creator.py')
-rw-r--r--lava-kernel-ci-job-creator.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/lava-kernel-ci-job-creator.py b/lava-kernel-ci-job-creator.py
index 509fa9d..4f296ca 100644
--- a/lava-kernel-ci-job-creator.py
+++ b/lava-kernel-ci-job-creator.py
@@ -117,6 +117,14 @@ imx6q_wandboard = {'device_type': 'imx6q-wandboard',
'be': False,
'fastboot': False}
+imx6q_sabrelite = {'device_type': 'imx6q-sabrelite',
+ 'templates': ['generic-arm-uboot-dtb-kernel-ci-boot-template.json'],
+ 'defconfig_blacklist': ['arm-imx_v4_v5_defconfig',
+ 'arm-multi_v5_defconfig'],
+ 'lpae': False,
+ 'be': False,
+ 'fastboot': False}
+
utilite_pro = {'device_type': 'utilite-pro',
'templates': ['generic-arm-uboot-dtb-kernel-ci-boot-template.json'],
'defconfig_blacklist': ['arm-imx_v4_v5_defconfig',
@@ -267,6 +275,7 @@ device_map = {'exynos5250-arndale.dtb': arndale,
'hip04-d01.dtb': d01,
'hisi-x5hd2-dkb.dtb': hisi_x5hd2_dkb,
'imx6q-wandboard.dtb': imx6q_wandboard,
+ 'imx6q-sabrelite.dtb': imx6q_sabrelite,
'imx6q-cm-fx6.dtb': utilite_pro,
'ste-snowball.dtb': snowball,
'qcom-apq8084-ifc6540.dtb': ifc6540,