From af8f6b53b2cb321860e62c3353fd8ed2520b8f86 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 16:46:35 -0700 Subject: dev-manual: Edits to "Build and Booting the Modified QEMU Kernel Image" section. (From yocto-docs rev: 7049ca02ba543524c6171c7dcba67863c4d5b2e5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a5e0c3ccb7..ae46a39c0d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2284,7 +2284,9 @@ Be sure your build environment is initialized: Your environment should be set up since you previously sourced - the &OE_INIT_FILE; script. + the + &OE_INIT_FILE; + script. If it is not, source the script again from poky. $ cd ~/poky @@ -2298,7 +2300,8 @@ $ bitbake -c cleansstate linux-yocto Never remove any files by hand from the tmp/deploy - directory inside the Build Directory. + directory inside the + Build Directory. Always use the various BitBake clean tasks to clear out previous build artifacts. -- cgit v1.2.3-54-g00ecf