From 1896ea04204b8086a4f25e257dc5605e5505d768 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 4 Apr 2024 01:13:09 +0200 Subject: driver: recipe: move each recipe into a separate directory --- examples/recipes/toolchain/build.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/recipes/toolchain/build.yml (limited to 'examples/recipes/toolchain/build.yml') diff --git a/examples/recipes/toolchain/build.yml b/examples/recipes/toolchain/build.yml new file mode 100644 index 0000000..ab8e6de --- /dev/null +++ b/examples/recipes/toolchain/build.yml @@ -0,0 +1,31 @@ +tasks: + build_depends: + args: + host: 'platform' + target: 'platform' + output: + default: + runtime_depends: + - recipe: 'gcc' + task: 'install' + - recipe: 'libgcc' + task: 'install' + + depends: + args: + host: 'platform' + output: + default: + runtime_depends: + - recipe: 'glibc' + task: 'install' + - recipe: 'gcc-libs' + task: 'install' + + build: + args: + host: 'platform' + build_depends: + - task: 'build_depends' + depends: + - task: 'depends' -- cgit v1.2.3