diff options
author | Simon Glass <sjg@chromium.org> | 2014-12-01 17:34:01 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-14 21:16:53 -0800 |
commit | 346996969de74b18562e58a98788d93cc026a7e5 (patch) | |
tree | 3de0bbfcd8e1d01fa5d0335da8bf78e1fd7eed58 | |
parent | bb1501f2c22c979961b735db775605cccedd98f6 (diff) | |
download | u-boot-imx-346996969de74b18562e58a98788d93cc026a7e5.zip u-boot-imx-346996969de74b18562e58a98788d93cc026a7e5.tar.gz u-boot-imx-346996969de74b18562e58a98788d93cc026a7e5.tar.bz2 |
buildman: Add a note about Python pre-requisites
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>
-rw-r--r-- | tools/buildman/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 68456ce..34c338e 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. |