From 41fdcc222dd01261eac317fd4b9f36009cd20259 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 29 Oct 2015 09:43:05 +0000 Subject: clusters: Increase disk size of jetson build-systems With recent changes 2G is not enough. Change-Id: I29e0c7c29e3b8a938bdbaf84b475ca4df1aa8dd6 --- clusters/ci.morph | 2 +- clusters/release.morph | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'clusters') diff --git a/clusters/ci.morph b/clusters/ci.morph index ac643cf1..c4784e60 100644 --- a/clusters/ci.morph +++ b/clusters/ci.morph @@ -23,7 +23,7 @@ systems: build-system-armv7lhf-jetson: type: extensions/rawdisk location: build-system-armv7lhf-jetson.img - DISK_SIZE: 2G + DISK_SIZE: 3G BOOT_DEVICE: /dev/mmcblk0p1 ROOT_DEVICE: /dev/mmcblk0p2 DTB_PATH: boot/tegra124-jetson-tk1.dtb diff --git a/clusters/release.morph b/clusters/release.morph index 3f597a38..dee5b2de 100644 --- a/clusters/release.morph +++ b/clusters/release.morph @@ -45,7 +45,7 @@ systems: build-system-armv7lhf-jetson: type: extensions/rawdisk location: build-system-armv7lhf-jetson.img - DISK_SIZE: 2G + DISK_SIZE: 3G BOOT_DEVICE: /dev/mmcblk0p1 ROOT_DEVICE: /dev/mmcblk0p2 DTB_PATH: boot/tegra124-jetson-tk1.dtb -- cgit v1.2.1