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:22 +0100
commit75f85bd01c064890128ae0e197f96dce4300de26 (patch)
treee362ecc11a5bfe0dea68bb30b96692b93502dd37 /documentation
parentce24b057846cb7c407f2a1481294b642a35387e9 (diff)
downloadpoky-75f85bd01c064890128ae0e197f96dce4300de26.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>