From 3a2f641e4e70e76ffa77629c6208970c1a7af667 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Fri, 25 Sep 2015 08:47:49 +0000 Subject: Proposed re-org of definitions repo --- baserock/strata/cross-bootstrap.morph | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 baserock/strata/cross-bootstrap.morph (limited to 'baserock/strata/cross-bootstrap.morph') diff --git a/baserock/strata/cross-bootstrap.morph b/baserock/strata/cross-bootstrap.morph new file mode 100644 index 00000000..e0c5991d --- /dev/null +++ b/baserock/strata/cross-bootstrap.morph @@ -0,0 +1,29 @@ +name: cross-bootstrap +kind: stratum +description: The minimal development tools to build a baserock devel system +build-depends: +- morph: strata/core.morph +- morph: strata/python-core.morph +chunks: +- name: groff + morph: strata/cross-bootstrap/groff.morph + repo: upstream:groff-git + ref: 16305a24e67966ace06d55e2a0b98cc0e3127a93 + unpetrify-ref: 1.22.3 +- name: openssh + morph: strata/cross-bootstrap/openssh.morph + repo: upstream:openssh-git + ref: 782fe9e725243eeb5ad6ab9a1783b5d6bedfe0d7 + unpetrify-ref: baserock/morph + build-depends: + - groff +- name: linux-user-chroot + repo: upstream:linux-user-chroot + ref: d25cc110f69e6e71a95b4ac532dcfc5423d4a16b + unpetrify-ref: baserock/morph + build-system: autotools +- name: rsync + morph: strata/cross-bootstrap/rsync.morph + repo: upstream:rsync + ref: 7cb0de6326c915a72253fd103dae93308031ec3f + unpetrify-ref: v3.1.1 -- cgit v1.2.1