All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency
@ 2021-10-16  8:42 Fabrice Fontaine
  2021-10-17  7:50 ` Yann E. MORIN
  2021-10-22 18:43 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-10-16  8:42 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Add a comment when kernel is not enabled (missing since the addition of
the package in commit 5b13fc05b37386e64b9f46515b57b5887ee357d9)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/wf111/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/wf111/Config.in b/package/wf111/Config.in
index 8dd20a7cc5..bb4b1a5d03 100644
--- a/package/wf111/Config.in
+++ b/package/wf111/Config.in
@@ -19,6 +19,10 @@ config BR2_PACKAGE_WF111
 
 	  https://www.silabs.com/wireless/wi-fi/bluegiga-legacy-modules/device.wf111
 
+comment "wf111 needs a Linux kernel to be built"
+	depends on !BR2_LINUX_KERNEL
+	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
+
 comment "wf111 needs a glibc toolchain"
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency
  2021-10-16  8:42 [Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency Fabrice Fontaine
@ 2021-10-17  7:50 ` Yann E. MORIN
  2021-10-22 18:43 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-10-17  7:50 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2021-10-16 10:42 +0200, Fabrice Fontaine spake thusly:
> Add a comment when kernel is not enabled (missing since the addition of
> the package in commit 5b13fc05b37386e64b9f46515b57b5887ee357d9)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/wf111/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/wf111/Config.in b/package/wf111/Config.in
> index 8dd20a7cc5..bb4b1a5d03 100644
> --- a/package/wf111/Config.in
> +++ b/package/wf111/Config.in
> @@ -19,6 +19,10 @@ config BR2_PACKAGE_WF111
>  
>  	  https://www.silabs.com/wireless/wi-fi/bluegiga-legacy-modules/device.wf111
>  
> +comment "wf111 needs a Linux kernel to be built"
> +	depends on !BR2_LINUX_KERNEL
> +	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
> +
>  comment "wf111 needs a glibc toolchain"
>  	depends on BR2_LINUX_KERNEL
>  	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency
  2021-10-16  8:42 [Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency Fabrice Fontaine
  2021-10-17  7:50 ` Yann E. MORIN
@ 2021-10-22 18:43 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-10-22 18:43 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Add a comment when kernel is not enabled (missing since the addition of
 > the package in commit 5b13fc05b37386e64b9f46515b57b5887ee357d9)

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-22 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16  8:42 [Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency Fabrice Fontaine
2021-10-17  7:50 ` Yann E. MORIN
2021-10-22 18:43 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.