All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] linux: build after wireless-regdb if enabled for early loading support
@ 2022-01-31 20:21 Jörg Krause
  2022-02-12 20:39 ` Arnout Vandecappelle
  2022-02-27 19:16 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jörg Krause @ 2022-01-31 20:21 UTC (permalink / raw)
  To: buildroot; +Cc: Jörg Krause

To support building in the wireless regulatory database files (regulatory.db*)
into the kernel using the CONFIG_EXTRA_FIRMWARE option, we need to ensure that
the database files are installed before the Linux kernel is built.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 linux/linux.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index dd2eebd446..ffe0606930 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -72,7 +72,8 @@ LINUX_MAKE_ENV = \
 LINUX_INSTALL_IMAGES = YES
 LINUX_DEPENDENCIES = host-kmod \
 	$(if $(BR2_PACKAGE_INTEL_MICROCODE),intel-microcode) \
-	$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware)
+	$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware) \
+	$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
 
 # Starting with 4.16, the generated kconfig paser code is no longer
 # shipped with the kernel sources, so we need flex and bison, but
-- 
2.35.1

_______________________________________________
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] linux: build after wireless-regdb if enabled for early loading support
  2022-01-31 20:21 [Buildroot] [PATCH 1/1] linux: build after wireless-regdb if enabled for early loading support Jörg Krause
@ 2022-02-12 20:39 ` Arnout Vandecappelle
  2022-02-27 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-02-12 20:39 UTC (permalink / raw)
  To: Jörg Krause, buildroot



On 31/01/2022 21:21, Jörg Krause wrote:
> To support building in the wireless regulatory database files (regulatory.db*)
> into the kernel using the CONFIG_EXTRA_FIRMWARE option, we need to ensure that
> the database files are installed before the Linux kernel is built.
> 
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   linux/linux.mk | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/linux/linux.mk b/linux/linux.mk
> index dd2eebd446..ffe0606930 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -72,7 +72,8 @@ LINUX_MAKE_ENV = \
>   LINUX_INSTALL_IMAGES = YES
>   LINUX_DEPENDENCIES = host-kmod \
>   	$(if $(BR2_PACKAGE_INTEL_MICROCODE),intel-microcode) \
> -	$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware)
> +	$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware) \
> +	$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
>   
>   # Starting with 4.16, the generated kconfig paser code is no longer
>   # shipped with the kernel sources, so we need flex and bison, but
_______________________________________________
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] linux: build after wireless-regdb if enabled for early loading support
  2022-01-31 20:21 [Buildroot] [PATCH 1/1] linux: build after wireless-regdb if enabled for early loading support Jörg Krause
  2022-02-12 20:39 ` Arnout Vandecappelle
@ 2022-02-27 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-02-27 19:16 UTC (permalink / raw)
  To: Jörg Krause; +Cc: buildroot

>>>>> "Jörg" == Jörg Krause <joerg.krause@embedded.rocks> writes:

 > To support building in the wireless regulatory database files (regulatory.db*)
 > into the kernel using the CONFIG_EXTRA_FIRMWARE option, we need to ensure that
 > the database files are installed before the Linux kernel is built.

 > Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>

Committed to 2021.02.x and 2021.11.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:[~2022-02-27 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 20:21 [Buildroot] [PATCH 1/1] linux: build after wireless-regdb if enabled for early loading support Jörg Krause
2022-02-12 20:39 ` Arnout Vandecappelle
2022-02-27 19:16 ` 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.