diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-28 10:50:39 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-04 04:09:43 -1000 |
commit | 0b4769de4a956e6c52a00125768d3f269f14a83a (patch) | |
tree | fca293bc5e3ffce2a2b85f7a9c7bb6b18cc6cbb1 /scripts/lib/devtool/import.py | |
parent | 958a1ab3d0a987983fcda888bab167943d3ae3f4 (diff) | |
download | poky-0b4769de4a956e6c52a00125768d3f269f14a83a.tar.gz |
bitbake: lib/bb: Add workaround for libgcc issues with python 3.8 and 3.9
With python 3.8 and 3.9, we see intermittent errors of:
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)
which seem related to:
https://stackoverflow.com/questions/64797838/libgcc-s-so-1-must-be-installed-for-pthread-cancel-to-work
https://bugs.ams1.psf.io/issue42888
These tend to occur on debian 11 and ubuntu 20.04.
Workaround this by ensuring libgcc is preloaded in all cases.
(Bitbake rev: 72bf75f0b2e7f36930185e18a1de8277ce7045d8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/import.py')
0 files changed, 0 insertions, 0 deletions