From 6ce96382acf2450856c718a5868d3072987a091c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 11 Feb 2016 08:38:22 +0100 Subject: OE prebuilt images: add MD5 sums Change-Id: I1493eecb03520c9d6efc4f5eedf6fa857a1b59a3 Signed-off-by: Koen Kooi --- openembedded-armv8-pre-built-images-lt-vexpress64.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openembedded-armv8-pre-built-images-lt-vexpress64.yaml') diff --git a/openembedded-armv8-pre-built-images-lt-vexpress64.yaml b/openembedded-armv8-pre-built-images-lt-vexpress64.yaml index b8e68d6be4..a053dfa32c 100644 --- a/openembedded-armv8-pre-built-images-lt-vexpress64.yaml +++ b/openembedded-armv8-pre-built-images-lt-vexpress64.yaml @@ -55,6 +55,13 @@ export HWPACK_BUILD_NUMBER=`echo ${HWPACK_FILE_NAME} |cut -d'_' -f3 |cut -d'-' -f2` export HWPACK_BUILD_NUMBER=${HWPACK_BUILD_NUMBER%%.img.gz} + # Add md5sums for all build artefacts that don't have one yet. + for f in $(find ${WORKSPACE}/out | grep -v md5) ; do + if [ -f "f" ] ; then + md5sum $f > ${f}.md5 + fi + done + # Publish test -d ${HOME}/bin || mkdir ${HOME}/bin wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py -- cgit v1.2.3