summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-25 07:34:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-27 07:40:33 +0000
commit1a74c797a00f5870330fb1e2d6aaf36cca44ccc5 (patch)
tree24f29bc4a7154d1ef5124be9b16f6142c01b69ff
parent9c4574e38920f28ca88bc1cc708455ea746244a7 (diff)
downloadpoky-1a74c797a00f5870330fb1e2d6aaf36cca44ccc5.tar.gz
kernel-dev: Updated FILESEXTRAPATHS example in 2.2.3.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 4d85a363602eeb8c5f52064af9ffa1a47e541470) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 58cc98ddff..b08f7983f0 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -219,7 +219,7 @@
219 <filename>FILESPATH</filename> variable in your 219 <filename>FILESPATH</filename> variable in your
220 <filename>.bbappend</filename> file: 220 <filename>.bbappend</filename> file:
221 <literallayout class='monospaced'> 221 <literallayout class='monospaced'>
222 FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 222 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
223 SRC_URI += "file://8250.cfg" 223 SRC_URI += "file://8250.cfg"
224 </literallayout> 224 </literallayout>
225 The next time you run BitBake to build the Linux kernel, BitBake 225 The next time you run BitBake to build the Linux kernel, BitBake