From 5c261eee00014199eb3d942758598041473f1ddd Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 13 Aug 2014 21:45:15 +0000 Subject: Organize definitions directory by morphologies This is the result to run organize-morphologies.py . The morphologies are clasified in clusters, systems, strata and chunks. - "clusters" contains all the cluster morphologies. - "systems" contains all the systems morphologies. - "strata" contains all the stratum morphologies and the chunks morphologies which are inside of their stratum morphology folder, if this chunks will not be autodetected on build time. --- systems/minimal-system-x86_64-generic.morph | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 systems/minimal-system-x86_64-generic.morph (limited to 'systems/minimal-system-x86_64-generic.morph') diff --git a/systems/minimal-system-x86_64-generic.morph b/systems/minimal-system-x86_64-generic.morph new file mode 100644 index 00000000..f1e337db --- /dev/null +++ b/systems/minimal-system-x86_64-generic.morph @@ -0,0 +1,18 @@ +name: minimal-system-x86_64-generic +kind: system +description: The set of strata required to have a minimal system for a 64-bit x86 + system. +arch: x86_64 +strata: +- morph: strata/build-essential.morph + artifacts: + - build-essential-minimal +- morph: strata/bsp-x86_64-generic.morph + artifacts: + - bsp-x86_64-generic-runtime +configuration-extensions: +- set-hostname +- simple-network +- nfsboot +- install-files +- busybox-init -- cgit v1.2.1