]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation.conf: Remove references to tasks which were removed
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Feb 2018 22:21:31 +0000 (22:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Feb 2018 22:21:35 +0000 (22:21 +0000)
The fetchall and checkuriall tasks were removed, remove the doc strings for them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/documentation.conf

index 995b60e158543796bc369d2babab17a53dbba9ad..7834898b6d46ed690b4d95a6aea14e56eb85c180 100644 (file)
@@ -8,7 +8,6 @@ do_bootimg[doc] = "Creates a bootable live image"
 do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' a recipe"
 do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single image"
 do_checkuri[doc] = "Validates the SRC_URI value"
-do_checkuriall[doc] = "Validates the SRC_URI value for all recipes required to build a target"
 do_clean[doc] = "Removes all output files for a target"
 do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a target"
 do_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
 do_devshell[doc] = "Starts a shell with the environment set up for development/debugging"
 do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel"
 do_fetch[doc] = "Fetches the source code"
-do_fetchall[doc] = "Fetches all remote sources required to build a target"
 do_install[doc] = "Copies files from the compilation directory to a holding area"
 do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area"
 do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel"