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 @@ - Due to some issues there is one more change you have to make before attempting your - build. + Before attempting to build the modified kernel there is one more set of changes you + need to make in the meta-kernel-dev layer. + Because all the kernel .bbappend files are parsed during the + build process regardless of whether you are using them or not, you should either + comment out the COMPATIBLE_MACHINE statements in all + .bbappend files, or you should simply remove all the files + except the one your are using for the build (i.e. linux-yocto_2.6.37.bbappend + in this example).