From b4488827bb7e0af6012654cfebdc04e580321005 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 8 Oct 2015 22:59:52 +0000 Subject: Add rpi2 system and bsp Change-Id: I2a89a90a5b0dff9693e14fb42723ebdaf2200d87 --- clusters/rpi2-baseline.morph | 14 ++++++++++++++ clusters/rpi2-gdp.morph | 14 ++++++++++++++ clusters/rpi2.morph | 19 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 clusters/rpi2-baseline.morph create mode 100644 clusters/rpi2-gdp.morph create mode 100644 clusters/rpi2.morph (limited to 'clusters') diff --git a/clusters/rpi2-baseline.morph b/clusters/rpi2-baseline.morph new file mode 100644 index 00000000..948bd879 --- /dev/null +++ b/clusters/rpi2-baseline.morph @@ -0,0 +1,14 @@ +name: ci +kind: cluster +systems: +- morph: systems/genivi-baseline-system-armv7lhf-rpi2.morph + deploy: + build-system-armv7lhf-rpi2: + type: extensions/rawdisk + location: /dev/mmcblk1 + DISK_SIZE: 4G + BOOT_DEVICE: /dev/mmcblk0p1 + ROOT_DEVICE: /dev/mmcblk0p2 + BOOTLOADER_CONFIG_FORMAT: extlinux + BOOTLOADER_INSTALL: none + PARTITION_FILE: partitioning/rpi diff --git a/clusters/rpi2-gdp.morph b/clusters/rpi2-gdp.morph new file mode 100644 index 00000000..9bacab2e --- /dev/null +++ b/clusters/rpi2-gdp.morph @@ -0,0 +1,14 @@ +name: rpi2-gdp +kind: cluster +systems: +- morph: systems/genivi-demo-platform-armv7lhf-rpi2.morph + deploy: + build-system-armv7lhf-rpi2: + type: extensions/rawdisk + location: /dev/mmcblk1 + DISK_SIZE: 4G + BOOT_DEVICE: /dev/mmcblk0p1 + ROOT_DEVICE: /dev/mmcblk0p2 + BOOTLOADER_CONFIG_FORMAT: extlinux + BOOTLOADER_INSTALL: none + PARTITION_FILE: partitioning/rpi diff --git a/clusters/rpi2.morph b/clusters/rpi2.morph new file mode 100644 index 00000000..3a8cc026 --- /dev/null +++ b/clusters/rpi2.morph @@ -0,0 +1,19 @@ +name: ci +kind: cluster +description: | + Deploy all the systems for CD. + + This cluster morph is for use by the Mason Continuous Delivery pipeline + during development. +systems: +- morph: systems/build-system-armv7lhf-rpi2.morph + deploy: + build-system-armv7lhf-rpi2: + type: extensions/rawdisk + location: build-system-armv7lhf-rpi2.img + DISK_SIZE: 4G + BOOT_DEVICE: /dev/mmcblk0p1 + ROOT_DEVICE: /dev/mmcblk0p2 + BOOTLOADER_CONFIG_FORMAT: extlinux + BOOTLOADER_INSTALL: none + PARTITION_FILE: partitioning/rpi -- cgit v1.2.1