linux5.2: update to 5.2.9.

This commit is contained in:
Helmut Pozimski 2019-08-20 09:49:29 +02:00
parent 3d56dcdfc0
commit cadee523c0
2 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.2.0 Kernel Configuration # Linux/arm64 5.2.9 Kernel Configuration
# #
# #
# Compiler: aarch64-linux-musl-gcc (GCC) 9.1.0 # Compiler: aarch64-linux-gnu-gcc (GCC) 9.1.0
# #
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90100 CONFIG_GCC_VERSION=90100
@ -530,6 +530,7 @@ CONFIG_ARM_SCPI_POWER_DOMAIN=y
# CONFIG_FIRMWARE_MEMMAP is not set # CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_DMIID=y CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y CONFIG_DMI_SYSFS=y
CONFIG_ISCSI_IBFT=m
CONFIG_RASPBERRYPI_FIRMWARE=y CONFIG_RASPBERRYPI_FIRMWARE=y
# CONFIG_FW_CFG_SYSFS is not set # CONFIG_FW_CFG_SYSFS is not set
CONFIG_INTEL_STRATIX10_SERVICE=m CONFIG_INTEL_STRATIX10_SERVICE=m

View file

@ -1,6 +1,6 @@
# Template file for 'linux5.2' # Template file for 'linux5.2'
pkgname=linux5.2 pkgname=linux5.2
version=5.2.8 version=5.2.9
revision=1 revision=1
wrksrc="linux-${version}" wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)" short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://www.kernel.org" homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
checksum=a127cd06cc01468e5564c5242827610b679827d7b40c2a2e4d82c629dd0f6937 checksum=b6f02a4b306ca5cd314d72615bfc2650166969613135da202630e6c4e1b5d4e6
patch_args="-Np1" patch_args="-Np1"
nodebug=yes # -dbg package is generated below manually nodebug=yes # -dbg package is generated below manually