Skip to content

Commit

Permalink
Fedora Linux v5.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Feb 6, 2020
1 parent 274bd48 commit 8b2b842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Update fedora docker image tag, because kernel build is using `uname -r` when defining package version variable
FEDORA_KERNEL_GIT_URL=https://src.fedoraproject.org/rpms/kernel.git
FEDORA_KERNEL_VERSION=5.4.14
FEDORA_KERNEL_VERSION=5.4.17
FEDORA_KERNEL_BRANCH_NAME=f31
FEDORA_KERNEL_COMMIT_HASH=6ed7c3491e269e491e3d21f682bf7012750cd32e # https://src.fedoraproject.org/rpms/kernel/commits/f31
FEDORA_KERNEL_COMMIT_HASH=73e68cc29dba7d970d8b06dba11b4cf60edd6441 # https://src.fedoraproject.org/rpms/kernel/commits/f31

### Debug commands
echo "FEDORA_KERNEL_VERSION=$FEDORA_KERNEL_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions patch_kernel_manually.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh

### Apple T2 drivers commit hashes
KERNEL_VERSION=5.4.8-200.mbp.fc31.x86_64
KERNEL_VERSION=5.4.17E-200.mbp.fc31.x86_64
KERNEL_PATCH_PATH=/tmp/kernel_patch


BCE_DRIVER_GIT_URL=https://github.com/MCMrARM/mbp2018-bridge-drv.git
BCE_DRIVER_BRANCH_NAME=master
BCE_DRIVER_COMMIT_HASH=7330e638b9a32b4ae9ea97857f33838b5613cad3
BCE_DRIVER_COMMIT_HASH=b43fcc069da73e051072fde24af4014c9c487286
APPLE_IB_DRIVER_GIT_URL=https://github.com/roadrunner2/macbook12-spi-driver.git
APPLE_IB_DRIVER_BRANCH_NAME=mbp15
APPLE_IB_DRIVER_COMMIT_HASH=90cea3e8e32db60147df8d39836bd1d2a5161871
Expand Down

0 comments on commit 8b2b842

Please sign in to comment.