2
0
Fork 0

README: add note on patching

This commit is contained in:
Ehmry - 2020-11-05 13:51:14 +01:00
parent 5759d116ee
commit 21b30fad26
1 changed files with 15 additions and 0 deletions

View File

@ -159,6 +159,21 @@ cd $GENODE_DIR
make -C build/x86_64 run/bomb
```
## Format a patch to the Genode sources
```shell
git format-patch genodelabs/master --stdout > ../genodepkgs/packages/genodelabs/foo.patch
```
[targets.nix](./packages/genodelabs/targets.nix)
```nix
{
foo.patches = [ ./foo.patch ];
}
```
# Glossary
Some of terms that follow are necessary for understanding packaging methodology,