summaryrefslogtreecommitdiff
path: root/cxmanage.morph
diff options
context:
space:
mode:
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