summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-12 12:26:22 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:38 -0800
commite1ebcbc6f8a65a32bd8f99d9a078ef5dd43fd9cf (patch)
tree15b37ebcb2aee7524879f5831d17364633804e13 /documentation
parent8d170fce75de1d6bf02578e488a6cdc67c6159d0 (diff)
downloadpoky-e1ebcbc6f8a65a32bd8f99d9a078ef5dd43fd9cf.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: cleared up note
There is note instructing the user to delete unused .bbappend files or comment out the COMPATIBLE_MACHINE statements in those unused files before running the build in the example. the note was not clear about the COMPATIBLE_MACHINE statement in the .bbappend file that is actually being used. I edited the text to be clear about that. (From yocto-docs rev: 73ed4df6f312c25103c41a1ee1dcdb9f7114ca45) 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-kernel-appendix.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 7784c7cb1c..710bab9825 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -439,7 +439,8 @@
439 Because all the kernel <filename>.bbappend</filename> files are parsed during the 439 Because all the kernel <filename>.bbappend</filename> files are parsed during the
440 build process regardless of whether you are using them or not, you should either 440 build process regardless of whether you are using them or not, you should either
441 comment out the <filename>COMPATIBLE_MACHINE</filename> statements in all 441 comment out the <filename>COMPATIBLE_MACHINE</filename> statements in all
442 <filename>.bbappend</filename> files, or you should simply remove all the files 442 unused <filename>.bbappend</filename> files.
443 Alternatively, you can simply remove all the files
443 except the one your are using for the build 444 except the one your are using for the build
444 (i.e. <filename>linux-yocto_3.0.bbappend</filename> in this example). 445 (i.e. <filename>linux-yocto_3.0.bbappend</filename> in this example).
445 </note> 446 </note>