summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 16:39:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:36 +0100
commit918f22046ff834baf23f3b497389e43edd95cd43 (patch)
tree32e1856b7ff48cd96ad89bf66409d52e2a7427dc /documentation
parentc420b886854bf0ba828405da4e9b2db07382b31b (diff)
downloadpoky-918f22046ff834baf23f3b497389e43edd95cd43.tar.gz
bsp-guide: Updated the yocto-kernel script example.
Discovered a bad typo for the CONFIG_YOCTO_TESTMOD configuration. I had a "K" in front of it making the command throw an error. Fixed that. (From yocto-docs rev: 9c25a69abb12fd2fd472a2b9435a30b2c9ac4f2f) 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/bsp-guide/bsp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index ca6803c383..d5d87fa6fa 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1458,7 +1458,7 @@
1458 Added items: 1458 Added items:
1459 CONFIG_MISC_DEVICES=y 1459 CONFIG_MISC_DEVICES=y
1460 1460
1461 $ yocto-kernel config add myarm KCONFIG_YOCTO_TESTMOD=y 1461 $ yocto-kernel config add myarm CONFIG_YOCTO_TESTMOD=y
1462 Added items: 1462 Added items:
1463 CONFIG_YOCTO_TESTMOD=y 1463 CONFIG_YOCTO_TESTMOD=y
1464 </literallayout> 1464 </literallayout>