Files
chromebox_10th_audio_driver/scripts/ubuntu-hwe-617-deps-packages.txt
jack c16b8c2b6c 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
2026-04-02 07:22:12 +08:00

8 lines
406 B
Plaintext

# 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