summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-10-23 09:06:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:42 +0000
commit97d63634b45e01f8b02fdc84f2e5709fe87ab593 (patch)
treece169c102a78df2d706439208b0a63fc233b66a1 /documentation/kernel-dev
parent52a9ca562e96461c12c4f9e56d8edc20ab08ae5a (diff)
downloadpoky-97d63634b45e01f8b02fdc84f2e5709fe87ab593.tar.gz
kernel-dev: Corrected error in the FILESEXTRAPATHS example
FILESEXTRAPATHS_prepend example is missing essential trailing colon. (From yocto-docs rev: 9832a45e2ee6bda096453786d0273acff4033dab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 11a527ce24..a152f9fbbe 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -95,7 +95,7 @@
95 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> 95 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
96 variable as follows: 96 variable as follows:
97 <literallayout class='monospaced'> 97 <literallayout class='monospaced'>
98 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" 98 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
99 </literallayout> 99 </literallayout>
100 The path <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-THISDIR'><filename>THISDIR</filename></ulink><filename>}/${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink><filename>}</filename> 100 The path <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-THISDIR'><filename>THISDIR</filename></ulink><filename>}/${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink><filename>}</filename>
101 expands to "linux-yocto" in the current directory for this 101 expands to "linux-yocto" in the current directory for this