]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Avoid using board as a variable
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:03:57 +0000 (19:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:55 +0000 (11:47 -0400)
commit95b9f30b51fc5ad36a354b05d3c1e273fa9ae34c
treeaaedf63d83d5af5ef48592bcafcf8bd49bc839d5
parent58494a03ff773ae9fa95a76a114c04cc2c832809
buildman: Avoid using board as a variable

We have a module called 'board'. Sometimes buildman uses 'brd' as an
instance variable but sometimes it uses 'board', which is confusing and
can mess with the module handling. Update the code to use 'brd'
consistently, making it easier for tools to determine when the module
is being referenced.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/board.py
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/func_test.py
tools/buildman/test.py
tools/buildman/toolchain.py