summaryrefslogtreecommitdiff
path: root/systems/cxmanage-system.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cxmanage-system.morph.in')
-rw-r--r--systems/cxmanage-system.morph.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/systems/cxmanage-system.morph.in b/systems/cxmanage-system.morph.in
new file mode 100644
index 00000000..07340280
--- /dev/null
+++ b/systems/cxmanage-system.morph.in
@@ -0,0 +1,28 @@
+name: cxmanage-system.{{CONFIG}}
+kind: system
+description: A baserock development system with calxeda management tools added
+arch: {{ ARCH }}
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: tools
+ morph: strata/tools.morph
+- name: glib-common
+ morph: strata/glib-common.morph
+- name: cxmanage
+ morph: strata/cxmanage.morph
+{% if BSP %}
+- name: bsp-{{ BSP }}
+ morph: strata/bsp-{{ BSP }}.morph
+{% endif %}
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/fstab
+- extensions/install-essential-files