summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index b35c332c82..58975f4c88 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1519,6 +1519,12 @@ functionality of the task:
1519 released. You can use this variable flag to accomplish mutual 1519 released. You can use this variable flag to accomplish mutual
1520 exclusion. 1520 exclusion.
1521 1521
1522- ``[network]``: When set to "1", allows a task to access the network. By
1523 default, only the ``do_fetch`` task is granted network access. Recipes
1524 shouldn't access the network outside of ``do_fetch`` as it usually
1525 undermines fetcher source mirroring, image and licence manifests, software
1526 auditing and supply chain security.
1527
1522- ``[noexec]``: When set to "1", marks the task as being empty, with 1528- ``[noexec]``: When set to "1", marks the task as being empty, with
1523 no execution required. You can use the ``[noexec]`` flag to set up 1529 no execution required. You can use the ``[noexec]`` flag to set up
1524 tasks as dependency placeholders, or to disable tasks defined 1530 tasks as dependency placeholders, or to disable tasks defined