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:
jack
2026-04-02 07:22:12 +08:00
parent b5193a7f77
commit c16b8c2b6c
7 changed files with 383 additions and 24 deletions

View 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