Add work handoff doc, Ubuntu HWE build scripts, and repair plan
- docs/WORK_PROGRESS.md: progress, ChromeOS and Ubuntu kernel source URLs/commands - scripts: ubuntu-hwe-617-build.sh and deps list for kernel packaging - patches: experimental HDMI note (DO NOT apply on 6.17) - audio_topology: REPAIR_Plan_Audio.md; README links - README: links to handoff and build helpers Made-with: Cursor
This commit is contained in:
7
scripts/ubuntu-hwe-617-deps-packages.txt
Normal file
7
scripts/ubuntu-hwe-617-deps-packages.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
# One-shot install for Ubuntu HWE 6.17 kernel build (run with sudo after apt update).
|
||||
# Observed failures without these: gawk (debian/rules), debhelper/dh_testdir,
|
||||
# libelf-dev (gelf.h for tools/objtool during make modules_prepare).
|
||||
sudo apt-get update
|
||||
sudo apt-get build-dep -y linux-hwe-6.17
|
||||
sudo apt-get install -y fakeroot build-essential libncurses-dev libssl-dev ccache \
|
||||
gawk debhelper libelf-dev
|
||||
Reference in New Issue
Block a user