summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 9f8ac2d715..9ef1138589 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -1434,6 +1434,21 @@
1434 You can also see the 1434 You can also see the
1435 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files in Your Layer"</ulink>" 1435 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files in Your Layer"</ulink>"
1436 section in the Yocto Project Development Manual. 1436 section in the Yocto Project Development Manual.
1437 <note>
1438 To build <filename>core-image-minimal</filename>
1439 again and see the effects of your patch, you can
1440 essentially eliminate the temporary source files
1441 saved in <filename>poky/build/tmp/work/...</filename>
1442 and residual effects of the build by entering the
1443 following sequence of commands:
1444 <literallayout class='monospaced'>
1445 $ cd ~/poky/build
1446 $ cd bitbake -c cleanall yocto-linux
1447 $ cd bitbake core-image-minimal -c cleanall
1448 $ bitbake core-image-minimal
1449 $ runqemu qemux86
1450 </literallayout>
1451 </note>
1437 </para></listitem> 1452 </para></listitem>
1438 </orderedlist> 1453 </orderedlist>
1439 </para> 1454 </para>