summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-06-08 15:04:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-14 10:19:24 +0100
commit0050fc51d0faae34e518038e30f9498daf4f3896 (patch)
tree330f8caf740cfde41fe6626b8761062fef1eeb65 /documentation
parent7d231fb6814c089ea6432f14890a4b78c9d62bd7 (diff)
downloadopenembedded-core-contrib-0050fc51d0faae34e518038e30f9498daf4f3896.tar.gz
dev-manual: Updated "Kernel Modification Workflow" config file location
Warning in step 5 indicated the wrong location for config file. Updated with new location and referenced an illustration to show an example. (From yocto-docs rev: e853e5b89f1dbd7399909064b50bc59e06302560) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 2ea472bcc5..0bb204ab16 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -519,8 +519,11 @@
<note><title>Warning</title>
Try to resist the temptation to directly edit an
existing <filename>.config</filename> file, which is
- found in the Build Directory at
- <filename>tmp/sysroots/<replaceable>machine-name</replaceable>/kernel</filename>.
+ found in the Build Directory among the source code
+ used for the build (e.g. see the bottom
+ illustration in the
+ "<link linkend='kernel-overview'>Kernel Overview</link>"
+ section).
Doing so, can produce unexpected results when the
OpenEmbedded build system regenerates the configuration
file.