]> git.ipfire.org Git - people/ms/u-boot.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)
commit7feccfdc45d5708ffd682a025d6d6e8907f1a97a
tree799efa99d2f87eec31aaf0bc3bc36193cc6e7a63
parentc07919281c521c57d34eba8bfbac910c9632beda
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