Skip to content

Commit

Permalink
Fedora Linux v5.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Apr 28, 2020
1 parent 249c11b commit d6233c8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- shellcheck ./*.sh

- name: build
image: fedora:31
image: fedora:32
pull: always
volumes:
- name: build-artifacts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Drivers:
```
### First run
sudo -i
curl -L https://raw.githubusercontent.com/mikeeq/mbp-fedora-kernel/v5.6-f31/update_kernel_mbp.sh -o /usr/bin/update_kernel_mbp
curl -L https://raw.githubusercontent.com/mikeeq/mbp-fedora-kernel/v5.6-f32/update_kernel_mbp.sh -o /usr/bin/update_kernel_mbp
chmod +x /usr/bin/update_kernel_mbp
update_kernel_mbp
Expand Down
6 changes: 3 additions & 3 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.6.6
FEDORA_KERNEL_BRANCH_NAME=f31
FEDORA_KERNEL_COMMIT_HASH=a14ea55bfeefd99c1d35656f08e1b9bc7daf1704 # https://src.fedoraproject.org/rpms/kernel/commits/f31
FEDORA_KERNEL_VERSION=5.6.7
FEDORA_KERNEL_BRANCH_NAME=f32
FEDORA_KERNEL_COMMIT_HASH=3abb828534efb18b6c5002f944a93e3bd68d868e # https://src.fedoraproject.org/rpms/kernel/commits/f32

### Debug commands
echo "FEDORA_KERNEL_VERSION=$FEDORA_KERNEL_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion build_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu -o pipefail

DOCKER_IMAGE=fedora:31
DOCKER_IMAGE=fedora:32
RPMBUILD_HOST_PATH=/opt/rpmbuild

mkdir -p ${RPMBUILD_HOST_PATH}
Expand Down
2 changes: 1 addition & 1 deletion update_kernel_mbp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu -o pipefail
### Apple T2 drivers commit hashes
KERNEL_PATCH_PATH=/tmp/kernel_patch

UPDATE_SCRIPT_BRANCH=${UPDATE_SCRIPT_BRANCH:-v5.6-f31}
UPDATE_SCRIPT_BRANCH=${UPDATE_SCRIPT_BRANCH:-v5.6-f32}
BCE_DRIVER_GIT_URL=https://github.com/MCMrARM/mbp2018-bridge-drv.git
BCE_DRIVER_BRANCH_NAME=master
BCE_DRIVER_COMMIT_HASH=b43fcc069da73e051072fde24af4014c9c487286
Expand Down
4 changes: 2 additions & 2 deletions yum-repo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:31
FROM fedora:32

ARG RELEASE_VERSION=5.3.11-f31
ARG RELEASE_VERSION=5.6.7-f32

WORKDIR /var/repo

Expand Down

0 comments on commit d6233c8

Please sign in to comment.