← recipes

Commit 02c28ac

2
plików
+9
dodanych
-5
usuniętych
@@ -19,10 +19,12 @@ makedepends:
19 19 source:
20 20 - init_path.patch
21 21 - 'https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz'
22 +- 'https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.18.44.xz'
22 23 - config
23 24 sha256sums:
24 25 - SKIP
25 26 - 9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b
27 +- 2af2b1da4ae926e646f6d3ede7081193ef82868c0ac985d27212f93bbbc629e7
26 28 - SKIP
27 29 footprint_kernel-618_devel: "drwxr-xr-x\troot/root\tusr/src/\ndrwxrwxr-x\troot/root\tusr/src/kernel-618/\n-rw-r--r--\troot/root\t\
28 30 usr/src/kernel-618/..checked-atomic-arch-fallback.h.cmd\n-rw-r--r--\troot/root\tusr/src/kernel-618/..checked-atomic-instrumented.h.cmd\n\
@@ -29745,8 +29747,8 @@ build: |
29745 29747 bsdtar -p -o -C . -xf linux-6.18.tar.xz
29746 29748 cd linux-6.18
29747 29749
29748 - [ -f ./patch-${pkgver}.xz ] && \
29749 - xz -d -c ./patch-${pkgver}.xz | patch -Np1
29750 + [ -f ../patch-${pkgver}.xz ] && \
29751 + xz -d -c ../patch-${pkgver}.xz | patch -Np1
29750 29752
29751 29753 patch -Np1 -i ../init_path.patch
29752 29754
@@ -21,11 +21,13 @@ makedepends:
21 21 source:
22 22 - 'init_path.patch'
23 23 - 'https://www.kernel.org/pub/linux/kernel/v7.x/linux-7.1.tar.xz'
24 +- 'https://www.kernel.org/pub/linux/kernel/v7.x/patch-7.1.8.xz'
24 25 - config
25 26
26 27 sha256sums:
27 28 - SKIP
28 -- SKIP
29 +- 691f44797fbe790dc8a321604c927087526ad27b6d649925d60f8eed0a2564a0
30 +- 5e309425a43b60962fca0629a870ddd287b91ae356dc625bf40df0b0c8c7a75c
29 31 - SKIP
30 32
31 33 footprint_kernel_devel: |
@@ -55723,8 +55725,8 @@ build: |
55723 55725 bsdtar -p -o -C . -xf linux-7.1.tar.xz
55724 55726 cd linux-7.1
55725 55727
55726 - [ -f ./patch-${pkgver}.xz ] && \
55727 - xz -d -c ./patch-${pkgver}.xz | patch -Np1
55728 + [ -f ../patch-${pkgver}.xz ] && \
55729 + xz -d -c ../patch-${pkgver}.xz | patch -Np1
55728 55730
55729 55731 patch -Np1 -i ../init_path.patch
55730 55732