summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-11-06 11:47:32 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-11-06 11:47:32 +0100
commit0b5f485d0c4d85e2b96df214d884ce14c54fc40e (patch)
tree427162a2213846343113d6128a1b7be91088936a /examples
parentb7ce3a6b3f9aea90e6b2819ce0a12d76bb5b7a73 (diff)
downloadrebel-0b5f485d0c4d85e2b96df214d884ce14c54fc40e.tar
rebel-0b5f485d0c4d85e2b96df214d884ce14c54fc40e.zip
examples: add pins.yml example
Diffstat (limited to 'examples')
-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'