diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-09 11:22:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 14:14:12 +0100 |
commit | fd8dcd7b88925dbb8203b0d2ec6ac62fe667676c (patch) | |
tree | e34eda191946669b2f55cfefc0dbb0f22bdcc206 /bitbake/lib/bb/parse/parse_py/ConfHandler.py | |
parent | a189ec4ae74022fddfb5e1b13c4747bb891e3c6b (diff) | |
download | poky-fd8dcd7b88925dbb8203b0d2ec6ac62fe667676c.tar.gz |
bitbake: bin/bitbake: add a check for /dev/shm existing
Python multiprocessing needs /dev/shm, and if it doesn't exist (e.g. in
a chroot environment) or is not writable, you'll get
"OSError: [Errno 38] Function not implemented" or
"OSError: [Errno 13] Permission denied" with a traceback, which doesn't
really help to explain what is wrong.
Implements [YOCTO #4407].
(Bitbake rev: e7460d01f281f913a94192e1f4bd20688164bdd4)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/ConfHandler.py')
0 files changed, 0 insertions, 0 deletions