Skip to content
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
9 changes: 9 additions & 0 deletions docs/Developer-Guide_Build-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Usage:
./compile.sh kernel-config BOARD=nanopi-r5c BRANCH=edge
```

### rewrite-kernel-config

Automatically validates kernel config changes and dependency chains. After manually editing the config for a given family and branch this is needed to ensure the config change will persist our CI.

Usage:
```bash
./compile.sh rewrite-kernel-config BOARD=xxxxx BRANCH=current
Comment thread
HeyMeco marked this conversation as resolved.
```

### dts-check

Validate dts files and improve board & patch development overall.
Expand Down
Loading