diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2022-11-11 14:28:46 -0700 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2022-12-01 22:12:29 +0000 |
commit | 9eab93168d26b6a459bf59a7a4f0344ada9872b3 (patch) | |
tree | a073e3caa80452ce7db74ffa8a705644f9eefd29 /src | |
parent | a7f669049daadf6e7c6b3c66ec6b8fc973c7bd46 (diff) |
util/kconfig/README.md: Add notes about adding a new quilt patch
The patches for kconfig need to be in a format compatible with the quilt
tool, and usually also contain a header with some additional info like
the git commit. This header is in the same format as patches produced by
`git format-patch`, but the diff style git uses is incompatible with
quilt and there does not seem to be a straightforward way to format the
diff section to work.
Add some documentation for a method I found to go from a git commit to a
quilt compatible patch with git headers.
Change-Id: I7a8bbe41e0864be1d28116742b6b8b3fc440cc31
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69458
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions