Update kernel 5.6.13

This commit is contained in:
marcosfad
2020-05-14 11:09:01 +02:00
parent 24f7df5994
commit 4ff6be6da1
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ steps:
image: alpine
pull: always
commands:
- apk add --no-cache shellcheck python3 bash
- pip3 install yamllint
- apk add --no-cache shellcheck python3 py-pip bash
- pip install yamllint
- yamllint .
- shellcheck ./*.sh
+1 -1
View File
@@ -4,7 +4,7 @@ set -eu -o pipefail
## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
KERNEL_VERSION=5.6.11
KERNEL_VERSION=5.6.13
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
REPO_PATH=$(pwd)
+1 -1
View File
@@ -8,7 +8,7 @@ BUILD_PATH=/tmp/build-kernel
# Patches
APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch
APPLE_SMC_DRIVER_BRANCH_NAME=master
APPLE_SMC_DRIVER_COMMIT_HASH=8cca9c0e0411708ee15eb77c00cc93297d1cd4ce
APPLE_SMC_DRIVER_COMMIT_HASH=a2401217c79e4c3c9a0b3e5e1c28e87a9986e314
## BCE
#APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git
#APPLE_BCE_DRIVER_BRANCH_NAME=aur
+1 -1
View File
@@ -701,7 +701,7 @@ CONFIG_GOOGLE_VPD=m
#
# EFI (Extensible Firmware Interface) Support
#
# CONFIG_EFI_VARS is not set
CONFIG_EFI_VARS=y
CONFIG_EFI_ESRT=y
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set