From 8ae9a598ce221577537c3b2efbede83e4ae7dc65 Mon Sep 17 00:00:00 2001 From: Simone Weiß Date: Thu, 1 Feb 2024 16:50:46 +0000 Subject: dev-manual: gen-tapdevs need iptables installed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ß Signed-off-by: Richard Purdie --- documentation/dev-manual/runtime-testing.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/dev-manual') 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: - Be sure to use an absolute path when calling this script with sudo. + - Ensure that your host has the package ``iptables`` installed. + - The package recipe ``qemu-helper-native`` is required to run this script. Build the package using the following command:: -- cgit v1.2.3-54-g00ecf