Skip to content

Commit

Permalink
README.md: Add how to generate git patch files
Browse files Browse the repository at this point in the history
Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Dec 2, 2023
1 parent dec2861 commit bd78d47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,14 @@ command can be used:
```shell
$ fw_setenv -f /etc/u-boot-initial-env
```
## Contributing
### patch file format
When using git patch files to add functionality or fix bugs for packages, for
example for linux kernel or u-boot, please use below command to generate patch:
```shell
git format-patch --full-index --no-numbered --zero-commit --no-signature ...
```

0 comments on commit bd78d47

Please sign in to comment.