summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bsp-x86_both-tools.morph18
-rw-r--r--devel-system-x86_32-chroot.morph1
-rw-r--r--devel-system-x86_64-chroot.morph1
3 files changed, 20 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
diff --git a/devel-system-x86_32-chroot.morph b/devel-system-x86_32-chroot.morph
index e5cc2043..baca2904 100644
--- a/devel-system-x86_32-chroot.morph
+++ b/devel-system-x86_32-chroot.morph
@@ -15,3 +15,4 @@ strata:
- morph: foundation
- morph: tools
- morph: openstack-clients
+- morph: bsp-x86_both-tools
diff --git a/devel-system-x86_64-chroot.morph b/devel-system-x86_64-chroot.morph
index 04ab534c..50c757ea 100644
--- a/devel-system-x86_64-chroot.morph
+++ b/devel-system-x86_64-chroot.morph
@@ -15,3 +15,4 @@ strata:
- morph: foundation
- morph: tools
- morph: openstack-clients
+- morph: bsp-x86_both-tools