summaryrefslogtreecommitdiff
path: root/strata/bsp-x86_both-tools.morph
blob: f5102cc07e62d1d5bbc2ef4e864c5fd9f73c5d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: f92b88bc6c65ba71dad92fe7da7b7085607b439a
  unpetrify-ref: baserock/syslinux-4.06-gcc5-glibc2.20
  build-depends:
  - nasm