summaryrefslogtreecommitdiff
path: root/cxmanage.morph
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 /cxmanage.morph
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>
Diffstat (limited to 'cxmanage.morph')
-rw-r--r--cxmanage.morph30
1 files changed, 30 insertions, 0 deletions
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