summaryrefslogtreecommitdiff
path: root/jenkins_kernel_build_inst
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-09-05 11:13:45 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-09-05 11:13:45 +0000
commitd57b9d0718e8e949f525ae943f470ca16f84a952 (patch)
tree831e816d5a86d19aa84544d3a61954ef1f6f70e8 /jenkins_kernel_build_inst
parent74976abee2aa1c91d0b39e4db675eaa61a5270ba (diff)
Fixing the name since the l-m-c needs linaro-omap as part of vmlinuz
Diffstat (limited to 'jenkins_kernel_build_inst')
-rwxr-xr-xjenkins_kernel_build_inst4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins_kernel_build_inst b/jenkins_kernel_build_inst
index 2624d28..29a8960 100755
--- a/jenkins_kernel_build_inst
+++ b/jenkins_kernel_build_inst
@@ -7,7 +7,7 @@ set -xe
START=$(date +%s)
if test -z "$kernel_config"; then
- kernel_config='omap2plus_defconfig'
+ kernel_config='omap2plus'
fi
if test -z "$hwpack_type"; then
hwpack_type='panda'
@@ -24,7 +24,7 @@ fi
bundle_stream_name=`echo $JOB_NAME | sed -e 's/_.*//' -e 's/\./_/g'`
-kernel_version=`git describe --match='v*' | sed -e 's/^v//'``echo -${kernel_config}-${kernel_flavour} | sed -e 's/_/-/g'`
+kernel_version=`git describe --match='v*' | sed -e 's/^v//'``echo -${kernel_config}-linaro-${kernel_flavour} | sed -e 's/_/-/g'`
cpu_count=`cat /proc/cpuinfo | grep processor | wc -l`
if test x$cpu_count = x; then
cpu_count=1