From 5a6e1ab0107440e5b3f867aa8585b3a3c047c3a6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 10 Jun 2019 16:07:48 +0200 Subject: [PATCH] Bump main line Linux version Signed-off-by: David Oberhollenzer --- layer/bsp-alix/linux.config | 7 ++++--- layer/bsp-qemu64/linux.config | 7 ++++--- pkg/linux-lts/build | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/layer/bsp-alix/linux.config b/layer/bsp-alix/linux.config index 733f61c..8813372 100644 --- a/layer/bsp-alix/linux.config +++ b/layer/bsp-alix/linux.config @@ -1,14 +1,15 @@ # # 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_GCC_VERSION=80301 +CONFIG_GCC_VERSION=90101 CONFIG_CLANG_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO=y CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/layer/bsp-qemu64/linux.config b/layer/bsp-qemu64/linux.config index d8eabe0..6a0aaaa 100644 --- a/layer/bsp-qemu64/linux.config +++ b/layer/bsp-qemu64/linux.config @@ -1,14 +1,15 @@ # # 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_GCC_VERSION=80301 +CONFIG_GCC_VERSION=90101 CONFIG_CLANG_VERSION=0 +CONFIG_CC_HAS_ASM_GOTO=y CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/pkg/linux-lts/build b/pkg/linux-lts/build index e06b43a..7448643 100755 --- a/pkg/linux-lts/build +++ b/pkg/linux-lts/build @@ -1,12 +1,12 @@ MAJOR="4" MINOR="19" -RELEASE="35" +RELEASE="49" VERSION="$MAJOR.$MINOR.$RELEASE" SRCDIR="linux-$VERSION" TARBALL="linux-$VERSION.tar.xz" URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x" -SHA256SUM="2fa7e560f0e020104c6e09ffb6c2242a8f5c4b5c39e41ed2996fa7b8b42047e0" +SHA256SUM="92d920b3973c0dbca5516271afa405be6e5822a9b831df8c085f9c9eb838bbcd" DEPENDS="initrd" SUBPKG="linux linux-modules"