summaryrefslogtreecommitdiff
path: root/systems/minimal-system-x86_64-generic.morph
diff options
context:
space:
mode:
Diffstat (limited to 'systems/minimal-system-x86_64-generic.morph')
-rw-r--r--systems/minimal-system-x86_64-generic.morph43
1 files changed, 33 insertions, 10 deletions
diff --git a/systems/minimal-system-x86_64-generic.morph b/systems/minimal-system-x86_64-generic.morph
index afd9460c..30631473 100644
--- a/systems/minimal-system-x86_64-generic.morph
+++ b/systems/minimal-system-x86_64-generic.morph
@@ -1,21 +1,44 @@
name: minimal-system-x86_64-generic
-kind: system
+kind: assemblage
description: The set of strata required to have a minimal system for a 64-bit x86
system.
-arch: x86_64
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/simple-network
+- extensions/nfsboot
+- extensions/install-files
+- extensions/busybox-init
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
artifacts:
- build-essential-minimal
+ build-depends: []
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ name: core
+ morph: strata/core.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: python2-core
+ morph: strata/python2-core.morph
+- 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
artifacts:
- bsp-x86_64-generic-runtime
-configuration-extensions:
-- extensions/set-hostname
-- extensions/simple-network
-- extensions/nfsboot
-- extensions/install-files
-- extensions/busybox-init
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core