From 9b76aa8cd377cdeb439bf73a91035a085a82c86b Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Tue, 1 Jul 2025 07:58:54 +0800 Subject: [PATCH] lmp/build: expose qcomflash zip archives Previously we exposed qcomflash tarballs, however, we also support zip archives for customers who interact with Windows a lot and are seeing corruption. Let's expose those files as well. Signed-off-by: Michael Scott --- lmp/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lmp/build.sh b/lmp/build.sh index f3089e35..714fe9de 100755 --- a/lmp/build.sh +++ b/lmp/build.sh @@ -232,8 +232,9 @@ if [ -d "${archive}" ] ; then # Make the main img.gz and respective bmap file be in the root of the archive mv ${archive}/other/lmp-*.wic.gz ${archive}/ || true mv ${archive}/other/lmp-*.wic.bmap ${archive}/ || true - # Qcom targets use a qcomflash tarball + # Qcom targets use a qcomflash tarball or zip archive mv ${archive}/other/lmp-*.qcomflash.tar.gz ${archive}/ || true + mv ${archive}/other/lmp-*.qcomflash.zip ${archive}/ || true # NVIDIA targets use a tegraflash tarball mv ${archive}/other/lmp-*.tegraflash.tar.gz ${archive}/ || true # Telechips targets use a fai image