diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-10 15:49:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:27:01 +0100 |
commit | 53a901e92e39af43686919e8566f789a4502d220 (patch) | |
tree | 4bdb18e0d1e2923482bc1850c4e6c2f1a3ade8dd /documentation | |
parent | 8d95334b5a534a9ca8688033c1c187d3a0cd00a0 (diff) | |
download | poky-53a901e92e39af43686919e8566f789a4502d220.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: added note
There are some issues with the fact that the build process parses
all kernel .bbappend files whether they are used or not during the
build process. I added an extra build configuration note regarding
editing the .bbappend file. I noted that you either have to edit
every .bbappend file and comment out the COMPATIBLE_MACHINE statement
or simply remove all the kernel recipe append files except the one
you are interested in.
(From yocto-docs rev: ecece911a1623b9b12bb73bab50891fbdea7afbe)
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.xml | 10 |
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 | ||