summaryrefslogtreecommitdiff
path: root/clusters/weston-qt5-system-deploy.morph.in
blob: 539d590fb764557d33285c9285ebffc8042da5d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: weston-qt5-system-deploy
kind: cluster
description: |
  Deploy a stock Weston system with Qt5.

  The resulting image can be copied to a USB and booted from there,
  as well as in a virtual machine.

systems:
- morph: systems/weston-qt5-system.{{CONFIG}}.morph
  deploy:
    weston-qt5-system-x86_64:
      type: extensions/rawdisk
      location: /weston-qt5-system.img
      DISK_SIZE: 4G
      KERNEL_ARGS: vga=788
      INITRAMFS_PATH: boot/initramfs.gz
  subsystems:
  - morph: systems/initramfs.{{CONFIG}}.morph
    deploy:
      initramfs:
        type: initramfs
        location: boot/initramfs.gz