summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorJoao Marcos Costa <joaomarcos.costa@bootlin.com>2023-11-30 16:09:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-04 11:23:37 +0000
commit0e6be258a50962369f39d308d6e45bcd02181796 (patch)
treecbdfd084f527633bc8e4ed80fb42301a238c3954 /meta/conf/documentation.conf
parentb0e7eda54f47510e35f246b6f7dce2c1f88842cb (diff)
downloadpoky-0e6be258a50962369f39d308d6e45bcd02181796.tar.gz
documentation.conf: fix do_menuconfig description
The current description is only pertinent to the kernel, even though do_menuconfig task is used by other projects, such as Busybox and U-Boot. Replace "for the kernel" by an agnostic alternative (i.e., "in the compilation directory"). (From OE-Core rev: 52e053bce5e359995ebdaa21d6899f04ad2306a0) Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"