summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-09 15:05:07 +0000
committerJavier Jardón <jjardon@gnome.org>2015-09-25 15:50:38 +0100
commitc4630e790064adca0fb20a5945618d4809a6f983 (patch)
tree5f8336deb0534bb968180b3f7fb785fdb11208d6 /clusters
parent520e291cdb59fb4702e62550af2e753cc0bfdb64 (diff)
downloaddefinitions-c4630e790064adca0fb20a5945618d4809a6f983.tar.gz
Add GNOME stratum, system and cluster
This introduces a second version of libxkbcommon. This is unavoidable really as (a) libinput requires libxkbcommon, (b) Mutter requires libxkbcommon with X11 support enabled, and (c) X11 support in libxkbcommon requires xcb-xkb. To avoid the input-common stratum depending on the whole of X11, we do two variants of libxkbcommon and, in the case where X11 support is needed, one overrides the other. Change-Id: Ib6a47a4eb859d7b32c94f0cb05add774db6d15c8
Diffstat (limited to 'clusters')
-rw-r--r--clusters/gnome-system-x86_64-deploy.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/clusters/gnome-system-x86_64-deploy.morph b/clusters/gnome-system-x86_64-deploy.morph
new file mode 100644
index 00000000..195949dc
--- /dev/null
+++ b/clusters/gnome-system-x86_64-deploy.morph
@@ -0,0 +1,23 @@
+name: gnome-system-x86_64-deploy
+kind: cluster
+description: |
+ Deploy a stock weston system.
+
+ The resulting image can be copied to a USB and booted from there,
+ as well as in a virtual machine.
+
+systems:
+- morph: systems/gnome-system-x86_64.morph
+ deploy:
+ gnome-system-x86_64:
+ type: rawdisk
+ location: /gnome-system-x86_64.img
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz