diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-06-01 15:21:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 16:43:19 +0100 |
commit | 351aa3ea855b100e74cf0396eca5140873a27685 (patch) | |
tree | 837c3a3368fbb1acc07386475b941c540999685f /bitbake | |
parent | dfd7c62834ea648e67dc4dd62bd5d0494e2606e1 (diff) | |
download | poky-351aa3ea855b100e74cf0396eca5140873a27685.tar.gz |
bitbake: bitbake-user-manual: document "network" task flag
This addresses [YOCTO #15127]
(Bitbake rev: 6abdc81dec06a362bfbcc06d69b90b96bd9bef01)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 6 |
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 |