aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-linux
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-12-18 15:22:38 +0200
committerRiku Voipio <riku.voipio@linaro.org>2017-12-19 08:45:00 +0200
commit77cfc7a8a8b1c4c287a7b5ba443b739630f848ce (patch)
treea4d852cfee786d558380617ad2234898eea48ecd /96boards-hikey-linux
parent22f354afc668d25d1623b79a9273f2202f9b602c (diff)
96boards-hikey-linux: trim version number
Make the source package in the form of linux-4.14-hikey so the kernel source package name doesn't change every build. Change-Id: Ia504ea2ed07e90ff3d948b1ff2306eec4b332571
Diffstat (limited to '96boards-hikey-linux')
-rw-r--r--96boards-hikey-linux/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-hikey-linux/builders.sh b/96boards-hikey-linux/builders.sh
index 4c439618..52f496d9 100644
--- a/96boards-hikey-linux/builders.sh
+++ b/96boards-hikey-linux/builders.sh
@@ -4,7 +4,7 @@ set -ex
cd linux/
KERNEL_DESCRIBE=`git describe --match 'v4*'| sed -e 's,^v,,'`
-KERNEL_VERSION=`echo ${KERNEL_DESCRIBE}|sed 's,-g.*,,' `
+KERNEL_VERSION=`echo ${KERNEL_DESCRIBE}|sed 's,-.*,,' `
echo "Starting ${JOB_NAME} with the following parameters:"
echo "KERNEL_DESCRIBE: ${KERNEL_DESCRIBE}"