summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-13 16:01:43 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:45 +0000
commit1c63d727565fc8b2e58816388cbabc64765907fe (patch)
tree382ceb48e6a08578d6e87273eac62677187eb2c7 /documentation
parent333f776d6cf163ae1f6a375db000dcdd2989532f (diff)
downloadpoky-1c63d727565fc8b2e58816388cbabc64765907fe.tar.gz
documentation/dev-manual/dev-manual-start.xml: Defined BitBake append file
Provided a clearer full name for .bbappend files. (From yocto-docs rev: 4ee07af442c26aa06a6b295df758f41838b407df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index fbebe4d65e..02f6599179 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -160,7 +160,8 @@
160 The <filename>poky-extras</filename> Git Repository</emphasis>: 160 The <filename>poky-extras</filename> Git Repository</emphasis>:
161 The <filename>poky-extras</filename> Git repository contains metadata needed 161 The <filename>poky-extras</filename> Git repository contains metadata needed
162 only if you are modifying and building the kernel image. 162 only if you are modifying and building the kernel image.
163 In particular, it contains the kernel <filename>.bbappend</filename> files that you 163 In particular, it contains the kernel BitBake append (<filename>.bbappend</filename>)
164 files that you
164 edit to point to your locally modified kernel source files and to build the kernel 165 edit to point to your locally modified kernel source files and to build the kernel
165 image. 166 image.
166 Pointing to these local files is much more efficient than requiring a download of the 167 Pointing to these local files is much more efficient than requiring a download of the