summaryrefslogtreecommitdiff
path: root/bsp-x86_32-generic.morph
diff options
context:
space:
mode:
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 00000000..e4c6ce8d
--- /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"]
+ }
+ ]
+}