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, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index d03c497c0e..486c62b6e8 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -28,7 +28,7 @@ do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yoc
28do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel" 28do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel"
29do_kernel_link_images[doc] = "Creates a symbolic link in arch/$arch/boot for vmlinux and vmlinuz kernel images" 29do_kernel_link_images[doc] = "Creates a symbolic link in arch/$arch/boot for vmlinux and vmlinuz kernel images"
30do_listtasks[doc] = "Lists all defined tasks for a target" 30do_listtasks[doc] = "Lists all defined tasks for a target"
31do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" 31do_menuconfig[doc] = "Runs 'make menuconfig' in the compilation directory"
32do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" 32do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files"
33do_package_index[doc] = "Creates or updates the index in the Package Feed area" 33do_package_index[doc] = "Creates or updates the index in the Package Feed area"
34do_package_qa[doc] = "Runs QA checks on packaged files" 34do_package_qa[doc] = "Runs QA checks on packaged files"