From 3fbe53aec0f340a90858265ca8f890314fa5d523 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 30 Oct 2021 00:21:04 +0200 Subject: examples: move recipes to subdirectory --- examples/recipes/linux-uapi-headers.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/recipes/linux-uapi-headers.yml (limited to 'examples/recipes/linux-uapi-headers.yml') diff --git a/examples/recipes/linux-uapi-headers.yml b/examples/recipes/linux-uapi-headers.yml new file mode 100644 index 0000000..fdd9a8e --- /dev/null +++ b/examples/recipes/linux-uapi-headers.yml @@ -0,0 +1,22 @@ +meta: + name: 'linux' + version: '5.10.66' +tasks: + unpack: + fetch: + - name: '{{pn}}-{{pv}}.tar.xz' + sha256: '5dfa06bbbbd164b9ea669ec637b1e6d05fb5fea8ef3aeb6729f2cbcd0dfcc8a7' + run: | + tar xf {{dldir}}/{{pn}}-{{pv}}.tar.xz + + install: + args: + host: 'platform' + inherit: + task: 'unpack' + output: + default: {} + run: | + cd {{pn}}-{{pv}} + make INSTALL_HDR_PATH={{destdir}}{{host.prefix}} ARCH={{host.karch}} headers_install + -- cgit v1.2.3