]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
buildman: Add a note about Python pre-requisites
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 00:34:01 +0000 (17:34 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 15 Jan 2015 05:16:53 +0000 (21:16 -0800)
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

index 68456ceff73c7f4202cecbde3c84a4160e7dfc94..34c338ed9d84035e33411d4dab013e420481ea57 100644 (file)
@@ -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.