summaryrefslogtreecommitdiffstats
path: root/examples/pins.yml.example
blob: c16cedb051a8fce30c5c49ada606d50f4a731734 (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-8d1fb3274ebc:
  hash: '8d1fb3274ebcb0f7ae88f3ce5810ad20014d08efca29e617a873670949de729d'
  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: 'gcc/libgcc'
      task: 'install'
      output: ['default']
      args:
        host: 'build'
        target: 'build'