aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-hikey-stable.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-12-23 10:54:42 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-12-23 10:54:42 +0800
commit23019773083dd16f81e317b4885f4b3b6e7965f0 (patch)
tree7a0b4ca8c166f52a54786e93e91f6d6316448611 /trigger-lkft-hikey-stable.yaml
parent53a9e95ebf9f8139bea7803a5103a30fa9503647 (diff)
trigger-lkft-hikey-stable.yaml: fixed to get the right git describe information
this is an experiment, need to update it still not work Change-Id: I182d7855ec43594bcb7f3b9559233b4755c9985e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'trigger-lkft-hikey-stable.yaml')
-rw-r--r--trigger-lkft-hikey-stable.yaml25
1 files changed, 15 insertions, 10 deletions
diff --git a/trigger-lkft-hikey-stable.yaml b/trigger-lkft-hikey-stable.yaml
index 6ecbef18..094a2b09 100644
--- a/trigger-lkft-hikey-stable.yaml
+++ b/trigger-lkft-hikey-stable.yaml
@@ -15,17 +15,22 @@
display-name: 'Trigger for HiKey/HiKey960 Stable kernels'
scm:
- git:
+ remotes:
+ - hikey-stable:
+ url: https://github.com/tom-gall/hikey-linaro
+ - linux-stable:
+ url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
+ refspec: +refs/heads/linux-4.4.y:refs/remotes/linux-stable/linux-4.4.y +refs/heads/linux-4.9.y:refs/remotes/linux-stable/linux-4.9.y +refs/heads/linux-4.14.y:refs/remotes/linux-stable/linux-4.14.y +refs/heads/linux-4.19.y:refs/remotes/linux-stable/linux-4.19.y
url: https://github.com/tom-gall/hikey-linaro
branches:
- - android-4.4-o-hikey
- - android-4.4-p-hikey
- - android-4.9-o-hikey
- - android-4.9-p-hikey
- - android-4.9-q-hikey
- - android-4.14-p-hikey
- - android-4.14-q-hikey
- - android-4.19-q-hikey
- name: linux
+ - remotes/hikey-stable/android-4.4-o-hikey
+ - remotes/hikey-stable/android-4.4-p-hikey
+ - remotes/hikey-stable/android-4.9-o-hikey
+ - remotes/hikey-stable/android-4.9-p-hikey
+ - remotes/hikey-stable/android-4.9-q-hikey
+ - remotes/hikey-stable/android-4.14-p-hikey
+ - remotes/hikey-stable/android-4.14-q-hikey
+ - remotes/hikey-stable/android-4.19-q-hikey
skip-tag: true
shallow-clone: false
wipe-workspace: false
@@ -41,7 +46,7 @@
#!/bin/bash -ex
git clean -fdx
env
- params=$(echo $GIT_BRANCH|sed s,linux/,lkft-,).txt
+ params=$(echo $GIT_BRANCH|sed s,hikey-stable/,lkft-,).txt
echo KERNEL_DESCRIBE=$(git describe --always) >> $params
echo SRCREV_kernel=${GIT_COMMIT} >> $params
echo MAKE_KERNELVERSION=$(make kernelversion) >> $params