From 423aa2d2680d45f0d0ab3a09db3d994af73ae19b Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Thu, 8 Dec 2011 11:55:49 +0200 Subject: Add IMAGE_SIZE variable to control the end image size --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3