Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ni/bitbake

Tags

RELEASE_NILRT_2022Q4

Toggle RELEASE_NILRT_2022Q4's commit message
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]>

RELEASE_NILRT_2022Q3

Toggle RELEASE_NILRT_2022Q3's commit message
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]>

RELEASE_NILRT_2022Q4_ARM

Toggle RELEASE_NILRT_2022Q4_ARM's commit message
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]>

RELEASE_NILRT_2022Q3_ARM

Toggle RELEASE_NILRT_2022Q3_ARM's commit message
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]>

RELEASE_NILRT_2021.8

Toggle RELEASE_NILRT_2021.8's commit message
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]>

RELEASE_NILRT_2021.5

Toggle RELEASE_NILRT_2021.5's commit message
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]>

RELEASE_NILRT_2021.3

Toggle RELEASE_NILRT_2021.3's commit message
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]>

RELEASE_NILRT_2021.0

Toggle RELEASE_NILRT_2021.0's commit message
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]>

RELEASE_NILRT_2020.7

Toggle RELEASE_NILRT_2020.7's commit message
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]>

RELEASE_NILRT_2020.1

Toggle RELEASE_NILRT_2020.1's commit message
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]>