summaryrefslogtreecommitdiff
path: root/bsp-x86_64-generic.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:21:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:21:17 +0000
commit415568c94489545f0243cf7f8996ffc8f4bb4d1f (patch)
tree996ff1657f72907b439ed138997b69db0736517c /bsp-x86_64-generic.morph
parent93379fd8939fe50b8dad59b05e8b119a414c4852 (diff)
downloaddefinitions-415568c94489545f0243cf7f8996ffc8f4bb4d1f.tar.gz
Rename the bsp morphologies to suffixed architecture
Diffstat (limited to 'bsp-x86_64-generic.morph')
-rw-r--r--bsp-x86_64-generic.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/bsp-x86_64-generic.morph b/bsp-x86_64-generic.morph
new file mode 100644
index 00000000..ae5a3b07
--- /dev/null
+++ b/bsp-x86_64-generic.morph
@@ -0,0 +1,25 @@
+{
+ "name": "bsp-x86_64-generic",
+ "description": "The set of platform specific components required for booting a 64-bit x86 based system.",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "nasm",
+ "repo": "upstream:nasm",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "syslinux",
+ "repo": "upstream:syslinux",
+ "ref": "baserock/morph",
+ "build-depends": ["nasm"]
+ }
+ ]
+}