From a22b2a8609ac08116f185526dcb1491b17c85763 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 27 Apr 2012 09:09:18 -0600 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: added quotes Turns out the KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git statement in the linux-yocto_3.2.bbappend file in poky-extras needs quote characters around the pathname. I updated the example statement. (From yocto-docs rev: eac1b53c04398152b41ac280fdc030615c165112) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 28d413e636..2f9340d4ba 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -430,7 +430,7 @@ following statement. Be sure to substitute your user information in the statement: - KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git + KSRC_linux_yocto ?= "/home/scottrif/linux-yocto-3.2.git" Specify the Kernel Machine: Also in the linux-yocto_3.2.bbappend file, you need to specify -- cgit v1.2.3-54-g00ecf