Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update host kernel config, scripts and diff patches for v6.1.92 rebase #2564

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions host/kernel/lts2022-chromium/build_weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ cd host_kernel

git clone https://github.com/projectceladon/vendor-intel-utils.git
cd vendor-intel-utils
git checkout b29ac676304fe6d9df26e45ac7a6f197ae8f68e2
cd ../

git clone https://github.com/projectceladon/linux-intel-lts2022-chromium.git
cd linux-intel-lts2022-chromium
git checkout 3ac5aa048639a40e29d2c773c5451afdc661c47f
git checkout 2fe084abc93d0fe7dff4fc7680d6b89ec613c8be

cp ../vendor-intel-utils/host/kernel/lts2022-chromium/x86_64_defconfig .config
patch_list=`find ../vendor-intel-utils/host/kernel/lts2022-chromium -iname "*.patch" | sort -u`
Expand Down
Loading