summaryrefslogtreecommitdiff
path: root/old/strata/bsp-x86_both-tools.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
commitf6046f9b54c1f14d12a67fa66ca0c881b49e8ceb (patch)
tree7c4d5b1aa87b991fecb0b2c585514069947c3f0a /old/strata/bsp-x86_both-tools.morph
parentdeba555368fd21316025c5ee0eaaf517b938775e (diff)
downloaddefinitions-f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb.tar.gz
Move old Baserock format definitions into old/ directory
Diffstat (limited to 'old/strata/bsp-x86_both-tools.morph')
-rw-r--r--old/strata/bsp-x86_both-tools.morph21
1 files changed, 21 insertions, 0 deletions
diff --git a/old/strata/bsp-x86_both-tools.morph b/old/strata/bsp-x86_both-tools.morph
new file mode 100644
index 00000000..5a72caa7
--- /dev/null
+++ b/old/strata/bsp-x86_both-tools.morph
@@ -0,0 +1,21 @@
+name: bsp-x86_both-tools
+kind: stratum
+description: The set of platform specific components required for configuring a bootable
+ x86 based system.
+build-depends:
+# nasm wants asciidoc and xmlto for generating its docs
+# so include docutils here
+- morph: strata/docutils.morph
+chunks:
+- name: nasm
+ morph: strata/bsp-x86_both-tools/nasm.morph
+ repo: upstream:nasm
+ ref: 8fa0fe16408afc76ce1ae4387e1a9d46893cfda6
+ unpetrify-ref: nasm-2.11.08
+- name: syslinux
+ morph: strata/bsp-x86_both-tools/syslinux.morph
+ repo: upstream:syslinux
+ ref: 02ab5d34ba0a90e3b6dd78034d7c470c77500119
+ unpetrify-ref: baserock/syslinux-4.06-gcc7
+ build-depends:
+ - nasm