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/devel-system-x86_64-vagrant.morph | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 systems/devel-system-x86_64-vagrant.morph (limited to 'systems/devel-system-x86_64-vagrant.morph') diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph new file mode 100644 index 00000000..ea6cb1b7 --- /dev/null +++ b/systems/devel-system-x86_64-vagrant.morph @@ -0,0 +1,30 @@ +name: devel-system-x86_64-vagrant +kind: system +description: A system that is able to build other systems based on the 64-bit x86 + architecture. This adds the virtualbox guest additions and vagrant configuration + too +arch: x86_64 +strata: +- morph: strata/build-essential.morph +- morph: strata/core.morph +- morph: strata/foundation.morph +- morph: strata/genivi-foundation.morph +- morph: strata/bsp-x86_64-generic.morph +- morph: strata/connectivity.morph +- morph: strata/audio-bluetooth.morph +- morph: strata/x-common.morph +- morph: strata/x-generic.morph +- morph: strata/multimedia.morph +- morph: strata/genivi.morph +- morph: strata/genivi-x-generic.morph +- morph: strata/tools.morph +- morph: strata/virtualization.morph +- morph: strata/openstack-clients.morph +- morph: strata/virtualbox-guest-x86_64.morph +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +- vagrant -- cgit v1.2.1