From c4630e790064adca0fb20a5945618d4809a6f983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Sep 2014 15:05:07 +0000 Subject: 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 --- clusters/gnome-system-x86_64-deploy.morph | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clusters/gnome-system-x86_64-deploy.morph (limited to 'clusters') 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 -- cgit v1.2.1