diff options
author | Claudius Heine <ch@denx.de> | 2015-01-30 08:22:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:56 +0000 |
commit | b83bed6a3a8fccae88134ac4e1950642c02148b8 (patch) | |
tree | 2e681d4b6fb95a150a06760812a3d0ce98bd83f3 /documentation | |
parent | 3c7ad6e41f20d1feebe052fce101bd68bc9b19f2 (diff) | |
download | poky-b83bed6a3a8fccae88134ac4e1950642c02148b8.tar.gz |
dev-manual: Fixed reference to TEST_SERIALCONTROL link
Fixes [YOCTO #7256]
In the "Serial Console Connection" section there was a link to
TEST_POWERCONTROL_CMD when it should have been to the
TEST_SERIALCONTROL_CMD variable.
(From yocto-docs rev: 9ec64c86bd4171a017898daa332d2a98fea0358a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b2f61d33b1..f6dd231dce 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8386,7 +8386,7 @@ | |||
8386 | EdgeRouterTarget, and GrubTarget), you need to | 8386 | EdgeRouterTarget, and GrubTarget), you need to |
8387 | specify a command to use to connect to the serial console | 8387 | specify a command to use to connect to the serial console |
8388 | of the target machine by using the | 8388 | of the target machine by using the |
8389 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_POWERCONTROL_CMD'><filename>TEST_POWERCONTROL_CMD</filename></ulink> | 8389 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_SERIALCONTROL_CMD'><filename>TEST_SERIALCONTROL_CMD</filename></ulink> |
8390 | variable and optionally the | 8390 | variable and optionally the |
8391 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_SERIALCONTROL_EXTRA_ARGS'><filename>TEST_SERIALCONTROL_EXTRA_ARGS</filename></ulink> | 8391 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_SERIALCONTROL_EXTRA_ARGS'><filename>TEST_SERIALCONTROL_EXTRA_ARGS</filename></ulink> |
8392 | variable. | 8392 | variable. |