summaryrefslogtreecommitdiff
path: root/release.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-14 19:16:38 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-14 19:16:38 +0100
commit6226a76084db5bf6d78fb1098b521fd33b74db93 (patch)
treeb9501920b6e94b9171f89ea1ca67fcd809a5fd30 /release.morph
parent206e520f0199c74ff97faa7a51b148fe48389983 (diff)
parentffbb7ae938ea3bc43d7018136764273c90a0f6cc (diff)
downloaddefinitions-6226a76084db5bf6d78fb1098b521fd33b74db93.tar.gz
Merge branch 'baserock/sam/14.20-preparation'
Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
Diffstat (limited to 'release.morph')
-rw-r--r--release.morph49
1 files changed, 25 insertions, 24 deletions
diff --git a/release.morph b/release.morph
index c0493d9a..7ade0631 100644
--- a/release.morph
+++ b/release.morph
@@ -3,58 +3,59 @@ kind: cluster
description: |
Deploy all the systems for we support in a release.
systems:
-- morph: base-system-armv7-highbank
+- morph: devel-system-armv7lhf-highbank
deploy:
- as-tar:
- type: tar
- location: /src/release/baserock-13-base-system-armv7-highbank.tar
-- morph: devel-system-armv7-highbank
- deploy:
- as-tar:
- type: tar
- location: /src/release/baserock-13-devel-system-armv7-highbank.tar
-- morph: base-system-armv7b-highbank
- deploy:
- as-tar:
+ release:
type: tar
- location: /src/release/baserock-13-base-system-armv7b-highbank.tar
-- morph: devel-system-armv7b-highbank
+ location: /src/release/baserock-14.20-devel-system-armv7lhf-highbank.tar
+- morph: genivi-baseline-system-armv7lhf-versatile
deploy:
- as-tar:
- type: tar
- location: /src/release/baserock-13-devel-system-armv7b-highbank.tar
-- morph: devel-system-armv7-wandboard
+ # NOTE: to fully deploy this system requires fishing in the artifact cache
+ # for the kernel artifact. We should fix deployment to do extract the
+ # kernel artifact for us.
+ release:
+ type: rawdisk
+ location: /src/release/baserock-14.20-genivi-baseline-system-armv7lhf-versatile.img
+ DISK_SIZE: 4G
+ FSTAB_ROOT: /dev/mmcblk0 / btrfs default,rw,noatime 0 1
+ VERSION_LABEL: baserock-14.20
+- morph: devel-system-x86_32-chroot
deploy:
release:
type: tar
- location: /src/release/baserock-13-devel-system-armv7-wandboard.tar
+ location: /src/release/baserock-14.20-devel-system-x86_32-chroot.tar
- morph: base-system-x86_32-generic
deploy:
release:
type: rawdisk
- location: /src/release/baserock-13-base-system-x86_32-generic.img
+ location: /src/release/baserock-14.20-base-system-x86_32-generic.img
DISK_SIZE: 4G
+ VERSION_LABEL: baserock-14.20
- morph: devel-system-x86_32-generic
deploy:
release:
type: rawdisk
- location: /src/release/baserock-13-devel-system-x86_32-generic.img
+ location: /src/release/baserock-14.20-devel-system-x86_32-generic.img
DISK_SIZE: 4G
+ VERSION_LABEL: baserock-14.20
- morph: base-system-x86_64-generic
deploy:
release:
type: rawdisk
- location: /src/release/baserock-13-base-system-x86_64-generic.img
+ location: /src/release/baserock-14.20-base-system-x86_64-generic.img
DISK_SIZE: 4G
+ VERSION_LABEL: baserock-14.20
- morph: devel-system-x86_64-generic
deploy:
release:
type: rawdisk
- location: /src/release/baserock-13-devel-system-x86_64-generic.img
+ location: /src/release/baserock-14.20-devel-system-x86_64-generic.img
DISK_SIZE: 4G
+ VERSION_LABEL: baserock-14.20
- morph: genivi-baseline-system-x86_64-generic
deploy:
release:
type: rawdisk
- location: /src/release/baserock-13-genivi-baseline-system-x86_64-generic.img
+ location: /src/release/baserock-14.20-genivi-baseline-system-x86_64-generic.img
DISK_SIZE: 4G
+ VERSION_LABEL: baserock-14.20