summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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