Skip to content
Snippets Groups Projects
Commit 34699696 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Suggested-by: default avatarWolfgang Denk <wd@denx.de>
parent bb1501f2
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,16 @@ The toolchain-alias section indicates that the i386 toolchain should be used ...@@ -171,7 +171,16 @@ The toolchain-alias section indicates that the i386 toolchain should be used
to build x86 commits. 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. Run this check to make sure that you have a toolchain for every architecture.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment