Skip to content

Commit

Permalink
Merge pull request ClangBuiltLinux#62 from nathanchance/linux-and-rev…
Browse files Browse the repository at this point in the history
…ision-update

tc-build: Update Linux to 5.4 and bump the known good revision
  • Loading branch information
nathanchance authored Nov 26, 2019
2 parents 439c648 + 2750424 commit 52759a8
Show file tree
Hide file tree
Showing 8 changed files with 451 additions and 699 deletions.
2 changes: 1 addition & 1 deletion build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# This is a known good revision of LLVM for building the kernel
# To bump this, run 'PATH_OVERRIDE=<path_to_updated_toolchain>/bin kernel/build.sh --allyesconfig'
GOOD_REVISION = '957b9cdd2692178b9635cbbbcb94e78a5bc24473'
GOOD_REVISION = '6f773205cd05e47912096d7c4091f03c28255ab2'


class Directories:
Expand Down
2 changes: 1 addition & 1 deletion kernel/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ done
if [[ -n ${SRC_FOLDER} ]]; then
cd "${SRC_FOLDER}" || exit 1
else
LINUX=linux-5.3
LINUX=linux-5.4
LINUX_TARBALL=${TC_BLD}/kernel/${LINUX}.tar.xz
LINUX_PATCH=${TC_BLD}/kernel/${LINUX}-${CONFIG_TARGET}.patch

Expand Down
387 changes: 0 additions & 387 deletions kernel/linux-5.3-allyesconfig.patch

This file was deleted.

309 changes: 0 additions & 309 deletions kernel/linux-5.3-defconfig.patch

This file was deleted.

1 change: 0 additions & 1 deletion kernel/linux-5.3.tar.xz.sha256

This file was deleted.

Loading

0 comments on commit 52759a8

Please sign in to comment.