From ebd2a86b53227d969c79e7cc8f7cc20428e36073 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 19 Jun 2015 11:47:28 +0000 Subject: Set default hostnames in release.morph Change-Id: Iffce1a4c25965ca4d7e635534fab16d0e8ccb39b --- clusters/release.morph | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'clusters/release.morph') diff --git a/clusters/release.morph b/clusters/release.morph index 1574bde6..a18af4f0 100644 --- a/clusters/release.morph +++ b/clusters/release.morph @@ -12,17 +12,20 @@ systems: build-system-x86_32-chroot: type: extensions/tar location: build-system-x86_32-chroot.tar + HOSTNAME: build-system-x86-32-chroot - morph: systems/build-system-x86_32.morph deploy: build-system-x86_32: type: extensions/rawdisk location: build-system-x86_32.img DISK_SIZE: 6G + HOSTNAME: build-system-x86-32 - morph: systems/build-system-x86_64-chroot.morph deploy: build-system-x86_64-chroot: type: extensions/tar location: build-system-x86_64-chroot.tar + HOSTNAME: build-system-x86-64-chroot - morph: systems/build-system-x86_64.morph deploy: build-system-x86_64: @@ -30,6 +33,7 @@ systems: location: build-system-x86_64.img DISK_SIZE: 6G INITRAMFS_PATH: boot/initramfs.gz + HOSTNAME: build-system-x86-64 subsystems: - morph: systems/initramfs-x86_64.morph deploy: @@ -48,6 +52,7 @@ systems: BOOTLOADER_CONFIG_FORMAT: "extlinux" BOOTLOADER_INSTALL: "none" KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1 + HOSTNAME: build-system-armv7lhf-jetson - morph: systems/genivi-baseline-system-x86_64-generic.morph deploy: genivi-baseline-system-x86_64-generic: @@ -56,6 +61,7 @@ systems: DISK_SIZE: 4G KERNEL_ARGS: vga=788 INITRAMFS_PATH: boot/initramfs.gz + HOSTNAME: genivi-baseline-system-x86-64-generic subsystems: - morph: systems/initramfs-x86_64.morph deploy: @@ -74,3 +80,4 @@ systems: BOOTLOADER_CONFIG_FORMAT: "extlinux" BOOTLOADER_INSTALL: "none" KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1 + HOSTNAME: genivi-baseline-system-armv7lhf-jetson -- cgit v1.2.1