From 50ec7fd55bb35032b1273e5cf069d4e598ba5f94 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 12 Jun 2014 09:25:01 +0300 Subject: Replace linux-headers package Signed-off-by: Fathi Boudra --- jenkins_common_lib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins_common_lib b/jenkins_common_lib index 969c23e..6e9b2a8 100755 --- a/jenkins_common_lib +++ b/jenkins_common_lib @@ -175,7 +175,8 @@ build_instructions() rm -rf linaro-image-tools git clone http://git.linaro.org/git/ci/linaro-image-tools.git latest_hwpack_name=`basename $hwpack_url` - python linaro-image-tools/linaro-hwpack-replace -t ${latest_hwpack_name} -p ./linux-image-${kernel_release}_*.deb -r linux-image -i + python linaro-image-tools/linaro-hwpack-replace -t ${latest_hwpack_name} -p linux-image-${kernel_release}_*.deb -r linux-image -i + python linaro-image-tools/linaro-hwpack-replace -t ${latest_hwpack_name} -p linux-headers-${kernel_release}_*.deb -r linux-headers -i hwpack_prefix=`echo ${latest_hwpack_name} | cut -d'_' -f-2` hwpack_version=`date +%Y%m%d`-${BUILD_NUMBER} hwpack_name=${hwpack_prefix}_${hwpack_version}_armhf_supported.tar.gz -- cgit v1.2.3