linux6.0: update to 6.0.13.
This commit is contained in:
parent
2b284d1b21
commit
c7f411918a
2 changed files with 4 additions and 4 deletions
|
@ -4,4 +4,4 @@ mkdir -p usr/lib/debug/${mod%/*}
|
||||||
$OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod
|
$OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod
|
||||||
$OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod
|
$OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod
|
||||||
/usr/bin/$STRIP --strip-debug $mod
|
/usr/bin/$STRIP --strip-debug $mod
|
||||||
gzip -9 $mod
|
zstd --rm -19 $mod
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux6.0'
|
# Template file for 'linux6.0'
|
||||||
pkgname=linux6.0
|
pkgname=linux6.0
|
||||||
version=6.0.12
|
version=6.0.13
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
|
||||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version%.*}.tar.xz
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version%.*}.tar.xz
|
||||||
https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-${version}.xz"
|
https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-${version}.xz"
|
||||||
checksum="5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
|
checksum="5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
|
||||||
7d6222ec959ed7760385394c4f8bd859cac18109c677c91a89e61998aa4914c6"
|
061a20ccac50dd8f10e416892a50a2479a15ed67ee0c4dd9160a2829b736841f"
|
||||||
skip_extraction="patch-${version}.xz"
|
skip_extraction="patch-${version}.xz"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ noshlibprovides=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
|
|
||||||
hostmakedepends="tar xz bc elfutils-devel flex gmp-devel kmod libmpc-devel
|
hostmakedepends="tar xz bc elfutils-devel flex gmp-devel kmod libmpc-devel
|
||||||
openssl-devel perl uboot-mkimage cpio pahole python3"
|
openssl-devel perl uboot-mkimage cpio pahole python3 zstd"
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue