mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
linux6.6: update to 6.6.92.
This commit is contained in:
parent
285833cb14
commit
68c4c521cc
4 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 6.6.91 Kernel Configuration
|
# Linux/arm64 6.6.92 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
|
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
|
@ -2416,6 +2416,7 @@ CONFIG_PROC_EVENTS=y
|
||||||
#
|
#
|
||||||
CONFIG_ARM_SCMI_PROTOCOL=y
|
CONFIG_ARM_SCMI_PROTOCOL=y
|
||||||
# CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set
|
# CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set
|
||||||
|
# CONFIG_ARM_SCMI_DEBUG_COUNTERS is not set
|
||||||
CONFIG_ARM_SCMI_HAVE_TRANSPORT=y
|
CONFIG_ARM_SCMI_HAVE_TRANSPORT=y
|
||||||
CONFIG_ARM_SCMI_HAVE_SHMEM=y
|
CONFIG_ARM_SCMI_HAVE_SHMEM=y
|
||||||
CONFIG_ARM_SCMI_HAVE_MSG=y
|
CONFIG_ARM_SCMI_HAVE_MSG=y
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/i386 6.6.91 Kernel Configuration
|
# Linux/i386 6.6.92 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
|
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86_64 6.6.91 Kernel Configuration
|
# Linux/x86_64 6.6.92 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
|
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux6.6'
|
# Template file for 'linux6.6'
|
||||||
pkgname=linux6.6
|
pkgname=linux6.6
|
||||||
version=6.6.91
|
version=6.6.92
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
@ -14,16 +14,12 @@ if [ "${version##*.}" != 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
checksum="d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
|
checksum="d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
|
||||||
a304a814d58648b64c443874158692db8fe039cb8726b3f92913d42532fca083"
|
97ecffcffc5da8305ad0da61bcd007790814039860d50ed4fa2b102f41d1c72b"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
||||||
archs="x86_64* i686* aarch64*"
|
archs="x86_64* i686* aarch64*"
|
||||||
|
|
||||||
if [ "${XBPS_TARGET_MACHINE}" == i686 ]; then
|
|
||||||
broken="arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'"
|
|
||||||
fi
|
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue