1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-15 18:26:14 +02:00

Bump main line Linux version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-06-10 16:07:48 +02:00
parent d959fc28a7
commit 5a6e1ab010
3 changed files with 10 additions and 8 deletions

View file

@ -1,14 +1,15 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.35 Kernel Configuration # Linux/x86 4.19.49 Kernel Configuration
# #
# #
# Compiler: gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2) # Compiler: gcc (GCC) 9.1.1 20190503 (Red Hat 9.1.1-1)
# #
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80301 CONFIG_GCC_VERSION=90101
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_IRQ_WORK=y CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y CONFIG_THREAD_INFO_IN_TASK=y

View file

@ -1,14 +1,15 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86_64 4.19.35 Kernel Configuration # Linux/x86_64 4.19.49 Kernel Configuration
# #
# #
# Compiler: gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2) # Compiler: gcc (GCC) 9.1.1 20190503 (Red Hat 9.1.1-1)
# #
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80301 CONFIG_GCC_VERSION=90101
CONFIG_CLANG_VERSION=0 CONFIG_CLANG_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_IRQ_WORK=y CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y CONFIG_THREAD_INFO_IN_TASK=y

View file

@ -1,12 +1,12 @@
MAJOR="4" MAJOR="4"
MINOR="19" MINOR="19"
RELEASE="35" RELEASE="49"
VERSION="$MAJOR.$MINOR.$RELEASE" VERSION="$MAJOR.$MINOR.$RELEASE"
SRCDIR="linux-$VERSION" SRCDIR="linux-$VERSION"
TARBALL="linux-$VERSION.tar.xz" TARBALL="linux-$VERSION.tar.xz"
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x" URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
SHA256SUM="2fa7e560f0e020104c6e09ffb6c2242a8f5c4b5c39e41ed2996fa7b8b42047e0" SHA256SUM="92d920b3973c0dbca5516271afa405be6e5822a9b831df8c085f9c9eb838bbcd"
DEPENDS="initrd" DEPENDS="initrd"
SUBPKG="linux linux-modules" SUBPKG="linux linux-modules"