From b83bed6a3a8fccae88134ac4e1950642c02148b8 Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Fri, 30 Jan 2015 08:22:18 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ EdgeRouterTarget, and GrubTarget), you need to specify a command to use to connect to the serial console of the target machine by using the - TEST_POWERCONTROL_CMD + TEST_SERIALCONTROL_CMD variable and optionally the TEST_SERIALCONTROL_EXTRA_ARGS variable. -- cgit v1.2.3-54-g00ecf