aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-17 11:07:27 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-17 09:28:14 +0000
commit1eff27c6cce65ed8e5a47a42527bf68c73c40a11 (patch)
tree12970ca16532150bfb1fa3d0344bebed6a64c939
parent08e34deac0fb82a794467db17d087f99d42b6298 (diff)
96boards-bubblegum: bump partition size to 6G
Change-Id: I3f4c1a9eef9cda82bc3bd2fd74ae93dba82fd3d0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-bubblegum.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-bubblegum.yaml b/96boards-bubblegum.yaml
index 84cc3d9..cf32467 100644
--- a/96boards-bubblegum.yaml
+++ b/96boards-bubblegum.yaml
@@ -134,7 +134,7 @@
sudo rm -rf rootfs/dev rootfs/boot rootfs/var/lib/apt/lists
sudo mkdir rootfs/dev rootfs/boot rootfs/var/lib/apt/lists
- sudo make_ext4fs -o -L rootfs -l 2G -s out/bubblegum-jessie_${rootfs}_${VERSION}.emmc.img rootfs/
+ sudo make_ext4fs -o -L rootfs -l 6G -s out/bubblegum-jessie_${rootfs}_${VERSION}.emmc.img rootfs/
sudo umount boot rootfs
sudo kpartx -dv out/bubblegum-jessie_${rootfs}_${VERSION}.img
sudo rm -rf boot rootfs