summaryrefslogtreecommitdiff
path: root/clusters/ci.morph
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-04-24 12:07:41 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-04-24 12:10:49 +0100
commit2c7dc4cd1531d97aaf3823d23eeba4e0bb6742be (patch)
tree53d7a53b8397f8eae498943212679743721a59a4 /clusters/ci.morph
parent7460ff1c66e1c9870ab6e721ed7d0e9191e3a78e (diff)
downloaddefinitions-2c7dc4cd1531d97aaf3823d23eeba4e0bb6742be.tar.gz
Update the jetson cluster to use BOOT_DEVICE
Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'clusters/ci.morph')
-rw-r--r--clusters/ci.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/clusters/ci.morph b/clusters/ci.morph
index e1bc3887..dd146eae 100644
--- a/clusters/ci.morph
+++ b/clusters/ci.morph
@@ -24,7 +24,8 @@ systems:
type: rawdisk
location: build-system-armv7lhf-jetson.img
DISK_SIZE: 2G
- ROOT_DEVICE: "/dev/mmcblk0p1"
+ BOOT_DEVICE: "/dev/mmcblk0p1"
+ ROOT_DEVICE: "/dev/mmcblk0p2"
DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
BOOTLOADER_CONFIG_FORMAT: "extlinux"
BOOTLOADER_INSTALL: "none"
@@ -42,7 +43,8 @@ systems:
type: rawdisk
location: weston-system-armv7lhf-jetson.img
DISK_SIZE: 4G
- ROOT_DEVICE: "/dev/mmcblk0p1"
+ BOOT_DEVICE: "/dev/mmcblk0p1"
+ ROOT_DEVICE: "/dev/mmcblk0p2"
DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
BOOTLOADER_CONFIG_FORMAT: "extlinux"
BOOTLOADER_INSTALL: "none"