summaryrefslogtreecommitdiff
path: root/unmaintained/systems/cxmanage-system-x86_64-generic.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/systems/cxmanage-system-x86_64-generic.morph')
-rw-r--r--unmaintained/systems/cxmanage-system-x86_64-generic.morph77
1 files changed, 61 insertions, 16 deletions
diff --git a/unmaintained/systems/cxmanage-system-x86_64-generic.morph b/unmaintained/systems/cxmanage-system-x86_64-generic.morph
index cb384212..8ec852b2 100644
--- a/unmaintained/systems/cxmanage-system-x86_64-generic.morph
+++ b/unmaintained/systems/cxmanage-system-x86_64-generic.morph
@@ -1,28 +1,73 @@
name: cxmanage-system-x86_64-generic
-kind: system
+kind: assemblage
description: A baserock development system with calxeda management tools added
-arch: x86_64
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/fstab
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
-- name: foundation
- morph: strata/foundation.morph
-- name: bsp-x86_64-generic
- morph: strata/bsp-x86_64-generic.morph
+ build-depends:
+ - build-essential
- name: tools
morph: strata/tools.morph
-- name: glib-common
- morph: strata/glib-common.morph
+ build-depends:
+ - build-essential
+ - core
- name: pcre-utils
morph: strata/pcre-utils.morph
+ build-depends:
+ - build-essential
+ - core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: coreutils-common
+ morph: strata/coreutils-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: python2-core
+ morph: strata/python2-core.morph
+- name: foundation
+ morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
- name: cxmanage
morph: unmaintained/strata/cxmanage.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/nfsboot
-- extensions/install-files
-- extensions/fstab
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - tools
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core
+- name: glib-common
+ morph: strata/glib-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - pcre-utils
+ - python2-core