Re: [docs] is kernel task "do_kernel_menuconfig" different from "do_menuconfig"?
"Antonin Godard" <[email protected]> Wed, 01 Jul 2026 17:44:01 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Wed Jul 1, 2026 at 3:06 PM CEST, Robert P. J. Day wrote: > > here: > > https://docs.yoctoproject.org/ref-manual/tasks.html#do-kernel-menuconfig > > i don't see a "kernel_menuconfig" task defined anywhere in the OE-core > layer, but i see just below that a reference to "do_menuconfig", which > does exist. > > are these meant to be the same thing? should the former task be > deleted from the list, and reference to it be adjusted to the latter? > > or what is going on here? Yes, I don't find it either in OE-Core nor in the history, so not sure why this was added in the first place. If you want you can send a patch to remove it and also rework the `do_menuconfig` section to make it non-kernel-specific, since you can also run this task for U-boot, and other recipes that inherit the cml1 class. Thanks, Antonin