diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ | |||
2284 | <orderedlist> | 2284 | <orderedlist> |
2285 | <listitem><para><emphasis>Be sure your build environment is initialized</emphasis>: | 2285 | <listitem><para><emphasis>Be sure your build environment is initialized</emphasis>: |
2286 | Your environment should be set up since you previously sourced | 2286 | Your environment should be set up since you previously sourced |
2287 | the <filename>&OE_INIT_FILE;</filename> script. | 2287 | the |
2288 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> | ||
2289 | script. | ||
2288 | If it is not, source the script again from <filename>poky</filename>. | 2290 | If it is not, source the script again from <filename>poky</filename>. |
2289 | <literallayout class='monospaced'> | 2291 | <literallayout class='monospaced'> |
2290 | $ cd ~/poky | 2292 | $ cd ~/poky |
@@ -2298,7 +2300,8 @@ | |||
2298 | $ bitbake -c cleansstate linux-yocto | 2300 | $ bitbake -c cleansstate linux-yocto |
2299 | </literallayout></para> | 2301 | </literallayout></para> |
2300 | <para><note>Never remove any files by hand from the <filename>tmp/deploy</filename> | 2302 | <para><note>Never remove any files by hand from the <filename>tmp/deploy</filename> |
2301 | directory inside the Build Directory. | 2303 | directory inside the |
2304 | <link linkend='build-directory'>Build Directory</link>. | ||
2302 | Always use the various BitBake clean tasks to clear out previous | 2305 | Always use the various BitBake clean tasks to clear out previous |
2303 | build artifacts. | 2306 | build artifacts. |
2304 | </note></para></listitem> | 2307 | </note></para></listitem> |