summaryrefslogtreecommitdiff
path: root/systems/base-system-x86_32-generic.morph
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-12-01 11:59:55 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-12-01 12:00:41 +0000
commitd95ae2a90b7b21dabd93dc0800989886905c1891 (patch)
tree3c177df4602e8ca5afa4e8880a66ccc3bfa1da7c /systems/base-system-x86_32-generic.morph
parent8367a2524e62b3bf66ab41ca608c74533d1b2968 (diff)
downloaddefinitions-lc/010.tar.gz
Migrate to V10lc/010
Diffstat (limited to 'systems/base-system-x86_32-generic.morph')
-rw-r--r--systems/base-system-x86_32-generic.morph48
1 files changed, 39 insertions, 9 deletions
diff --git a/systems/base-system-x86_32-generic.morph b/systems/base-system-x86_32-generic.morph
index d89fd913..e7e18946 100644
--- a/systems/base-system-x86_32-generic.morph
+++ b/systems/base-system-x86_32-generic.morph
@@ -1,19 +1,49 @@
name: base-system-x86_32-generic
-kind: system
+kind: assemblage
description: The set of strata required to have a basic system for a 32-bit x86 system.
-arch: x86_32
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
+ build-depends:
+ - build-essential
+- 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
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
- name: bsp-x86_32-generic
morph: strata/bsp-x86_32-generic.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/nfsboot
-- extensions/install-files
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core