summaryrefslogtreecommitdiff
path: root/base-system-armv7-versatile.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:13:00 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:13:00 +0000
commit895bd79b3fa5178a6e2bf0d190ea7b5e660d8859 (patch)
tree1680b373c3fef7f13a8719af63ac93a45c615ea9 /base-system-armv7-versatile.morph
parent8002c2604d16e9f61a4d9f819b8300c12803b836 (diff)
downloaddefinitions-895bd79b3fa5178a6e2bf0d190ea7b5e660d8859.tar.gz
Update all references between morphologies to be filenames
When the chunk morphologies are moved into definitions, morphologies will be referred to by their filename rather than by the morphology name. This allows us to simplify morph edit, as well as be specific when referring to chunks from strata, meaning that the directory structure does not affect the functionality of morph.
Diffstat (limited to 'base-system-armv7-versatile.morph')
-rw-r--r--base-system-armv7-versatile.morph18
1 files changed, 9 insertions, 9 deletions
diff --git a/base-system-armv7-versatile.morph b/base-system-armv7-versatile.morph
index 31e3bf3a..8358abc4 100644
--- a/base-system-armv7-versatile.morph
+++ b/base-system-armv7-versatile.morph
@@ -1,16 +1,16 @@
+name: base-system-armv7-versatile.morph
+kind: system
+description: The set of strata required to have a minimal system for an ARM versatile
+ system.
arch: armv7l
+strata:
+- morph: build-essential/morph
+- morph: core/morph
+- morph: foundation/morph
+- morph: bsp-armv7-versatile/morph
configuration-extensions:
- set-hostname
- add-config-files
- simple-network
- nfsboot
- install-files
-description: The set of strata required to have a minimal system for an ARM versatile
- system.
-kind: system
-name: base-system-armv7-versatile
-strata:
-- morph: build-essential
-- morph: core
-- morph: foundation
-- morph: bsp-armv7-versatile