This repository was archived by the owner on Feb 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 image : alpine
1313 pull : always
1414 commands :
15- - apk add --no-cache shellcheck python3 bash
16- - pip3 install yamllint
15+ - apk add --no-cache shellcheck python3 py-pip bash
16+ - pip install yamllint
1717 - yamllint .
1818 - shellcheck ./*.sh
1919
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -eu -o pipefail
44
55# # Update docker image tag, because kernel build is using `uname -r` when defining package version variable
66# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
7- KERNEL_VERSION=5.6.11
7+ KERNEL_VERSION=5.6.13
88# KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
99KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
1010REPO_PATH=$( pwd)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ BUILD_PATH=/tmp/build-kernel
88# Patches
99APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch
1010APPLE_SMC_DRIVER_BRANCH_NAME=master
11- APPLE_SMC_DRIVER_COMMIT_HASH=8cca9c0e0411708ee15eb77c00cc93297d1cd4ce
11+ APPLE_SMC_DRIVER_COMMIT_HASH=a2401217c79e4c3c9a0b3e5e1c28e87a9986e314
1212# # BCE
1313# APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git
1414# APPLE_BCE_DRIVER_BRANCH_NAME=aur
Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ CONFIG_GOOGLE_VPD=m
701701#
702702# EFI (Extensible Firmware Interface) Support
703703#
704- # CONFIG_EFI_VARS is not set
704+ CONFIG_EFI_VARS=y
705705CONFIG_EFI_ESRT=y
706706CONFIG_EFI_RUNTIME_MAP=y
707707# CONFIG_EFI_FAKE_MEMMAP is not set
You can’t perform that action at this time.
0 commit comments