summaryrefslogtreecommitdiffstats
path: root/examples/pins.yml.example
blob: 7bc7d45af3feba682b660a2852f4215cdf1fe39d (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
rootfs-c080605f9ab8:
  hash: 'c080605f9ab85b67b26e1d7cb0535789cad3df8a138811b54f3270694b9205d7'
  is-rootfs: true
  provides:
    - recipe: 'gcc-libs'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'linux-uapi-headers'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'glibc'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'e2fsprogs'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'gmp'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'mpfr'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'mpc'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'zlib'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
    - recipe: 'binutils'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
        target: 'build'
    - recipe: 'gcc'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
        target: 'build'
    - recipe: 'libgcc'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
        target: 'build'