Files
chromebox_10th_audio_driver/_bmad-output/implementation-artifacts/2-1-patch-dry-run-and-patch-env.md
2026-04-05 13:24:31 +08:00

28 lines
707 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Story 2.1: 补丁预检与单文件应用路径
Status: done
## Story
As a **维护者**
I want **对 `patches/ubuntu-hwe-6.17/` 中补丁在正确树上执行 `patch -p1 --dry-run` 并按 `PATCH=` 单文件应用**
So that **应用前可判读成功/失败**
## Acceptance Criteria
1. **Given** 对齐的 `kernel-src` **When** 按 README 设置 `PATCH=` 并 dry-run **Then** 输出可判读 **And** 0001→0002、0003 独立说明可见
## Tasks / Subtasks
- [x] `patches/ubuntu-hwe-6.17/README.md`:新增 **预检dry-run** 与顺序说明FR4
## Dev Agent Record
### File List
- `patches/ubuntu-hwe-6.17/README.md`
### Change Log
- 2026-04-05Story 2.1 完成。