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.