aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-integration
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-06-07 12:18:28 -0500
committerAnibal Limon <anibal.limon@linaro.org>2018-06-11 14:10:22 +0000
commite050b78b4404eb1c04c28d26ac89720051ec1e43 (patch)
tree8939cae283cf20cc6d3a4c0c7794957aa22cb546 /lt-qcom-linux-integration
parentb69e54a213e1efed3299ab2c5b23f4733305dbdd (diff)
lt-qcom-linux-integration: Add KERNEL_VERSION to boot image
In order to have a clear insight of what version was build. Change-Id: I55f139bc4704bf407a21f7de76ca8cb319a823a2 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-integration')
-rwxr-xr-xlt-qcom-linux-integration/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-linux-integration/builders.sh b/lt-qcom-linux-integration/builders.sh
index b14be449bd..137bc35a56 100755
--- a/lt-qcom-linux-integration/builders.sh
+++ b/lt-qcom-linux-integration/builders.sh
@@ -147,7 +147,7 @@ if [ -z ${SERIAL_CONSOLE} ]; then
echo "INFO: No SERIAL_CONSOLE specified set to default: ${SERIAL_CONSOLE}"
fi
-boot_file=boot-linux-integration-${MACHINE}-${BUILD_NUMBER}.img
+boot_file=boot-linux-integration-${KERNEL_VERSION}-${BUILD_NUMBER}-${MACHINE}.img
if [[ $rootfs_file_type = *"cpio archive"* ]]; then
ramdisk_file=$rootfs_file
skales-mkbootimg \