]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Split out Boards into its own file
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:04:03 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:56 +0000 (11:47 -0400)
commit3792d18b88bdb6e481ae5302f856ac59b09b5fb1
tree6ca2c6f4e736db8fd8bedabf329efc9c15c4d56a
parent8e51ed534998a8d5f0fc6eae9207196ceeb675c6
buildman: Split out Boards into its own file

Use a separate file for the Boards class so that its name matches the
module name.

Fix up the function names to match the pylint style and fix some other
warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/board.py
tools/buildman/boards.py [new file with mode: 0644]
tools/buildman/control.py
tools/buildman/func_test.py
tools/buildman/test.py