summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-29 11:27:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:56 +0000
commit2e492c8d55c1c69241964eb81cbfaa8147fff9bc (patch)
tree6f01caf285e0e1311e2edfcfaac8ff71185bae52 /documentation/dev-manual/dev-manual-model.xml
parent15a28d71bea83cca5531a6f631e61f0f86f0b589 (diff)
downloadpoky-2e492c8d55c1c69241964eb81cbfaa8147fff9bc.tar.gz
dev-manual, mega-manual: Updated kernel flow (text and figs)
Partial fix for [YOCTO #5368] Updated the figure to not have the tarball method in there for setting up poky repo locally. Also, added specific references to the environment setup scripts. (From yocto-docs rev: 7c6ececaf8eb987206567077f42213dbe4cdc4f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index a82d998ff4..7a0f772b2a 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -418,8 +418,9 @@
418 If you have never built the kernel you are interested in, you need to run 418 If you have never built the kernel you are interested in, you need to run
419 an initial build to establish local kernel source files.</para> 419 an initial build to establish local kernel source files.</para>
420 <para>If you are building an image for the first time, you need to get the build 420 <para>If you are building an image for the first time, you need to get the build
421 environment ready by sourcing 421 environment ready by sourcing an environment setup script
422 the environment setup script. 422 (e.g. <filename>oe-init-build-env</filename> or
423 <filename>oe-init-build-env-memres</filename>).
423 You also need to be sure two key configuration files 424 You also need to be sure two key configuration files
424 (<filename>local.conf</filename> and <filename>bblayers.conf</filename>) 425 (<filename>local.conf</filename> and <filename>bblayers.conf</filename>)
425 are configured appropriately.</para> 426 are configured appropriately.</para>