From 25041b86249fe763fd4171e2ab1aca535b3eb14f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 11 Apr 2016 17:57:57 +0100 Subject: Add a simple templating system to Baserock definitions This is currently independent of the actual definitions format. The 'configure' tool generates actual .morph files from .morph.in files, and build tools then operate on these generated .morph files.t This is largely untested and no doubt broken! --- clusters/weston-qt5-system-deploy.morph.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clusters/weston-qt5-system-deploy.morph.in (limited to 'clusters/weston-qt5-system-deploy.morph.in') diff --git a/clusters/weston-qt5-system-deploy.morph.in b/clusters/weston-qt5-system-deploy.morph.in new file mode 100644 index 00000000..539d590f --- /dev/null +++ b/clusters/weston-qt5-system-deploy.morph.in @@ -0,0 +1,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 -- cgit v1.2.1