From 11344ff57546fc57055f2f6bbc28f726dd3f322c Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Wed, 18 Feb 2015 18:13:32 +0000 Subject: Test --- .../cross-bootstrap-system-armv8b64-generic.morph | 3 -- systems/devel-system-armv8l64.morph | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 systems/devel-system-armv8l64.morph (limited to 'systems') diff --git a/systems/cross-bootstrap-system-armv8b64-generic.morph b/systems/cross-bootstrap-system-armv8b64-generic.morph index f5794378..e4c7c602 100644 --- a/systems/cross-bootstrap-system-armv8b64-generic.morph +++ b/systems/cross-bootstrap-system-armv8b64-generic.morph @@ -9,6 +9,3 @@ strata: morph: strata/core.morph - name: cross-bootstrap morph: strata/cross-bootstrap.morph -- name: bsp-armv8l64-generic - morph: strata/bsp-armv8l64-generic.morph - diff --git a/systems/devel-system-armv8l64.morph b/systems/devel-system-armv8l64.morph new file mode 100644 index 00000000..af16b562 --- /dev/null +++ b/systems/devel-system-armv8l64.morph @@ -0,0 +1,41 @@ +name: devel-system-armv8l64 +kind: system +description: | + A system with useful tools for doing Baserock development. + + For use on 64-bit ARMv8 computers using little-endian word. +arch: armv8l64 +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph +- name: tools + morph: strata/tools.morph +- name: morph-utils + morph: strata/morph-utils.morph +- name: openstack-clients + morph: strata/openstack-clients.morph +- name: cloudinit-support + morph: strata/cloudinit-support.morph +- name: ruby + morph: strata/ruby.morph +- name: lorry + morph: strata/lorry.morph +- name: baserock-import + morph: strata/baserock-import.morph +- name: nfs + morph: strata/nfs.morph +- name: python-tools + morph: strata/python-tools.morph +- name: devtools + morph: strata/devtools.morph +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +- cloud-init -- cgit v1.2.1