summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-09-24 14:54:19 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-09-24 16:34:06 +0200
commit34c115d5542b162e8f21593ea931bc2dc008caed (patch)
treecaedb47c0527839e55f5ce3e8387a3dbd557f023
parent75ed77f655f8a870c4e055a9d7dd9da4bc776cb9 (diff)
enlarge the img file to 3G
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng-preempt-rt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 295bf0a..8836a8f 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -55,7 +55,7 @@ export ROOTFS_BUILD_URL="http://snapshots.linaro.org/openembedded/images/lng-arm
wget --progress=dot -e dotbytes=2M ${ROOTFS_BUILD_URL}
# Create pre-built image(s)
-${WORKSPACE}/linaro-image-tools/linaro-media-create --dev ${hwpack} --output-directory ${WORKSPACE} --image-size 1G --binary linaro-image-lng-genericarmv7a-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.rootfs.tar.gz --hwpack hwpack_linaro-${hwpack}_*.tar.gz --hwpack-force
+${WORKSPACE}/linaro-image-tools/linaro-media-create --dev ${hwpack} --output-directory ${WORKSPACE} --image-size 3G --binary linaro-image-lng-genericarmv7a-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.rootfs.tar.gz --hwpack hwpack_linaro-${hwpack}_*.tar.gz --hwpack-force
# Compress image(s)
mv sd.img ${hwpack}-lng-sd.img