summaryrefslogtreecommitdiff
path: root/strata/build-essential.morph
blob: 9b0803ffd9a1dc767e3f270eef3ec4e86a62cc2c (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
name: build-essential
kind: stratum
build-depends:
- morph: strata/build-essential-bootstrap.morph
description: |
  Toolchain stratum

  PLEASE KEEP THE REFS IN 'armv7lhf-cross-toolchain' STRATUM UP TO DATE WITH
  THIS ONE!
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: 41bbb474cd4647ee715bc94c21c161d12a20deb4
  unpetrify-ref: master

- name: linux-api-headers
  morph: strata/build-essential/linux-api-headers.morph
  repo: upstream:linux
  ref: bfa76d49576599a4b9f9b7a71f23d73d6dcff735
  unpetrify-ref: v3.19

- name: glibc
  morph: strata/build-essential/glibc.morph
  repo: upstream:glibc
  ref: 52cf9a0153c14df4f6ae3bd0e1e6cc5d171e586c
  unpetrify-ref: baserock/glibc-2.20
  build-depends:
  - linux-api-headers
  artifacts:
    glibc-gconv: build-essential-runtime
    glibc-libs: build-essential-minimal
    glibc-nss: build-essential-runtime

- name: zlib
  morph: strata/build-essential/zlib.morph
  repo: upstream:zlib
  ref: db333af7e9b90a23fd7f9cd8dc128123b34bf698
  unpetrify-ref: baserock/build-essential
  build-depends:
  - glibc
  artifacts:
    zlib-libs: build-essential-minimal

- name: binutils
  morph: strata/build-essential/binutils.morph
  repo: upstream:binutils-redhat
  ref: b1d3b01332ae49a60ff5d6bf53d3a5b1805769c8
  unpetrify-ref: baserock/build-essential
  build-depends:
  - glibc
  - zlib

- name: busybox
  morph: strata/build-essential/busybox.morph
  repo: upstream:busybox
  ref: 1ecfe811fe2f70380170ef7d820e8150054e88ca
  unpetrify-ref: 1_23_1
  build-depends:
  - glibc

- name: gawk
  morph: strata/build-essential/gawk.morph
  repo: upstream:gawk
  ref: dc5af665700d9b04fdf9c18930526d28eef5d5d9
  unpetrify-ref: gawk-4.1.1
  build-depends:
  - glibc

- name: m4-tarball
  morph: strata/build-essential/m4-tarball.morph
  repo: upstream:m4-tarball
  ref: 23c11479b3ad787adc7a651ee0c4347839e47723
  unpetrify-ref: m4-1.4.17
  build-depends:
  - glibc

- name: gcc
  morph: strata/build-essential/gcc.morph
  repo: upstream:gcc-tarball
  ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06
  unpetrify-ref: baserock/build-essential
  build-depends:
  - glibc
  - zlib
  - m4-tarball
  artifacts:
    gcc-libs: build-essential-minimal

- name: make
  morph: strata/build-essential/make.morph
  repo: upstream:make-tarball
  ref: f75919b038da8a28388a911303fb86ed7a70ea2c
  unpetrify-ref: make-4.1
  build-depends:
  - glibc

- name: ccache
  morph: strata/build-essential/ccache.morph
  repo: upstream:ccache
  ref: 567631456f0899cdf0c382f898d38aadc8901d32
  unpetrify-ref: baserock/build-essential
  build-depends:
  - glibc
  - zlib