From 9147e1e73e2f11ce402c3c29f7edcd58824989a2 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 31 Mar 2014 14:33:45 +0000 Subject: 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. --- minimal-system-x86_64-generic.morph | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 minimal-system-x86_64-generic.morph 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 -- cgit v1.2.1