summaryrefslogtreecommitdiff
path: root/strata/build-essential.morph
blob: e68f6f41a4e658e4b2b6071cec17738dd62bcf3f (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
name: build-essential
kind: stratum
description: |
  This is not the build essential you are looking for !

products:
- artifact: build-essential-minimal
  include:
  - fhs-dirs-.*
  - busybox-.*
  - glibc-nss

chunks:

- name: fhs-dirs
  morph: strata/build-essential/fhs-dirs.morph
  repo: baserock:baserock/fhs-dirs
  ref: 1218cbd38a4f4e9da75af6f7fae946ca92666afb
  unpetrify-ref: master
  build-mode: prelibc

- name: static-gawk
  morph: strata/build-essential/static-gawk.morph
  repo: upstream:gawk
  ref: dc5af665700d9b04fdf9c18930526d28eef5d5d9
  unpetrify-ref: gawk-4.1.1
  build-mode: prelibc
  build-depends:
  - fhs-dirs

- name: static-sed
  morph: strata/build-essential/static-sed.morph
  repo: upstream:sed-tarball
  ref: c949e6f8ed33f31bd46c1626dc6c5828a1750e56
  unpetrify-ref: sed-4.2.2
  build-mode: prelibc
  build-depends:
  - fhs-dirs

- name: static-bash
  morph: strata/build-essential/static-bash.morph
  repo: upstream:bash
  ref: 3590145af6f1c9fa321dff231f69ae696e7e740b
  unpetrify-ref: baserock/bash-4.3-patch-27
  build-mode: prelibc
  build-depends:
  - fhs-dirs

- name: linux-api-headers
  morph: strata/build-essential/linux-api-headers.morph
  repo: upstream:linux
  ref: 39a8804455fb23f09157341d3ba7db6d7ae6ee76
  unpetrify-ref: v4.0
  build-mode: prelibc
  build-depends:
  - fhs-dirs

- name: glibc
  morph: strata/build-essential/glibc.morph
  repo: upstream:glibc
  ref: 76c7094445082ee777a4980bfebf11501fcda63a
  unpetrify-ref: baserock/tristan/wip/aboriginal
  build-mode: prelibc
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - linux-api-headers
  artifacts:
    glibc-gconv: build-essential-runtime
    glibc-libs: build-essential-minimal
    glibc-nss: build-essential-runtime

- name: gcc-runtime
  morph: strata/build-essential/gcc-runtime.morph
  repo: upstream:gcc-tarball
  ref: 19d034ed935aa53b95537f0b0d39ca7fd78da8ce
  unpetrify-ref: baserock/tristan/wip/aboriginal
  build-mode: prelibc
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - static-bash
  - linux-api-headers
  - glibc

- name: zlib
  repo: upstream:zlib
  ref: 50893291621658f355bc5b4d450a8d06a563053d
  unpetrify-ref: v1.2.8
  build-system: autotools
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - static-bash
  - linux-api-headers
  - glibc
  - gcc-runtime
  artifacts:
    zlib-libs: build-essential-minimal

- name: busybox
  morph: strata/build-essential/busybox.morph
  repo: upstream:busybox
  ref: 1ecfe811fe2f70380170ef7d820e8150054e88ca
  unpetrify-ref: '1_23_1'
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - static-bash
  - linux-api-headers
  - glibc
  - gcc-runtime

- name: m4-tarball
  morph: strata/build-essential/m4-tarball.morph
  repo: upstream:m4-tarball
  ref: 23c11479b3ad787adc7a651ee0c4347839e47723
  unpetrify-ref: m4-1.4.17
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - static-bash
  - linux-api-headers
  - glibc
  - gcc-runtime

- name: gawk
  morph: strata/build-essential/gawk.morph
  repo: upstream:gawk
  ref: dc5af665700d9b04fdf9c18930526d28eef5d5d9
  unpetrify-ref: gawk-4.1.1
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - static-bash
  - linux-api-headers
  - glibc
  - gcc-runtime

- name: make
  morph: strata/build-essential/make.morph
  repo: upstream:make-tarball
  ref: 4978d7129e42340ab9efeb0cb9cae4ad0fa052d4
  unpetrify-ref: baserock/make-4.1-ttyname-segfault-fix
  build-depends:
  - fhs-dirs
  - static-sed
  - static-gawk
  - static-bash
  - linux-api-headers
  - glibc
  - gcc-runtime