From 5d9a1c9ea33991ad0847496537c06d9bef484d52 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 7 Mar 2014 15:28:22 +0000 Subject: Calxeda system definitions for CXManage. While Calxeda seem obsolete, we still need to manage their kit. Reviewed-By: Richard Maw --- cxmanage-system-x86_64-generic.morph | 19 +++++++++++++++++++ cxmanage.morph | 30 ++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 cxmanage-system-x86_64-generic.morph create mode 100644 cxmanage.morph 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 -- cgit v1.2.1