From 26432b7ca1dc7abde30fe432036fc0957aee453f Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Tue, 24 Mar 2015 09:36:32 +0200 Subject: lt-qcom-ubuntu-images-3.4: copy zImage zImage is required. clean up uImage as it isn't required. Change-Id: I1974589c9b9cb8869fe43851b78bb948a18a2ba7 Signed-off-by: Fathi Boudra --- lt-qcom-ubuntu-images-3.4.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lt-qcom-ubuntu-images-3.4.yaml b/lt-qcom-ubuntu-images-3.4.yaml index 50c44a2..152784a 100644 --- a/lt-qcom-ubuntu-images-3.4.yaml +++ b/lt-qcom-ubuntu-images-3.4.yaml @@ -93,6 +93,7 @@ test -d lci-build-tools || git clone https://git.linaro.org/git/ci/lci-build-tools.git lci-build-tools bash -x lci-build-tools/jenkins_kernel_build_inst + cp -a builddir-*-${kernel_flavour}/arch/arm/boot/zImage out/ # Create the hardware pack cat << EOF > linaro-lt-qcom @@ -203,7 +204,7 @@ # Final preparation for publishing cp -a linux-*.deb out/ - rm -f out/vmlinuz + rm -f out/vmlinuz out/uImage # Create MD5SUMS file (cd out && md5sum * > MD5SUMS.txt) -- cgit v1.2.3