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

Add rewrite-kernel-patches #543

Merged
merged 1 commit into from
Nov 21, 2024
Merged
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
12 changes: 11 additions & 1 deletion docs/Developer-Guide_Build-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ Usage:
./compile.sh rewrite-uboot-patches BOARD=xxxx BRANCH=edge
```

### rewrite-kernel-patches

Prepares git, applies patches to git, and rewrites them back from git
same as kernel, it does git archeology for mbox-less patches, etc.

Usage:
```bash
./compile.sh rewrite-kernel-patches BOARD=xxxx BRANCH=edge
```

### targets

Generates output/info/git_sources.json file containing URL, branch, and commit hash combo.
Expand All @@ -74,4 +84,4 @@ The easiest way to generate file for all devices is to run `./compile.sh targets
Usage:
```bash
./compile.sh targets
```
```
Loading