summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Cragg <edward.cragg@codethink.co.uk>2015-04-29 14:03:15 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-30 10:12:40 +0000
commit6abe65e89459f3170e7a0abf12d3021a62d3beee (patch)
tree67b202c904d678a29446f475d4c8c294071db5fe
parent704e705654094395b1dfc9eb7b39f776db57e107 (diff)
downloaddefinitions-6abe65e89459f3170e7a0abf12d3021a62d3beee.tar.gz
Add base systems for armv8l64 and armv8b64
These were previously conspicuous by their absence Change-Id: I425da2784927cdb336b462898d894fd69faec3ce
-rw-r--r--systems/base-system-armv8b64.morph21
-rw-r--r--systems/base-system-armv8l64.morph21
2 files changed, 42 insertions, 0 deletions
diff --git a/systems/base-system-armv8b64.morph b/systems/base-system-armv8b64.morph
new file mode 100644
index 00000000..43de2a01
--- /dev/null
+++ b/systems/base-system-armv8b64.morph
@@ -0,0 +1,21 @@
+name: base-system-armv8b64
+kind: system
+description: The set of strata required to have a minimal
+ system for big endian 64-bit ARMv8 computers.
+arch: armv8b64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-armv8b64-generic
+ morph: strata/bsp-armv8b64-generic.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- nfsboot
+- install-files
+- moonshot-kernel
+- install-essential-files
diff --git a/systems/base-system-armv8l64.morph b/systems/base-system-armv8l64.morph
new file mode 100644
index 00000000..4b28dff4
--- /dev/null
+++ b/systems/base-system-armv8l64.morph
@@ -0,0 +1,21 @@
+name: base-system-armv8l64
+kind: system
+description: The set of strata required to have a minimal
+ system for little endian 64-bit ARMv8 computers.
+arch: armv8l64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-armv8l64-generic
+ morph: strata/bsp-armv8l64-generic.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- nfsboot
+- install-files
+- moonshot-kernel
+- install-essential-files