Merge pull request #4604 from chewitt/image_size

image: increase img to 512MB for 6.0.1
This commit is contained in:
Lukas Rusak 2016-01-10 21:41:34 -08:00
commit 3996323d5e

View File

@ -27,7 +27,7 @@
OE_TMP=$(mktemp -d)
LOOP=$(losetup -f)
SYSTEM_SIZE=256
SYSTEM_SIZE=512
STORAGE_SIZE=32 # STORAGE_SIZE must be >= 32 !
DISK_SIZE=$(( $SYSTEM_SIZE + $STORAGE_SIZE + 4 ))