Skip to content

Commit

Permalink
Add rewrite-kernel-patches
Browse files Browse the repository at this point in the history
Closing #431
  • Loading branch information
igorpecovnik authored Nov 21, 2024
1 parent ca3df18 commit 788a4b3
Showing 1 changed file with 11 additions and 1 deletion.
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
```
```

0 comments on commit 788a4b3

Please sign in to comment.