
On Thu, Aug 13, 2015 at 06:30:31PM +0200, Ulf Magnusson wrote:
On Thu, Aug 13, 2015 at 2:13 PM, Tom Rini trini@konsulko.com wrote:
On Fri, Jun 12, 2015 at 06:56:19PM +0200, Ulf Magnusson wrote:
Corresponds to 2f319b8 in https://github.com/ulfalizer/Kconfiglib.
Fixes:
- Unset user values when loading a zero-byte .config. (5e54e2c)
- Ignore indented .config assignments. (f8a7510)
- Do not require $srctree to be set for non-kernel projects. (d56e9c1)
Also adds Python 3 support and has a lot of internal cleanup and optimization. Makes tools/genboardscfg.py run slightly faster.
Signed-off-by: Ulf Magnusson ulfalizer@gmail.com
Thanks for posting this. It however doesn't apply cleanly on top of current master, can you please re-update? Thanks!
Seems odd since kconfiglib.py hasn't changed in the U-Boot tree, but maybe I messed up somehow.
Maybe it'd be easier to just overwrite tools/buildman/kconfiglib.py with the most recent version (https://github.com/ulfalizer/Kconfiglib/blob/ba71a0eac153d05996af529a647a1ab...) and adding the following commit message. I've verified that it works. The patch amounts to "everything changed" and is huge (~4300 changes). :)
Please tell me if you'd rather have a patch still.
Yeah, it'll be big but it helps with tracking. Make sure you don't wipe out the SPDX tag when you update :) Thanks again!