summaryrefslogtreecommitdiffstats
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-08 03:47:53 -1000
commit6c40f9c1ef52f894c69d8dfc4b07b1b434dc1d13 (patch)
tree585daf4e381e73e735ab5cab3c0e88c79b5397e8
parent6d6ccbca0ce6b145224fa94d3c62a45e453c969f (diff)
downloadpoky-6c40f9c1ef52f894c69d8dfc4b07b1b434dc1d13.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: 368bacc10a18100ef721c477b5d0abc5184eef91) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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