summaryrefslogtreecommitdiff
path: root/strata/cross-bootstrap.morph
blob: 90c1ed4a0b80ea7adc31b2d9528cc584e43f4520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: cross-bootstrap
kind: stratum
description: The minimal development tools to build a baserock devel system
build-depends:
- morph: strata/core.morph
chunks:
- name: groff
  morph: strata/cross-bootstrap/groff.morph
  repo: upstream:groff
  ref: c7017a099f954bb6de60e79c876935b1bf438b9a
  unpetrify-ref: baserock/morph
  build-depends: []
- name: openssh
  morph: strata/cross-bootstrap/openssh.morph
  repo: upstream:openssh
  ref: 233514106dcde5ac61a70f1043de563122e2f1c9
  unpetrify-ref: baserock/morph
  build-depends:
  - groff
- name: linux-user-chroot
  repo: upstream:linux-user-chroot
  ref: d25cc110f69e6e71a95b4ac532dcfc5423d4a16b
  unpetrify-ref: baserock/morph
  build-depends: []
- name: rsync
  morph: strata/cross-bootstrap/rsync.morph
  repo: upstream:rsync
  ref: 9faf8e0ccff2755cd019ff64d8322226a214b013
  unpetrify-ref: baserock/morph
  build-depends: []