diff options
| author | 2026-02-04 14:45:21 +0100 | |
|---|---|---|
| committer | 2026-02-04 14:07:14 +0000 | |
| commit | 921e4ce1e030e4c8c3ecd5d6ffc7343df473d13c (patch) | |
| tree | d956847a95e50ba5fb2f6c48636231b95705faa0 | |
| parent | 6d28e92efe309ac9a98ecdb82e094e69c8b785c3 (diff) | |
| download | bitbake-master.tar.gz | |
Copied from bitbake-server/worker/layers.
This is seen also for bitbake command invocations.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | bin/bitbake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake b/bin/bitbake index a995bd665..2eb5f9103 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -14,6 +14,7 @@ import os import sys import warnings warnings.simplefilter("default") +warnings.filterwarnings("ignore", category=DeprecationWarning, message=".*use.of.fork.*may.lead.to.deadlocks.in.the.child.*") sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), 'lib')) |
