From ac6bdb4d41bb8b2e1deb78d406ce0d2afb0b8505 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Jun 2014 11:45:19 +0300 Subject: dev-manual, kernel-dev: Provides some cross-reference to "clean" stuff. I scrubbed the manual set for appropriate places to reference into the do_clean* type tasks. Found and added several occurrences. (From yocto-docs rev: 01594823b1d556bc70e928af1838039cc15a816d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 29 ++++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 10c3711b9a..a5cefe499f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3920,17 +3920,30 @@ Clean up: - Be sure to clean the shared state out by running the - cleansstate BitBake task as follows from your Build Directory: + Be sure to clean the shared state out by using BitBake + to run from within the Build Directory the + do_cleansstate + task as follows: $ bitbake -c cleansstate linux-yocto - Never remove any files by hand from the tmp/deploy - directory inside the - Build Directory. - Always use the various BitBake clean tasks to clear out previous - build artifacts. - + + + Never remove any files by hand from the + tmp/deploy + directory inside the + Build Directory. + Always use the various BitBake clean tasks to + clear out previous build artifacts. + For information on the clean tasks, see the + "do_clean", + "do_cleanall", + and + "do_cleansstate" + sections all in the Yocto Project Reference + Manual. + + Build the image: Next, build the kernel image using this command: -- cgit v1.2.3-54-g00ecf