From 47d25d2fc24a45299ce9c2f2f8ee4847bd652caa Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sun, 18 Oct 2020 14:27:15 +0200 Subject: [PATCH 1/2] Update to 5.9.1 --- build.sh | 2 +- patch_driver.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 5a008ac9..0897334f 100755 --- a/build.sh +++ b/build.sh @@ -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 '' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1) -KERNEL_VERSION=5.8.16 +KERNEL_VERSION=5.9.1 #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) diff --git a/patch_driver.sh b/patch_driver.sh index 9be2dbe1..6b1cd270 100755 --- a/patch_driver.sh +++ b/patch_driver.sh @@ -6,9 +6,9 @@ BUILD_PATH=/tmp/build-kernel ### Apple T2 drivers commit hashes # Patches -APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch.git -APPLE_SMC_DRIVER_BRANCH_NAME=master -APPLE_SMC_DRIVER_COMMIT_HASH=bed9b2bf163e55921d56b41d054cd25e5da1fd2a +APPLE_SMC_DRIVER_GIT_URL=https://github.com/marcosfad/linux-mbp-arch.git +APPLE_SMC_DRIVER_BRANCH_NAME=release/5.9 +APPLE_SMC_DRIVER_COMMIT_HASH=01519664be9474c1cf5b92e37bd87a8d98283915 ## BCE #APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git #APPLE_BCE_DRIVER_BRANCH_NAME=aur From 34ea97937656777880d9d293bbbb020d91bd3cca Mon Sep 17 00:00:00 2001 From: marcosfad Date: Fri, 6 Nov 2020 11:24:22 +0100 Subject: [PATCH 2/2] Kernel: Update to 5.9.6 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0897334f..bb06cfe8 100755 --- a/build.sh +++ b/build.sh @@ -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 '' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1) -KERNEL_VERSION=5.9.1 +KERNEL_VERSION=5.9.6 #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)