From cbea3d8b6b1964fc3e6b4f6d30123300863d7237 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 May 2017 17:34:48 -0700 Subject: dev-manual: Updated a few occurrences of "dnf" to "DNF" These depend on context. In general, "DNF" is the preferred terminology unless directly referring to an application or such. (From yocto-docs rev: 29012a8f8e21b964e1ea6d32841dffa8dae7df9f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index df69cd5fc3..15530b2fcd 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -9802,12 +9802,12 @@ Be sure your host's firewall accepts incoming connections from 192.168.7.0/24: - Some of the tests (in particular dnf tests) start + Some of the tests (in particular DNF tests) start an HTTP server on a random high number port, which is used to serve files to the target. The DNF module serves ${WORKDIR}/oe-rootfs-repo - so it can run dnf channel commands. + so it can run DNF channel commands. That means your host's firewall must accept incoming connections from 192.168.7.0/24, which is the default IP range used for tap devices @@ -10506,7 +10506,7 @@ server_ip: The host's IP address, which is - usually used by the "dnf" test + usually used by the DNF test suite. run(cmd, timeout=None): -- cgit v1.2.3-54-g00ecf