[Buildroot] [PATCH] package/dtbocfg: add missing comment about kernel dependency

Herve Codina herve.codina at bootlin.com
Wed Oct 13 16:33:30 UTC 2021


Hi Yann, Fabrice,

On Wed, 13 Oct 2021 18:24:10 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> Commit b00b9c865d21 (package/dtbocfg: depends on kernel) forgot to add a
> comment when the kernel is not enabled.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
> Cc: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> Cc: Herve Codina <herve.codina at bootlin.com>
> ---
>  package/dtbocfg/Config.in | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/dtbocfg/Config.in b/package/dtbocfg/Config.in
> index 862dc0ccc5..2b2a8538a3 100644
> --- a/package/dtbocfg/Config.in
> +++ b/package/dtbocfg/Config.in
> @@ -7,3 +7,6 @@ config BR2_PACKAGE_DTBOCFG
>  	  as a userspace API of Device Tree Overlay.
>  
>  	  https://github.com/ikwzm/dtbocfg
> +
> +comment "dtbocfg needs a kernel to be built"
> +	depends on !BR2_LINUX_KERNEL

I think the right sentence is "dtbocfg needs a Linux kernel to be built"
(ie s/a kernel/a Linux kernel/)

Best regards,

Herve

-- 
Hervé Codina, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list