diff options
| author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-06-08 15:04:57 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 10:19:24 +0100 |
| commit | 0050fc51d0faae34e518038e30f9498daf4f3896 (patch) | |
| tree | 330f8caf740cfde41fe6626b8761062fef1eeb65 /documentation/dev-manual/dev-manual-model.xml | |
| parent | 7d231fb6814c089ea6432f14890a4b78c9d62bd7 (diff) | |
| download | poky-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/dev-manual/dev-manual-model.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 7 |
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 @@ | |||
| 519 | <note><title>Warning</title> | 519 | <note><title>Warning</title> |
| 520 | Try to resist the temptation to directly edit an | 520 | Try to resist the temptation to directly edit an |
| 521 | existing <filename>.config</filename> file, which is | 521 | existing <filename>.config</filename> file, which is |
| 522 | found in the Build Directory at | 522 | found in the Build Directory among the source code |
| 523 | <filename>tmp/sysroots/<replaceable>machine-name</replaceable>/kernel</filename>. | 523 | used for the build (e.g. see the bottom |
| 524 | illustration in the | ||
| 525 | "<link linkend='kernel-overview'>Kernel Overview</link>" | ||
| 526 | section). | ||
| 524 | Doing so, can produce unexpected results when the | 527 | Doing so, can produce unexpected results when the |
| 525 | OpenEmbedded build system regenerates the configuration | 528 | OpenEmbedded build system regenerates the configuration |
| 526 | file. | 529 | file. |
