From 1efc267023ab34479e3b4b0565823b8a0ebaedbf Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Wed, 11 Mar 2015 18:31:28 +0000 Subject: Add definitions for big-endian deployment to a Moonshot node (M.2) Add cluster definition and install system definition, to enable deployment of a big-endian system to a moonshot M.2 (SSD) device. Change-Id: Icb2d48eff152a3df9556739fadbf4055478e79f4 --- systems/installer-system-armv8b64.morph | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 systems/installer-system-armv8b64.morph (limited to 'systems') diff --git a/systems/installer-system-armv8b64.morph b/systems/installer-system-armv8b64.morph new file mode 100644 index 00000000..b2606aee --- /dev/null +++ b/systems/installer-system-armv8b64.morph @@ -0,0 +1,29 @@ +name: installer-system-armv8b64 +kind: system +description: The system that should be used as an Installer to install other Baserock systems. +arch: armv8b64 +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: python-core + morph: strata/python-core.morph +- name: foundation + morph: strata/foundation.morph +- name: bsp-armv8b64-generic + morph: strata/bsp-armv8b64-generic.morph +- name: python-cliapp + morph: strata/python-cliapp.morph +- name: python-wsgi + morph: strata/python-wsgi.morph +- name: morph-utils + morph: strata/morph-utils.morph +- name: installer-utils + morph: strata/installer-utils.morph +configuration-extensions: +- set-hostname +- install-files +- fstab +- installer +- moonshot-kernel -- cgit v1.2.1