summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 59abf9a12e..d4c8bd566a 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -408,8 +408,14 @@
408 </para> 408 </para>
409 409
410 <note> 410 <note>
411 Due to some issues there is one more change you have to make before attempting your 411 Before attempting to build the modified kernel there is one more set of changes you
412 build. 412 need to make in the <filename>meta-kernel-dev</filename> layer.
413 Because all the kernel <filename>.bbappend</filename> files are parsed during the
414 build process regardless of whether you are using them or not, you should either
415 comment out the <filename>COMPATIBLE_MACHINE</filename> statements in all
416 <filename>.bbappend</filename> files, or you should simply remove all the files
417 except the one your are using for the build (i.e. <filename>linux-yocto_2.6.37.bbappend</filename>
418 in this example).
413 </note> 419 </note>
414 </section> 420 </section>
415 421