summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-13 17:40:00 +0000
committerEdward Cragg <edward.cragg@codethink.co.uk>2015-02-17 17:28:31 +0000
commit9511ddb3d2b2c8d362d06499a6b8586aae14035d (patch)
treed67928935914e4b6c399346e290111454ef1002a
parent6b4ea631b8729075dbcf639841fb679befb872ac (diff)
downloaddefinitions-9511ddb3d2b2c8d362d06499a6b8586aae14035d.tar.gz
Add a definition for building a armv8l64 devel system
The last release of nodejs doesn't build on aarch64 due having an old embedded vp8 copy, so the nodejs strata is not included.
-rw-r--r--systems/devel-system-armv8l64.morph43
1 files changed, 43 insertions, 0 deletions
diff --git a/systems/devel-system-armv8l64.morph b/systems/devel-system-armv8l64.morph
new file mode 100644
index 00000000..27080535
--- /dev/null
+++ b/systems/devel-system-armv8l64.morph
@@ -0,0 +1,43 @@
+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: bsp-armv8l64-generic
+ morph: strata/bsp-armv8l64-generic.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