summaryrefslogtreecommitdiff
path: root/minimal-system-x86_32-generic.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-26 15:15:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-27 14:55:08 +0000
commita57d100a25d6e91266db9dfa6499c706169d1282 (patch)
treeff3edaf8ca1e84551fd35b86711da8e474e9bb74 /minimal-system-x86_32-generic.morph
parent6f9c1a7e1de3697eb72f8829bb31302bbf486c71 (diff)
downloaddefinitions-a57d100a25d6e91266db9dfa6499c706169d1282.tar.gz
Define a minimal x86_32 system
This minimal system is smaller than base, consisting of little more than busybox, its dependent libraries and a kernel built with tools that don't make it into the final system.
Diffstat (limited to 'minimal-system-x86_32-generic.morph')
-rw-r--r--minimal-system-x86_32-generic.morph18
1 files changed, 18 insertions, 0 deletions
diff --git a/minimal-system-x86_32-generic.morph b/minimal-system-x86_32-generic.morph
new file mode 100644
index 00000000..64c90228
--- /dev/null
+++ b/minimal-system-x86_32-generic.morph
@@ -0,0 +1,18 @@
+arch: x86_32
+configuration-extensions:
+- set-hostname
+- simple-network
+- nfsboot
+- install-files
+description: The set of strata required to have a minimal system for a 32-bit x86
+ system.
+kind: system
+name: minimal-system-x86_32-generic
+strata:
+- morph: build-essential
+ artifacts:
+ - build-essential-minimal
+- morph: bsp-x86_32-generic
+ # Don't include kernel headers in the system
+ artifacts:
+ - bsp-x86_32-generic-runtime