diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-02-24 16:05:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-25 08:01:09 +0000 |
commit | 9161a6f8213f7a29357696de618c9870e3afd83a (patch) | |
tree | 3202961dd7c14a316d691d48f5ab5f21b45c909f /meta/conf | |
parent | e4d1779c82a64bcaa1e5dca65c536a85dd684226 (diff) | |
download | poky-9161a6f8213f7a29357696de618c9870e3afd83a.tar.gz |
documentation.conf: add a few missing task descriptions
We didn't really need these when the task descriptions were only used
for Toaster, but now we're showing them in -c listtasks they are useful
to have.
(From OE-Core rev: f9d04fcab577d1f48329a4cfe51b1e73fa5d9ba2)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index d1f491dfd2..617fd2a781 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -18,6 +18,8 @@ do_compile_ptest_base[doc] = "Compiles the runtime test suite included in the so | |||
18 | do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" | 18 | do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" |
19 | do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" | 19 | do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" |
20 | do_deploy[doc] = "Writes deployable output files to the deploy directory" | 20 | do_deploy[doc] = "Writes deployable output files to the deploy directory" |
21 | do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" | ||
22 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" | ||
21 | do_fetch[doc] = "Fetches the source code" | 23 | do_fetch[doc] = "Fetches the source code" |
22 | do_fetchall[doc] = "Fetches all remote sources required to build a target" | 24 | do_fetchall[doc] = "Fetches all remote sources required to build a target" |
23 | do_generate_qt_config_file[doc] = "Writes a qt.conf file for building a Qt-based application" | 25 | do_generate_qt_config_file[doc] = "Writes a qt.conf file for building a Qt-based application" |
@@ -27,6 +29,8 @@ do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto sty | |||
27 | do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel" | 29 | do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel" |
28 | do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel" | 30 | do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel" |
29 | do_kernel_link_vmlinux[doc] = "Creates a symbolic link in arch/$arch/boot for vmlinux kernel images" | 31 | do_kernel_link_vmlinux[doc] = "Creates a symbolic link in arch/$arch/boot for vmlinux kernel images" |
32 | do_listtasks[doc] = "Lists all defined tasks for a target" | ||
33 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" | ||
30 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" | 34 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" |
31 | do_package_index[doc] = "Creates or updates the index in the Package Feed area" | 35 | do_package_index[doc] = "Creates or updates the index in the Package Feed area" |
32 | do_package_write[doc] = "Creates the actual packages and places them in the Package Feed area" | 36 | do_package_write[doc] = "Creates the actual packages and places them in the Package Feed area" |