From: Scott Rifenbark Date: Tue, 29 Oct 2013 18:27:38 +0000 (-0700) Subject: dev-manual, mega-manual: Updated kernel flow (text and figs) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e492c8d55c1c69241964eb81cbfaa8147fff9bc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index a82d998ff49..7a0f772b2ab 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -418,8 +418,9 @@ If you have never built the kernel you are interested in, you need to run an initial build to establish local kernel source files. If you are building an image for the first time, you need to get the build - environment ready by sourcing - the environment setup script. + environment ready by sourcing an environment setup script + (e.g. oe-init-build-env or + oe-init-build-env-memres). You also need to be sure two key configuration files (local.conf and bblayers.conf) are configured appropriately. diff --git a/documentation/dev-manual/figures/kernel-dev-flow.png b/documentation/dev-manual/figures/kernel-dev-flow.png index edd9e82af72..009105d1223 100644 Binary files a/documentation/dev-manual/figures/kernel-dev-flow.png and b/documentation/dev-manual/figures/kernel-dev-flow.png differ diff --git a/documentation/mega-manual/figures/kernel-dev-flow.png b/documentation/mega-manual/figures/kernel-dev-flow.png index edd9e82af72..009105d1223 100644 Binary files a/documentation/mega-manual/figures/kernel-dev-flow.png and b/documentation/mega-manual/figures/kernel-dev-flow.png differ