summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-02-01 16:50:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-05 14:30:34 +0000
commit8ae9a598ce221577537c3b2efbede83e4ae7dc65 (patch)
tree16a1f983c40a4e326c4e380f5ff9bfda09d96de1 /documentation
parent596d5bb6fa04b18d34a2d9b7be6ab192544f31d4 (diff)
downloadpoky-8ae9a598ce221577537c3b2efbede83e4ae7dc65.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: 4a688fb991282bf606f080d748f5290d988e4354) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/runtime-testing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index be1e8c02e5..1a2e9ec4fe 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -52,6 +52,8 @@ In order to run tests, you need to do the following:
52 - Be sure to use an absolute path when calling this script 52 - Be sure to use an absolute path when calling this script
53 with sudo. 53 with sudo.
54 54
55 - Ensure that your host has the package ``iptables`` installed.
56
55 - The package recipe ``qemu-helper-native`` is required to run 57 - The package recipe ``qemu-helper-native`` is required to run
56 this script. Build the package using the following command:: 58 this script. Build the package using the following command::
57 59