]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake.conf: Add BB_TASK_NETWORK to enable task network globally rbt/network
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 20 Jan 2022 06:29:04 +0000 (14:29 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 20 Jan 2022 07:01:22 +0000 (07:01 +0000)
commitbb3ae8dbd929eac83394be5fe3284dd79c895e44
tree3a586eb918048ab4bd32b1cd0a5a2b57a6b9aa7d
parentecb61b36938754cf925bf58aad3edf7346deced0
bitbake.conf: Add BB_TASK_NETWORK to enable task network globally

The NIS or icecc can't work when task network is dissable, add BB_TASK_NETWORK
to enable network globally for such exceptions.

Note, enable nscd on the build machine might be a solution, but that isn't
reliable since it depends on whether the network function has been cached or
not.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/icecc.bbclass
meta/conf/bitbake.conf
meta/lib/oe/utils.py