From becfd2af922084017213a072d317edb597fac9f8 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 10 Aug 2016 11:09:23 +0000 Subject: s/defifitions-genivi/genivi/ Change-Id: Iea0d4ddee4cf17b8d8e377386ae4abbb597e6f6e --- genivi/clusters/gdp-jetson-upgrade.morph | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 genivi/clusters/gdp-jetson-upgrade.morph (limited to 'genivi/clusters/gdp-jetson-upgrade.morph') diff --git a/genivi/clusters/gdp-jetson-upgrade.morph b/genivi/clusters/gdp-jetson-upgrade.morph new file mode 100644 index 00000000..57287f4c --- /dev/null +++ b/genivi/clusters/gdp-jetson-upgrade.morph @@ -0,0 +1,19 @@ +name: gdp-jetson-upgrade +kind: cluster +systems: +- morph: genivi/systems/genivi-demo-platform-armv7lhf-jetson.morph + deploy-defaults: + 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 + FSTAB_SRC: LABEL=src /src auto defaults,rw,noatime,nofail 0 2 + GENIVI_WESTON_BACKEND: drm + GENIVI_WESTON_CONFIG: gdp + GENIVI_WESTON_AUTOSTART: True + deploy: + self: + type: extensions/ssh-rsync + location: root@127.0.0.1 -- cgit v1.2.1