summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-02-06 15:57:56 +0100
committerSteve Sakoman <steve@sakoman.com>2024-02-16 03:35:52 -1000
commitb110cd3d821b6d0ef310fb05465087255c7bdca3 (patch)
treec2a11a9f0efb2ecb32e0b81a3105c958a885897a
parentaa02dc871fd0cc799e85d1730be9039975f3b822 (diff)
downloadpoky-b110cd3d821b6d0ef310fb05465087255c7bdca3.tar.gz
dev-manual: gen-tapdevs need iptables installed
Add the hint to the test setup that runqemu-gen-tapdevs will need the iptables package installed. (From yocto-docs rev: f703ac90d4fe6f004997e963c0cfc98c223bc146) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 8ee386a678..d1dde6d0f3 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -8652,6 +8652,8 @@ In order to run tests, you need to do the following:
8652 - Be sure to use an absolute path when calling this script 8652 - Be sure to use an absolute path when calling this script
8653 with sudo. 8653 with sudo.
8654 8654
8655 - Ensure that your host has the package ``iptables`` installed.
8656
8655 - The package recipe ``qemu-helper-native`` is required to run 8657 - The package recipe ``qemu-helper-native`` is required to run
8656 this script. Build the package using the following command: 8658 this script. Build the package using the following command:
8657 :: 8659 ::