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-01-30 16:05:56 +0000
commitb9232eb2b4d91d1f903bc77662a40cd9b7fe4c49 (patch)
tree6214a60eda122078c56a6f03f26b175b25aeefcd /documentation
parent405578286da7960165fca73c4a30af2e674f90cd (diff)
downloadpoky-b9232eb2b4d91d1f903bc77662a40cd9b7fe4c49.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: 44277b9c5d8a77958a4220fa790bc13e9ce697b3) 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 878c6d3c3e..fc9f0744cf 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -438,7 +438,8 @@
438 Because all the kernel <filename>.bbappend</filename> files are parsed during the 438 Because all the kernel <filename>.bbappend</filename> files are parsed during the
439 build process regardless of whether you are using them or not, you should either 439 build process regardless of whether you are using them or not, you should either
440 comment out the <filename>COMPATIBLE_MACHINE</filename> statements in all 440 comment out the <filename>COMPATIBLE_MACHINE</filename> statements in all
441 <filename>.bbappend</filename> files, or you should simply remove all the files 441 unused <filename>.bbappend</filename> files.
442 Alternatively, you can simply remove all the files
442 except the one your are using for the build 443 except the one your are using for the build
443 (i.e. <filename>linux-yocto_3.0.bbappend</filename> in this example). 444 (i.e. <filename>linux-yocto_3.0.bbappend</filename> in this example).
444 </note> 445 </note>