aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images-arm64
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-10-05 15:02:37 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2016-10-05 15:02:37 +0200
commit069d5edeffeca31648b005de58c95a7e64d6c26a (patch)
tree1806452822eede3c5e6b2a65d19899f6a9b4d19c /lt-qcom-debian-images-arm64
parentb1baac8b8a9b543c4ea7975e0a27d9da43cc710d (diff)
lt-qcom-debian-images-arm64: use build-version instead of .version
.version is used by the kernel build and is deleted as part of the kernel build process.. Change-Id: I54741c3657033f8786200829fee1a357a019d458 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images-arm64')
-rw-r--r--lt-qcom-debian-images-arm64/builders.sh4
-rw-r--r--lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/lt-qcom-debian-images-arm64/builders.sh b/lt-qcom-debian-images-arm64/builders.sh
index eedc600e5e..3a9691cf66 100644
--- a/lt-qcom-debian-images-arm64/builders.sh
+++ b/lt-qcom-debian-images-arm64/builders.sh
@@ -28,7 +28,7 @@ git clone git://codeaurora.org/quic/kernel/skales
export PATH=`pwd`/skales:$PATH
# Create version string
-echo "$(date +%Y%m%d)-${BUILD_NUMBER}" > .version
+echo "$(date +%Y%m%d)-${BUILD_NUMBER}" > build-version
export LANG=C
export make_bootwrapper=false
@@ -145,7 +145,7 @@ for rootfs in ${ROOTFS}; do
EOF
rm -f `ls hwpack_${VENDOR}-lt-qcom_*_${rootfs_arch}_supported.tar.gz`
- VERSION=$(cat .version)
+ VERSION=$(cat build-version)
linaro-hwpack-create --debug --backports ${VENDOR}-lt-qcom ${VERSION}
linaro-hwpack-replace -t `ls hwpack_${VENDOR}-lt-qcom_*_${rootfs_arch}_supported.tar.gz` -p `ls linux-image-*-${VENDOR}-lt-qcom_*.deb` -r linux-image -d -i
linaro-hwpack-replace -t `ls hwpack_${VENDOR}-lt-qcom_*_${rootfs_arch}_supported.tar.gz` -p `ls linux-headers-*-${VENDOR}-lt-qcom_*.deb` -r linux-headers -d -i
diff --git a/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh b/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh
index 6526e47ac7..1750f04562 100644
--- a/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh
+++ b/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh
@@ -14,7 +14,7 @@ cleanup_exit()
}
export PATH=`pwd`/skales:$PATH
-VERSION=$(cat .version)
+VERSION=$(cat build-version)
# Create boot image for SD installer
mkbootimg \