Skip to content

Commit

Permalink
Fedora Linux v5.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Mar 26, 2020
1 parent e2dd1d4 commit b362de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -eu -o pipefail

## 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.5.8
FEDORA_KERNEL_VERSION=5.5.13
FEDORA_KERNEL_BRANCH_NAME=f31
FEDORA_KERNEL_COMMIT_HASH=281d5b5f30b12b3eb775e376a085198c1274509d # https://src.fedoraproject.org/rpms/kernel/commits/f31
FEDORA_KERNEL_COMMIT_HASH=24e8702e2e91e140cfce13e7716b5ef3ca3d3e3e # https://src.fedoraproject.org/rpms/kernel/commits/f31

### Debug commands
echo "FEDORA_KERNEL_VERSION=$FEDORA_KERNEL_VERSION"
Expand Down
6 changes: 3 additions & 3 deletions patch_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set -eu -o pipefail
# APPLE_IB_DRIVER_COMMIT_HASH=90cea3e8e32db60147df8d39836bd1d2a5161871
APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch
APPLE_SMC_DRIVER_BRANCH_NAME=master
APPLE_SMC_DRIVER_COMMIT_HASH=9f126dac0c297996611913b58ff50824c9c42efb
BT_PATCH_NAME="2001-serdev-Fix-detection-of-UART-devices-on-Apple-machin.patch"
APPLE_SMC_DRIVER_COMMIT_HASH=8204b3bd0bb4c7d850dcd23190a6f339fce87742
# BT_PATCH_NAME="2001-serdev-Fix-detection-of-UART-devices-on-Apple-machin.patch"

REPO_PWD=$(pwd)

Expand All @@ -39,7 +39,7 @@ while IFS= read -r file; do
echo "adding ${file}"
cp -rfv "${file}" "${REPO_PWD}"/../patches/"${file##*/}"
done < <(find linux-mbp-arch -type f -name "*applesmc*" | sort)
cp -rfv ./linux-mbp-arch/"$BT_PATCH_NAME" "${REPO_PWD}"/../patches/
# cp -rfv ./linux-mbp-arch/"$BT_PATCH_NAME" "${REPO_PWD}"/../patches/

### Add custom drivers to kernel
# echo -e "From: fedora kernel <[email protected]>\nSubject: patch custom drivers\n" > "${REPO_PWD}"/../patches/custom-drivers.patch
Expand Down

0 comments on commit b362de4

Please sign in to comment.