summaryrefslogtreecommitdiff
path: root/jenkins_kernel_build_inst
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-03-07 10:56:13 +0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-03-07 10:56:13 +0800
commite8d941ec71b094e4c739a777f866d75e984dd1f8 (patch)
treea2e7932e076bc634294e8925597e1ebda1f7ef61 /jenkins_kernel_build_inst
parent80d78a99700069c579ff46f5eb4a80fd3e698f8c (diff)
Change kernel_version from *-linaro-lt-* to *-linaro-* to get the properly
named kernel image
Diffstat (limited to 'jenkins_kernel_build_inst')
-rwxr-xr-xjenkins_kernel_build_inst6
1 files changed, 1 insertions, 5 deletions
diff --git a/jenkins_kernel_build_inst b/jenkins_kernel_build_inst
index 7427c94..3e71d55 100755
--- a/jenkins_kernel_build_inst
+++ b/jenkins_kernel_build_inst
@@ -101,11 +101,7 @@ if $git_reset = "true" ; then
echo "DEBUG: We have reset the git now to point at $GIT_COMMIT commit id"
fi
-if test "$hwpack_type" = "panda" ; then
- export kernel_version=`git describe --match='v*' | sed -e 's/^v//'``echo -${kernel_config_name}-linaro-lt-${kernel_flavour} | sed -e 's/_/-/g'`
-else
- export kernel_version=`git describe --match='v*' | sed -e 's/^v//'``echo -${kernel_config_name}-linaro-${kernel_flavour} | sed -e 's/_/-/g'`
-fi
+export kernel_version=`git describe --match='v*' | sed -e 's/^v//'``echo -${kernel_config_name}-linaro-${kernel_flavour} | sed -e 's/_/-/g'`
# Below is the list of values that will be used in the json files
kernel_git=`cat .git/config|grep -i git |cut -d "=" -f2`