From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Fri, 23 Jun 2017 11:55:58 -0700 Subject: [U-Boot] [PATCH] binman: Put our local modules ahead of system modules In-Reply-To: <20170621032849.41383-1-sjg@chromium.org> (Simon Glass's message of "Tue, 20 Jun 2017 21:28:49 -0600") References: <20170621032849.41383-1-sjg@chromium.org> Message-ID: <7hzicy8rep.fsf@baylibre.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon Glass writes: > 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 > Reported-by: Kevin Hilman While I removed the pip package that was causing me problems, this looks basically like the workaround I had done locally. Acked-by: Kevin Hilman Thanks for fixing it up, Kevin