summaryrefslogtreecommitdiff
path: root/bsp-x86_both-tools.morph
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-05-16 10:28:45 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-05-16 17:02:05 +0100
commit13912d9262e44161e4609bda4b9cecaae5db3d6e (patch)
tree0f9c099d289f2907425a0de301a2c36b5a891186 /bsp-x86_both-tools.morph
parentda7f1db8c9a66e0a295ed0dfc49afed12687fbf6 (diff)
downloaddefinitions-13912d9262e44161e4609bda4b9cecaae5db3d6e.tar.gz
Add a tools BSP stratum and add to the chroot devel systems for x86.
This means that chroots will be able to build rawdisks providing the host has a compatible btrfs module.
Diffstat (limited to 'bsp-x86_both-tools.morph')
-rw-r--r--bsp-x86_both-tools.morph18
1 files changed, 18 insertions, 0 deletions
diff --git a/bsp-x86_both-tools.morph b/bsp-x86_both-tools.morph
new file mode 100644
index 00000000..a8630823
--- /dev/null
+++ b/bsp-x86_both-tools.morph
@@ -0,0 +1,18 @@
+name: bsp-x86_64-tools
+kind: stratum
+description: The set of platform specific components required for configuring a bootable
+ x86 based system.
+build-depends:
+- morph: core
+chunks:
+- name: nasm
+ repo: upstream:nasm
+ ref: 78bdad3d14fb875d5f2062957e326ba2a9e4ccb0
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: syslinux
+ repo: upstream:syslinux
+ ref: 8821237240c5374d83298b2da5ad88fa1e3c1ef7
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - nasm