summaryrefslogtreecommitdiff
path: root/release.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-08-18 17:05:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-18 17:05:22 +0000
commit2b10a9677817377618e33d2b07ab7caefe316633 (patch)
tree843ba74b9480f36da273cba79182e3c38b28881b /release.morph
parente424935744d9faf27327ee40987620412c41716f (diff)
downloaddefinitions-2b10a9677817377618e33d2b07ab7caefe316633.tar.gz
Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1
Diffstat (limited to 'release.morph')
-rw-r--r--release.morph50
1 files changed, 0 insertions, 50 deletions
diff --git a/release.morph b/release.morph
deleted file mode 100644
index 12b03693..00000000
--- a/release.morph
+++ /dev/null
@@ -1,50 +0,0 @@
-name: release
-kind: cluster
-description: |
- Deploy all the systems for we support in a release.
-
- This cluster morph is used by the tool 'scripts/do-release'. While
- you can deploy the systems yourself, if you are making a Baserock release
- then the script should be used.
-systems:
-- morph: devel-system-x86_32-chroot
- deploy:
- devel-system-x86_32-chroot:
- type: tar
- location: devel-system-x86_32-chroot.tar
-- morph: devel-system-x86_32-generic
- deploy:
- devel-system-x86_32-generic:
- type: rawdisk
- location: devel-system-x86_32-generic.img
- DISK_SIZE: 4G
-- morph: devel-system-x86_64-chroot
- deploy:
- devel-system-x86_64-chroot:
- type: tar
- location: devel-system-x86_64-chroot.tar
-- morph: devel-system-x86_64-generic
- deploy:
- devel-system-x86_64-generic:
- type: rawdisk
- location: devel-system-x86_64-generic.img
- DISK_SIZE: 4G
-- morph: devel-system-armv7lhf-wandboard
- deploy:
- release:
- type: tar
- location: devel-system-armv7lhf-wandboard.tar
-- morph: genivi-baseline-system-x86_64-generic
- deploy:
- genivi-baseline-system-x86_64-generic:
- type: rawdisk
- location: genivi-baseline-system-x86_64-generic.img
- DISK_SIZE: 4G
- KERNEL_ARGS: vga=788
-- morph: genivi-baseline-system-armv7lhf-versatile
- deploy:
- genivi-baseline-system-armv7lhf-versatile:
- type: rawdisk
- location: genivi-baseline-system-armv7lhf-versatile.img
- DISK_SIZE: 4G
- KERNEL_ARGS: vga=788