summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-12-08 11:55:49 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2011-12-08 11:55:49 +0200
commit423aa2d2680d45f0d0ab3a09db3d994af73ae19b (patch)
treed7728f627fc8d5e8f7ad328856038a2c2a5ef628
parentcaf0f3cd0ede8ccfca7a959401426b4679925bae (diff)
Add IMAGE_SIZE variable to control the end image size
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07b73d4..0a9d4af 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
MANIFEST := igloo.manifest
VERSION := $(shell date +%Y%m%d)-custom
ROOTFS := linaro-o-ubuntu-desktop-tar-20111026-0.tar.gz
+IMAGE_SIZE := 4G
LIT_VERSION := 2011.10
LOCAL_DEBS :=
@@ -39,4 +40,4 @@ $(ROOTFS):
image: snowball-lbsp-image-$(VERSION)
snowball-lbsp-image-$(VERSION): $(HWPACK) $(ROOTFS)
- $(LMC) --image-file $@ --dev snowball_emmc --hwpack $(HWPACK) --binary $(ROOTFS)
+ $(LMC) --image-file $@ --image-size $(IMAGE_SIZE) --dev snowball_emmc --hwpack $(HWPACK) --binary $(ROOTFS)