]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Put our local modules ahead of system modules
authorSimon Glass <sjg@chromium.org>
Wed, 21 Jun 2017 03:28:49 +0000 (21:28 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit3185dce5ec80c02f34395993d24bd18b7ff95c4d
tree799efa99d2f87eec31aaf0bc3bc36193cc6e7a63
parent19387274127cf527cc39175587baa5e2c1ae1958
binman: Put our local modules ahead of system modules

If a system module is named the same as one of those used by binman we
currently pick the system module. Adjust the ordering so that our modules
are chosen instead.

The module conflict reported was 'tools' from jira-python. I cannot access
that package to test it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Kevin Hilman <khilman@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
tools/binman/binman.py