summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-02-01 16:50:46 +0000
committerSteve Sakoman <steve@sakoman.com>2024-02-09 03:46:50 -1000
commitb983ce1d525ffb621e36197d7f9676fe031491d1 (patch)
tree07f25d3266c9fa7afa383646774346039ba4fbc2 /documentation/dev-manual
parentd47afb07da374de4c8424fcb3e16b15116f30f8d (diff)
downloadpoky-b983ce1d525ffb621e36197d7f9676fe031491d1.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: ca4c984006972d34aa51f05797ec8bd47dc675bb) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-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 b9aa6759d1..7b9345fb79 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