summaryrefslogtreecommitdiff
path: root/clusters/release.morph
blob: dee5b2deb80fa419ce30c2105acd88c032143cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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: systems/build-system-x86_32-chroot.morph
  deploy:
    build-system-x86_32-chroot:
      type: extensions/tar
      location: build-system-x86_32-chroot.tar
      HOSTNAME: build-system-x86-32-chroot
- morph: systems/build-system-x86_32.morph
  deploy:
    build-system-x86_32:
      type: extensions/rawdisk
      location: build-system-x86_32.img
      DISK_SIZE: 6G
      HOSTNAME: build-system-x86-32
- morph: systems/build-system-x86_64-chroot.morph
  deploy:
    build-system-x86_64-chroot:
      type: extensions/tar
      location: build-system-x86_64-chroot.tar
      HOSTNAME: build-system-x86-64-chroot
- morph: systems/build-system-x86_64.morph
  deploy:
    build-system-x86_64:
      type: extensions/rawdisk
      location: build-system-x86_64.img
      DISK_SIZE: 6G
      INITRAMFS_PATH: boot/initramfs.gz
      HOSTNAME: build-system-x86-64
  subsystems:
  - morph: systems/initramfs-x86_64.morph
    deploy:
      initramfs-build-system-x86_64:
        type: extensions/initramfs
        location: boot/initramfs.gz
- morph: systems/build-system-armv7lhf-jetson.morph
  deploy:
    build-system-armv7lhf-jetson:
      type: extensions/rawdisk
      location: build-system-armv7lhf-jetson.img
      DISK_SIZE: 3G
      BOOT_DEVICE: /dev/mmcblk0p1
      ROOT_DEVICE: /dev/mmcblk0p2
      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
      HOSTNAME: build-system-armv7lhf-jetson
- morph: systems/genivi-baseline-system-x86_64-generic.morph
  deploy:
    genivi-baseline-system-x86_64-generic:
      type: extensions/rawdisk
      location: genivi-baseline-system-x86_64-generic.img
      DISK_SIZE: 4G
      KERNEL_ARGS: vga=788
      INITRAMFS_PATH: boot/initramfs.gz
      HOSTNAME: genivi-baseline-system-x86-64-generic
  subsystems:
  - morph: systems/initramfs-x86_64.morph
    deploy:
      initramfs-genivi-baseline-system-x86_64-generic:
        type: extensions/initramfs
        location: boot/initramfs.gz
- morph: systems/genivi-baseline-system-armv7lhf-jetson.morph
  deploy:
    genivi-baseline-system-armv7lhf-jetson:
      type: extensions/rawdisk
      location: genivi-baseline-system-armv7lhf-jetson.img
      DISK_SIZE: 4G
      BOOT_DEVICE: /dev/mmcblk0p1
      ROOT_DEVICE: /dev/mmcblk0p2
      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
      HOSTNAME: genivi-baseline-system-armv7lhf-jetson