summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-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>