summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-21 10:48:36 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-21 10:48:59 +0000
commita806c6e701d3571c9d48bdfdb26cc49b72e970bc (patch)
tree60ded2361d8f4261afc27f0c152be15cfad5bbed
parent67be3d4a749a18d2e2ff3ce3dce3a1122e8bc89e (diff)
downloaddefinitions-baserock/pedroalvarez/add-systems-to-ci.tar.gz
Add armv7lhf and x86_32 devel systems to clusters/ci.morphbaserock/pedroalvarez/add-systems-to-ci
-rw-r--r--clusters/ci.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/clusters/ci.morph b/clusters/ci.morph
index f860a4ba..734f39ff 100644
--- a/clusters/ci.morph
+++ b/clusters/ci.morph
@@ -12,3 +12,20 @@ systems:
type: rawdisk
location: devel-system-x86_64-generic.img
DISK_SIZE: 4G
+- morph: systems/devel-system-x86_32-generic.morph
+ deploy:
+ devel-system-x86_32-generic:
+ type: rawdisk
+ location: devel-system-x86_32-generic.img
+ DISK_SIZE: 4G
+- morph: systems/build-system-armv7lhf-jetson.morph
+ deploy:
+ devel-system-armv7lhf-jetson:
+ type: rawdisk
+ location: build-system-armv7lhf-jetson.img
+ DISK_SIZE: 2G
+ ROOT_DEVICE: "/dev/mmcblk0p1"
+ DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
+ BOOTLOADER_CONFIG_FORMAT: "extlinux"
+ BOOTLOADER_INSTALL: "none"
+ KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1