summaryrefslogtreecommitdiff
path: root/clusters/release.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-24 10:06:42 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-24 10:06:42 +0100
commit725b998aa023d6b04a7d8141609c8448d4d82098 (patch)
tree1b6822e4148dd746abd8a88a5adb3064884d739d /clusters/release.morph
parent826f0cff22511204a1fde979e954469852227646 (diff)
parent1a542e3e3d8831add80f2c1f5a4390fc0170e9e5 (diff)
downloaddefinitions-725b998aa023d6b04a7d8141609c8448d4d82098.tar.gz
Merge remote-tracking branch 'origin/baserock/sam/build-and-devel-systems'
Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
Diffstat (limited to 'clusters/release.morph')
-rw-r--r--clusters/release.morph28
1 files changed, 14 insertions, 14 deletions
diff --git a/clusters/release.morph b/clusters/release.morph
index 73ccfbc9..5466df22 100644
--- a/clusters/release.morph
+++ b/clusters/release.morph
@@ -7,33 +7,33 @@ description: |
you can deploy the systems yourself, if you are making a Baserock release
then the script should be used.
systems:
-- morph: systems/devel-system-x86_32-chroot.morph
+- morph: systems/build-system-x86_32-chroot.morph
deploy:
- devel-system-x86_32-chroot:
+ build-system-x86_32-chroot:
type: tar
- location: devel-system-x86_32-chroot.tar
-- morph: systems/devel-system-x86_32-generic.morph
+ location: build-system-x86_32-chroot.tar
+- morph: systems/build-system-x86_32.morph
deploy:
- devel-system-x86_32-generic:
+ build-system-x86_32:
type: rawdisk
- location: devel-system-x86_32-generic.img
+ location: build-system-x86_32.img
DISK_SIZE: 4G
-- morph: systems/devel-system-x86_64-chroot.morph
+- morph: systems/build-system-x86_64-chroot.morph
deploy:
- devel-system-x86_64-chroot:
+ build-system-x86_64-chroot:
type: tar
- location: devel-system-x86_64-chroot.tar
-- morph: systems/devel-system-x86_64-generic.morph
+ location: build-system-x86_64-chroot.tar
+- morph: systems/build-system-x86_64.morph
deploy:
- devel-system-x86_64-generic:
+ build-system-x86_64:
type: rawdisk
- location: devel-system-x86_64-generic.img
+ location: build-system-x86_64.img
DISK_SIZE: 4G
-- morph: systems/devel-system-armv7lhf-jetson.morph
+- morph: systems/build-system-armv7lhf-jetson.morph
deploy:
devel-system-armv7lhf-jetson:
type: rawdisk
- location: devel-system-armv7lhf-jetson.img
+ location: build-system-armv7lhf-jetson.img
DISK_SIZE: 4G
ROOT_DEVICE: "/dev/mmcblk0p1"
DTB_PATH: "boot/tegra124-pm375.dtb"