summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 995b60e158..7834898b6d 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -8,7 +8,6 @@ do_bootimg[doc] = "Creates a bootable live image"
8do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' a recipe" 8do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' a recipe"
9do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single image" 9do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single image"
10do_checkuri[doc] = "Validates the SRC_URI value" 10do_checkuri[doc] = "Validates the SRC_URI value"
11do_checkuriall[doc] = "Validates the SRC_URI value for all recipes required to build a target"
12do_clean[doc] = "Removes all output files for a target" 11do_clean[doc] = "Removes all output files for a target"
13do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a target" 12do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a target"
14do_cleansstate[doc] = "Removes all output files and shared state cache for a target" 13do_cleansstate[doc] = "Removes all output files and shared state cache for a target"
@@ -22,7 +21,6 @@ do_devpyshell[doc] = "Starts an interactive Python shell for development/debuggi
22do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" 21do_devshell[doc] = "Starts a shell with the environment set up for development/debugging"
23do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" 22do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel"
24do_fetch[doc] = "Fetches the source code" 23do_fetch[doc] = "Fetches the source code"
25do_fetchall[doc] = "Fetches all remote sources required to build a target"
26do_install[doc] = "Copies files from the compilation directory to a holding area" 24do_install[doc] = "Copies files from the compilation directory to a holding area"
27do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area" 25do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area"
28do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" 26do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel"