summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)