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 | |
parent | 3c7ad6e41f20d1feebe052fce101bd68bc9b19f2 (diff) | |
download | ast2050-yocto-poky-b83bed6a3a8fccae88134ac4e1950642c02148b8.zip ast2050-yocto-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>
-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 b2f61d3..f6dd231 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -8386,7 +8386,7 @@ EdgeRouterTarget, and GrubTarget), you need to specify a command to use to connect to the serial console of the target machine by using the - <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_POWERCONTROL_CMD'><filename>TEST_POWERCONTROL_CMD</filename></ulink> + <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_SERIALCONTROL_CMD'><filename>TEST_SERIALCONTROL_CMD</filename></ulink> variable and optionally the <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_SERIALCONTROL_EXTRA_ARGS'><filename>TEST_SERIALCONTROL_EXTRA_ARGS</filename></ulink> variable. |