From 96fe3824740eb01fa6b5ee3a7d803c4d23a34cfa Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 31 Oct 2016 13:24:49 +0900 Subject: Moving ivi systems & clusters and related strata to ivi subdir Change-Id: I9ebe47f7808885be59ead2ac0778fbf762ad3c4e --- clusters/ivi-system-armv7lhf-jetson-deploy.morph | 18 ------------------ clusters/ivi-system-x86_32-deploy.morph | 24 ------------------------ clusters/ivi-system-x86_64-deploy.morph | 24 ------------------------ 3 files changed, 66 deletions(-) delete mode 100644 clusters/ivi-system-armv7lhf-jetson-deploy.morph delete mode 100644 clusters/ivi-system-x86_32-deploy.morph delete mode 100644 clusters/ivi-system-x86_64-deploy.morph (limited to 'clusters') diff --git a/clusters/ivi-system-armv7lhf-jetson-deploy.morph b/clusters/ivi-system-armv7lhf-jetson-deploy.morph deleted file mode 100644 index fef89351..00000000 --- a/clusters/ivi-system-armv7lhf-jetson-deploy.morph +++ /dev/null @@ -1,18 +0,0 @@ -name: ivi-system-armv7lhf-jetson-deploy -kind: cluster -description: Deploy a IVI system. -systems: -- morph: systems/ivi-system-armv7lhf-jetson.morph - deploy: - ivi-system-armv7lhf-jetson: - type: extensions/rawdisk - location: /ivi-system-armv7lhf-jetson.img - HOSTNAME: ivi-system-armv7lhf-jetson - DISK_SIZE: 6G - 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/clusters/ivi-system-x86_32-deploy.morph b/clusters/ivi-system-x86_32-deploy.morph deleted file mode 100644 index 90ce4940..00000000 --- a/clusters/ivi-system-x86_32-deploy.morph +++ /dev/null @@ -1,24 +0,0 @@ -name: ivi-system-x86_32-deploy -kind: cluster -description: | - Deploy a stock IVI system. - - The resulting image can be copied to a USB and booted from there, - as well as in a virtual machine. - -systems: -- morph: systems/ivi-system-x86_32.morph - deploy: - ivi-system-x86_32: - type: extensions/rawdisk - location: /ivi-system-x86_32.img - HOSTNAME: ivi-system-x86-32 - DISK_SIZE: 6G - KERNEL_ARGS: vga=788 - INITRAMFS_PATH: boot/initramfs.gz - subsystems: - - morph: systems/initramfs-x86_32.morph - deploy: - initramfs: - type: initramfs - location: boot/initramfs.gz diff --git a/clusters/ivi-system-x86_64-deploy.morph b/clusters/ivi-system-x86_64-deploy.morph deleted file mode 100644 index 0833ec8c..00000000 --- a/clusters/ivi-system-x86_64-deploy.morph +++ /dev/null @@ -1,24 +0,0 @@ -name: ivi-system-x86_64-deploy -kind: cluster -description: | - Deploy a stock IVI system. - - The resulting image can be copied to a USB and booted from there, - as well as in a virtual machine. - -systems: -- morph: systems/ivi-system-x86_64.morph - deploy: - ivi-system-x86_64: - type: extensions/rawdisk - location: /ivi-system-x86_64.img - HOSTNAME: ivi-system-x86-64 - 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