poky/bitbake/bin
Ross Burton d583c78d87 bitbake: bitbake-server: ensure server timeout is a float
bitbake-server is spawned by process.py and passes the arguments it is
given to ProcessServer.  There's some type confusion here:

bitbake-server is called with a string representation of the timeout,
which may be None.  If the timeout is not set, pass 0 instead of None.

Inside bitbake-server a ProcessServer is created which expects the
timeout to be a float not a string, so always float() the value.

[ YOCTO #14350 ]

(Bitbake rev: 95cc877f3bf5ef2513d7af0ae424f78ec7c24f7d)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c93ae1f861208f6d39fd15c84fbcd0e2b54331f5)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-05-04 23:11:04 +01:00
..
bitbake bitbake: bitbake: Bump version to 1.48.0 ready for the new release 2020-10-19 23:43:09 +01:00
bitbake-diffsigs bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
bitbake-dumpsig bitbake: bitbake-diffsigs: Merge with bitbake-dumpsig 2019-01-03 12:36:55 +00:00
bitbake-hashclient bitbake: bitbake: Rework hash equivalence 2019-09-18 17:52:01 +01:00
bitbake-hashserv bitbake: bitbake: Rework hash equivalence 2019-09-18 17:52:01 +01:00
bitbake-layers bitbake: Revert "bitbake-layers: add signal hander to avoid exception" 2020-09-24 22:34:16 +01:00
bitbake-prserv bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
bitbake-selftest bitbake: bitbake: tests/siggen: introduce clean_basepath testcases 2020-09-23 20:55:53 +01:00
bitbake-server bitbake: bitbake-server: ensure server timeout is a float 2021-05-04 23:11:04 +01:00
bitbake-worker bitbake: build/msg: Cleanup verbose option handling 2020-08-25 18:14:53 +01:00
git-make-shallow bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
toaster bitbake: toaster: support environment-safe manage commands 2020-03-29 20:02:36 +01:00
toaster-eventreplay bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00