]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Allow using older versions of genboardscfg.py
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 15:59:49 +0000 (09:59 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commit6705d005c03de90ac5ea88685b2b0faa26c087a8
tree3329126e02a04532dc6b44d0ab454a0808d636f4
parentc6670e30914a73ac4580783466cb94ecbe9a062a
buildman: Allow using older versions of genboardscfg.py

Older versions of this script don't support the -q flag. Since buildman
runs this script from when it starts, we may get the old version.

Fix this in two ways:

1. Use the version from the same tree as buildman is run from, if
available
2. Failing that, allow the -q flag to be missing

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py