From 06cde3565765d3c1b1778698a7b5139b3f6fb4e7 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: bcdb8d230f20bf69567380d562c991ff6eeb41cd) 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(-) (limited to 'documentation') 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