diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-05-01 15:02:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-05 17:22:11 +0100 |
| commit | 24efa3786c612a6c63ae31e18f74965187bce21f (patch) | |
| tree | b91411ef795a0adfac8a31244e81c1421b5fc382 /documentation/kernel-dev | |
| parent | e4c9b45a98e406dfa979cec34692c4dde047d367 (diff) | |
| download | poky-24efa3786c612a6c63ae31e18f74965187bce21f.tar.gz | |
classes/yocto-check-layer: add check for tasks that allow network access
Add a new test that checks that no tasks between do_fetch (exclusive)
and do_build (inclusive) are allowed to use the network, with rare
exceptions.
The only exception currently is build-appliance-image's do_image task,
as that currently usese pip to install the required Toaster dependencies.
Note that this will mean layers that have Go-based recipes will fail
unless they're using the gomod fetcher and have a complete list of
modules in the SRC_URI.
(From OE-Core rev: e95b3bd194e294412bc0419c9c74abfc2f37406f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
0 files changed, 0 insertions, 0 deletions
