Tags: ni/bitbake
Tags
server/process: Disable gc around critical section The python gc can trigger whilst we're holding the event stream lock and when cleaning up objects, they can trigger warnings. This translates into a new event which would then need the lock and we can deadlock. Disable gc whilst we hold that lock to avoid this unfortunate and problematic situation. Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 96a6303) Signed-off-by: Steve Sakoman <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
server/process: Disable gc around critical section The python gc can trigger whilst we're holding the event stream lock and when cleaning up objects, they can trigger warnings. This translates into a new event which would then need the lock and we can deadlock. Disable gc whilst we hold that lock to avoid this unfortunate and problematic situation. Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 96a6303) Signed-off-by: Steve Sakoman <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
fetch/git: Show warning for invalid github urls On master, tell the users they need to update their urls for github. Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 42526a4) Signed-off-by: Alex Stewart <[email protected]>
fetch/git: Show warning for invalid github urls On master, tell the users they need to update their urls for github. Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 42526a4) Signed-off-by: Alex Stewart <[email protected]>
fetch/git: Show warning for invalid github urls On master, tell the users they need to update their urls for github. Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 42526a4) Signed-off-by: Alex Stewart <[email protected]>
process.py: Increase bitbake timeout to 600s Fix for the intermittent "Unable to connect to bitbake server ..." error. Signed-off-by: Chaitanya Vadrevu <[email protected]>
fetch2: fix import error for Python 3.6.5 When running bitbake command with Python 3.6.5 always result in import error causing by the change of distutils module. This patch replaces the method to search executable in PATH by "/usr/bin/env <command>". Signed-off-by: Tzu Hsiang Lin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
fetch2: fix import error for Python 3.6.5 When running bitbake command with Python 3.6.5 always result in import error causing by the change of distutils module. This patch replaces the method to search executable in PATH by "/usr/bin/env <command>". Signed-off-by: Tzu Hsiang Lin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
fetch2: fix import error for Python 3.6.5 When running bitbake command with Python 3.6.5 always result in import error causing by the change of distutils module. This patch replaces the method to search executable in PATH by "/usr/bin/env <command>". Signed-off-by: Tzu Hsiang Lin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
fetch2: fix import error for Python 3.6.5 When running bitbake command with Python 3.6.5 always result in import error causing by the change of distutils module. This patch replaces the method to search executable in PATH by "/usr/bin/env <command>". Signed-off-by: Tzu Hsiang Lin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
PreviousNext