summaryrefslogtreecommitdiff
path: root/bsp-x86_64-generic.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 16:59:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 17:36:06 +0000
commit2820220193a4ba871d25b210448a4117c0854637 (patch)
tree583745f7656549f37334dad3c1bfa9cb0a65d9eb /bsp-x86_64-generic.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'bsp-x86_64-generic.morph')
-rw-r--r--bsp-x86_64-generic.morph24
1 files changed, 12 insertions, 12 deletions
diff --git a/bsp-x86_64-generic.morph b/bsp-x86_64-generic.morph
index b27f5d13..46872622 100644
--- a/bsp-x86_64-generic.morph
+++ b/bsp-x86_64-generic.morph
@@ -1,20 +1,20 @@
+name: bsp-x86_64-generic
+kind: stratum
+description: The set of platform specific components required for booting a 64-bit
+ x86 based system.
build-depends:
- morph: core
chunks:
-- build-depends: []
- name: linux
- ref: baserock/morph
+- name: linux
repo: upstream:linux
-- build-depends: []
- name: nasm
ref: baserock/morph
+ build-depends: []
+- name: nasm
repo: upstream:nasm
-- build-depends:
- - nasm
- name: syslinux
ref: baserock/morph
+ build-depends: []
+- name: syslinux
repo: upstream:syslinux
-description: The set of platform specific components required for booting a 64-bit
- x86 based system.
-kind: stratum
-name: bsp-x86_64-generic
+ ref: baserock/morph
+ build-depends:
+ - nasm