diff mbox

[U-Boot,11/17] buildman: Add a note about Python pre-requisites

Message ID 1417480447-5763-12-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Dec. 2, 2014, 12:34 a.m. UTC
Since we need a few modules which might not be available in a bare-bones
distribution, add a note about that to the README.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Wolfgang Denk <wd@denx.de>
---

 tools/buildman/README | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/tools/buildman/README b/tools/buildman/README
index 0500ce5..f3acf46 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -171,7 +171,16 @@  The toolchain-alias section indicates that the i386 toolchain should be used
 to build x86 commits.
 
 
-2. Check the available toolchains
+3. Make sure you have the require Python pre-requisites
+
+Buildman uses multiprocessing, Queue, shutil, StringIO and ConfigParser.
+These should normally be available, but if you get an error like this then
+you will need to obtain those modules:
+
+    ImportError: No module named multiprocessing
+
+
+4. Check the available toolchains
 
 Run this check to make sure that you have a toolchain for every architecture.