diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-20 22:21:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-20 22:25:10 +0000 |
commit | ec03a3a0086b4a74e3ebaed787d74da91547182a (patch) | |
tree | ce6e2d081a03d87cf5620a6db22a5824653d6aa4 /meta/conf | |
parent | 21931e30d6a4c1917f72ed0a22e41484729da87e (diff) | |
download | poky-ec03a3a0086b4a74e3ebaed787d74da91547182a.tar.gz |
documentation.conf: Remove references to tasks which were removed
The fetchall and checkuriall tasks were removed, remove the doc strings for them.
(From OE-Core rev: 709b60a5e34a22aadb6dca7b888c010de8e6e4a4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
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" | |||
8 | do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' a recipe" | 8 | do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' a recipe" |
9 | do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single image" | 9 | do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single image" |
10 | do_checkuri[doc] = "Validates the SRC_URI value" | 10 | do_checkuri[doc] = "Validates the SRC_URI value" |
11 | do_checkuriall[doc] = "Validates the SRC_URI value for all recipes required to build a target" | ||
12 | do_clean[doc] = "Removes all output files for a target" | 11 | do_clean[doc] = "Removes all output files for a target" |
13 | do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a target" | 12 | do_cleanall[doc] = "Removes all output files, shared state cache, and downloaded source files for a target" |
14 | do_cleansstate[doc] = "Removes all output files and shared state cache for a target" | 13 | 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 | |||
22 | do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" | 21 | do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" |
23 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" | 22 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" |
24 | do_fetch[doc] = "Fetches the source code" | 23 | do_fetch[doc] = "Fetches the source code" |
25 | do_fetchall[doc] = "Fetches all remote sources required to build a target" | ||
26 | do_install[doc] = "Copies files from the compilation directory to a holding area" | 24 | do_install[doc] = "Copies files from the compilation directory to a holding area" |
27 | do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area" | 25 | do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area" |
28 | do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" | 26 | do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" |