diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 3 |
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> |