summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-07 15:28:22 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-07 15:28:22 +0000
commit5d9a1c9ea33991ad0847496537c06d9bef484d52 (patch)
tree443604e55eaed38f0ace3a872b005790b8bd4d52
parent4396c66cec2bce6373f97edc30ba3a4e7dd5a811 (diff)
downloaddefinitions-5d9a1c9ea33991ad0847496537c06d9bef484d52.tar.gz
Calxeda system definitions for CXManage.
While Calxeda seem obsolete, we still need to manage their kit. Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
-rw-r--r--cxmanage-system-x86_64-generic.morph19
-rw-r--r--cxmanage.morph30
2 files changed, 49 insertions, 0 deletions
diff --git a/cxmanage-system-x86_64-generic.morph b/cxmanage-system-x86_64-generic.morph
new file mode 100644
index 00000000..2da7d834
--- /dev/null
+++ b/cxmanage-system-x86_64-generic.morph
@@ -0,0 +1,19 @@
+name: cxmanage-system-x86_64-generic
+description: A baserock development system with calxeda management tools added
+kind: system
+arch: x86_64
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: bsp-x86_64-generic
+- morph: tools
+- morph: cxmanage
+configuration-extensions:
+- set-hostname
+- ssh
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- fstab
diff --git a/cxmanage.morph b/cxmanage.morph
new file mode 100644
index 00000000..c9e5a1cf
--- /dev/null
+++ b/cxmanage.morph
@@ -0,0 +1,30 @@
+name: cxmanage
+description: All the tools for calxeda management
+kind: stratum
+build-depends:
+- morph: tools
+chunks:
+- name: ipmitool
+ repo: upstream:ipmitool
+ ref: baserock/morph
+ build-depends: []
+- name: pexpect
+ repo: upstream:pexpect
+ ref: baserock/morph
+ build-depends: []
+- name: pyipmi
+ repo: upstream:pyipmi-tarball
+ ref: baserock/morph
+ build-depends: []
+- name: tftpy
+ repo: upstream:tftpy
+ ref: baserock/morph
+ build-depends: []
+- name: cxmanage
+ repo: upstream:cxmanage
+ ref: baserock/morph
+ build-depends:
+ - ipmitool
+ - pexpect
+ - pyipmi
+ - tftpy