summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-14 14:00:16 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-11-17 11:13:03 +0000
commitb0378e778c29f3a37f18771947ed7beedcec6262 (patch)
tree098e72d0bac05e2eaad771d37b071836349a59a3
parenteec626b916645e6b480dfdadb1165dffb3b6a820 (diff)
downloaddefinitions-b0378e778c29f3a37f18771947ed7beedcec6262.tar.gz
Change the size of some systems in release.morph
This will avoid problems when self-upgrading a system and also will save time when flashing a JETSON TK1 board.
-rw-r--r--clusters/release.morph6
1 files changed, 3 insertions, 3 deletions
diff --git a/clusters/release.morph b/clusters/release.morph
index 7651d502..f161d0df 100644
--- a/clusters/release.morph
+++ b/clusters/release.morph
@@ -17,7 +17,7 @@ systems:
build-system-x86_32:
type: rawdisk
location: build-system-x86_32.img
- DISK_SIZE: 4G
+ DISK_SIZE: 6G
- morph: systems/build-system-x86_64-chroot.morph
deploy:
build-system-x86_64-chroot:
@@ -28,13 +28,13 @@ systems:
build-system-x86_64:
type: rawdisk
location: build-system-x86_64.img
- DISK_SIZE: 4G
+ DISK_SIZE: 6G
- morph: systems/build-system-armv7lhf-jetson.morph
deploy:
devel-system-armv7lhf-jetson:
type: rawdisk
location: build-system-armv7lhf-jetson.img
- DISK_SIZE: 4G
+ DISK_SIZE: 2G
ROOT_DEVICE: "/dev/mmcblk0p1"
DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
BOOTLOADER_CONFIG_FORMAT: "extlinux"