]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oe/utils: extract method for parallel_make without d context
authorPeter Marko <peter.marko@siemens.com>
Fri, 8 Aug 2025 10:24:11 +0000 (12:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2025 17:03:13 +0000 (18:03 +0100)
commitc8670e9c7db565401412dad979c2ee53a586b59d
tree4d84c6750dfbf8f10b1a0b9d77deb4bf46003f94
parent47095302f235250af0134a3d041bb4dbf228bca1
oe/utils: extract method for parallel_make without d context

oeqa does not have general access to d variable context and needs to
determine parallel make settings.
Extract the code from parallel_make into reusable parallel_make_value.

Also correct function description of return value from None to empty
string.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/oe/utils.py