summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-31 14:33:45 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-31 14:33:45 +0000
commit9147e1e73e2f11ce402c3c29f7edcd58824989a2 (patch)
tree8b4b0943fe6e653185f260e4cbd4838f51acec54
parent7b9c1858a458f1c6f1a1f1447c49f8615d385765 (diff)
downloaddefinitions-9147e1e73e2f11ce402c3c29f7edcd58824989a2.tar.gz
Add minimal 64-bit system from Paul Sherwood
Certain bugs only show up on 64-bit, so we need a system to test that too.
-rw-r--r--minimal-system-x86_64-generic.morph19
1 files changed, 19 insertions, 0 deletions
diff --git a/minimal-system-x86_64-generic.morph b/minimal-system-x86_64-generic.morph
new file mode 100644
index 00000000..9ead85e8
--- /dev/null
+++ b/minimal-system-x86_64-generic.morph
@@ -0,0 +1,19 @@
+arch: x86_64
+configuration-extensions:
+- set-hostname
+- simple-network
+- nfsboot
+- install-files
+- busybox-init
+description: The set of strata required to have a minimal system for a 64-bit x86
+ system.
+kind: system
+name: minimal-system-x86_64-generic
+strata:
+- morph: build-essential
+ artifacts:
+ - build-essential-minimal
+- morph: bsp-x86_64-generic
+ # Don't include kernel headers in the system
+ artifacts:
+ - bsp-x86_64-generic-runtime