Re: [docs] [PATCH] ref-manual: document variable and task for kernel version check

"Antonin Godard" <[email protected]> Fri, 03 Jul 2026 16:03:00 +0200
Newsgroups org.yoctoproject.lists.docs
Message-ID <[email protected]>
Hi,

On Fri Jul 3, 2026 at 3:25 PM CEST, Robert P. J. Day wrote:
>
> Add the associated variable and task for kernel version checking:
>
>   - do_kernel_version_sanity_check()
>   - KERNEL_VERSION_SANITY_SKIP
>
> Signed-off-by: Robert P. J. Day <[email protected]>
>
> ---
>
> diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
> index e1db2d5ed..5744d47dc 100644
> --- a/documentation/ref-manual/tasks.rst
> +++ b/documentation/ref-manual/tasks.rst
> @@ -787,6 +787,14 @@ which can then be applied by subsequent tasks such as
>  :ref:`ref-tasks-patch` and
>  :ref:`ref-tasks-kernel_configme`.
>
> +.. _ref-tasks-kernel_version_sanity_check:
> +
> +``do_kernel_version_sanity_check``
> +----------------------------------
> +
> +Validate the version of the kernel

This doesn't explain what this task does.

Antonin