From 0b5f485d0c4d85e2b96df214d884ce14c54fc40e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 6 Nov 2021 11:47:32 +0100 Subject: examples: add pins.yml example --- examples/pins.yml.example | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 examples/pins.yml.example (limited to 'examples/pins.yml.example') 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' -- cgit v1.2.3