Re: [linux-yocto] [PATCH] kconfig-diff2frag.py: add

2023-08-16 Thread Bruce Ashfield
In message: [PATCH] kconfig-diff2frag.py: add on 15/08/2023 Trevor Woerner wrote: > Add a python tool to generate a config fragment from a unified diff of two > kernel configurations. The diff is read from stdin and the fragment is printed > to stdout. > > Usage: > $ diff -u config1 config2

[linux-yocto] [PATCH] kconfig-diff2frag.py: add

2023-08-15 Thread Trevor Woerner
Add a python tool to generate a config fragment from a unified diff of two kernel configurations. The diff is read from stdin and the fragment is printed to stdout. Usage: $ diff -u config1 config2 | kconfig-diff2frag.py Signed-off-by: Trevor Woerner --- Makefile | 3