From b9232eb2b4d91d1f903bc77662a40cd9b7fe4c49 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Jan 2012 12:26:22 -0600 Subject: [PATCH] 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: 44277b9c5d8a77958a4220fa790bc13e9ce697b3) 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(-) diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 878c6d3c3e..fc9f0744cf 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -438,7 +438,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).