summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-14 14:00:16 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-14 14:00:16 +0000
commit6e1a1ca2c89e66deccd2052fcfecd260b6cb24ff (patch)
tree9bd31ce408dfa8070d3d03000dee5ff9a3db91e0
parente2b714c08a40a90712ad1d9f65a67850c710ba79 (diff)
downloaddefinitions-baserock/release/baserock-14.46.tar.gz
Change the size of some systems in release.morphbaserock-14.46baserock/release/baserock-14.46
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"