From ec458e22d52b15458636a1f550e55e92a4fee962 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 31 Oct 2016 15:09:29 +0900 Subject: Move gnome systems, clusters and strata into gnome subdirectory Change-Id: I44b4df44b0b144a09977a009595124b4d04128c6 --- .../gnome-system-armv7lhf-jetson-deploy.morph | 17 +++++++++++++++ gnome/clusters/gnome-system-x86_64-deploy.morph | 24 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 gnome/clusters/gnome-system-armv7lhf-jetson-deploy.morph create mode 100644 gnome/clusters/gnome-system-x86_64-deploy.morph (limited to 'gnome/clusters') diff --git a/gnome/clusters/gnome-system-armv7lhf-jetson-deploy.morph b/gnome/clusters/gnome-system-armv7lhf-jetson-deploy.morph new file mode 100644 index 00000000..4b9739a0 --- /dev/null +++ b/gnome/clusters/gnome-system-armv7lhf-jetson-deploy.morph @@ -0,0 +1,17 @@ +name: gnome-system-armv7lhf-jetson-deploy +kind: cluster +description: Deploy a GNOME system. +systems: +- morph: gnome/systems/gnome-system-armv7lhf-jetson.morph + deploy: + gnome-system-armv7lhf-jetson: + type: extensions/rawdisk + location: gnome-system-armv7lhf-jetson.img + DISK_SIZE: 7G + 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 diff --git a/gnome/clusters/gnome-system-x86_64-deploy.morph b/gnome/clusters/gnome-system-x86_64-deploy.morph new file mode 100644 index 00000000..faa036ce --- /dev/null +++ b/gnome/clusters/gnome-system-x86_64-deploy.morph @@ -0,0 +1,24 @@ +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: gnome/systems/gnome-system-x86_64.morph + deploy: + gnome-system-x86_64: + type: extensions/rawdisk + location: /gnome-system-x86_64.img + DISK_SIZE: 7G + INSTALL_FILES: install-files/gnome/manifest + 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