summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/pins.yml.example62
1 files changed, 62 insertions, 0 deletions
diff --git a/examples/pins.yml.example b/examples/pins.yml.example
new file mode 100644
index 0000000..7bc7d45
--- /dev/null
+++ b/examples/pins.yml.example
@@ -0,0 +1,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'