summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2020-01-14 13:33:16 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2020-01-14 13:33:16 +0800
commitd9ce095d619ce07fe56fb92fd969d9058a1639ea (patch)
tree9fd0579565455c6a0fb438caa6df455f53dda651
parent2caf5b686a7e1d812a72a638bfbe73798709f832 (diff)
lkft/lkft_config.py: add 4.14 and 4.19 kernel settings
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--lkft/lkft_config.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/lkft/lkft_config.py b/lkft/lkft_config.py
index 28e342a..01f800a 100644
--- a/lkft/lkft_config.py
+++ b/lkft/lkft_config.py
@@ -46,6 +46,15 @@ citrigger_lkft = {
},
# configs for hikey kernels
+ 'trigger-lkft-aosp-hikey': {
+ '4.14-master-hikey': 'lkft-hikey-aosp-master-4.14',
+ '4.14-master-hikey960': 'lkft-hikey-aosp-master-4.14',
+
+ '4.19-master-hikey': 'lkft-hikey-aosp-master-4.19',
+ '4.19-master-hikey960': 'lkft-hikey-aosp-master-4.19',
+ },
+
+ # configs for hikey kernels
'trigger-lkft-hikey-stable': {
'4.4o-8.1-hikey': 'lkft-hikey-4.4-o',
'4.4o-9.0-lcr-hikey': 'lkft-hikey-4.4-o',