From 75f85bd01c064890128ae0e197f96dce4300de26 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 16:39:06 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Added items: CONFIG_MISC_DEVICES=y - $ yocto-kernel config add myarm KCONFIG_YOCTO_TESTMOD=y + $ yocto-kernel config add myarm CONFIG_YOCTO_TESTMOD=y Added items: CONFIG_YOCTO_TESTMOD=y