From e1ebcbc6f8a65a32bd8f99d9a078ef5dd43fd9cf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Jan 2012 12:26:22 -0600 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: cleared up note There is note instructing the user to delete unused .bbappend files or comment out the COMPATIBLE_MACHINE statements in those unused files before running the build in the example. the note was not clear about the COMPATIBLE_MACHINE statement in the .bbappend file that is actually being used. I edited the text to be clear about that. (From yocto-docs rev: 73ed4df6f312c25103c41a1ee1dcdb9f7114ca45) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation') 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 @@ 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 + unused .bbappend files. + Alternatively, you can simply remove all the files except the one your are using for the build (i.e. linux-yocto_3.0.bbappend in this example). -- cgit v1.2.3-54-g00ecf