summaryrefslogtreecommitdiff
path: root/bsp-x86_32-generic.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-23 12:40:18 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-23 12:40:18 +0000
commita8969cdeb3132e98dfc7894a4eb08d5af50eeb50 (patch)
tree82629bdda5249be90a3abc39c5f35451d1dd9210 /bsp-x86_32-generic.morph
parent6df72c22c9f84b527e3635ed654d6904782eb665 (diff)
downloadmorphs-a8969cdeb3132e98dfc7894a4eb08d5af50eeb50.tar.gz
Create x86_32 system variants
Although this duplicates the definitions of the systems, it is misleading to build a system named x86_64 for 32-bit x86, and we have a real instance of a user expecting the x86_32 system morphs to exist and becoming confused that they don't.
Diffstat (limited to 'bsp-x86_32-generic.morph')
-rw-r--r--bsp-x86_32-generic.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/bsp-x86_32-generic.morph b/bsp-x86_32-generic.morph
new file mode 100644
index 0000000..e4c6ce8
--- /dev/null
+++ b/bsp-x86_32-generic.morph
@@ -0,0 +1,25 @@
+{
+ "name": "bsp-x86_32-generic",
+ "description": "The set of platform specific components required for booting a 32-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"]
+ }
+ ]
+}