~ehmry/sigil

21b30fad2649fec7d4505cb27cf99e84771e290f — Emery Hemingway 3 years ago 5759d11 store_rom
README: add note on patching
1 files changed, 15 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +15 -0
@@ 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,