* [Buildroot] [PATCH 1/1] package/linux-firmware: add option for V4L cx23885 devices
@ 2024-01-13 21:38 Bernd Kuhls
2024-01-14 9:07 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-01-13 21:38 UTC (permalink / raw)
To: buildroot; +Cc: Yann E . MORIN
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/linux-firmware/Config.in | 6 ++++++
package/linux-firmware/linux-firmware.mk | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 5befe50122..488d96d973 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -600,6 +600,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CX231XX
Firmware files for Conexant Cx23100/101/102 USB broadcast
A/V decoder needed by the Linux CX231XX driver.
+config BR2_PACKAGE_LINUX_FIRMWARE_CX23885
+ bool "Conexant Cx23885/7/8 PCIe broadcast A/V decoder"
+ help
+ Firmware files for Conexant Cx23885/7/8 PCIe broadcast
+ A/V decoder needed by the Linux CX23885 driver.
+
endmenu
endif
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index ffb4fc2e7b..bc50d3fa39 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -811,6 +811,12 @@ LINUX_FIRMWARE_FILES += v4l-cx231xx-avcore-01.fw
# which is installed unconditionally
endif
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CX23885),y)
+LINUX_FIRMWARE_FILES += v4l-cx23885-avcore-01.fw
+# No license file; the license is in the file WHENCE
+# which is installed unconditionally
+endif
+
ifneq ($(LINUX_FIRMWARE_FILES)$(LINUX_FIRMWARE_DIRS),)
define LINUX_FIRMWARE_BUILD_CMDS
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/linux-firmware: add option for V4L cx23885 devices
2024-01-13 21:38 [Buildroot] [PATCH 1/1] package/linux-firmware: add option for V4L cx23885 devices Bernd Kuhls
@ 2024-01-14 9:07 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2024-01-14 9:07 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
Bernd, All,
On 2024-01-13 22:38 +0100, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/linux-firmware/Config.in | 6 ++++++
> package/linux-firmware/linux-firmware.mk | 6 ++++++
> 2 files changed, 12 insertions(+)
>
> diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
> index 5befe50122..488d96d973 100644
> --- a/package/linux-firmware/Config.in
> +++ b/package/linux-firmware/Config.in
> @@ -600,6 +600,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CX231XX
> Firmware files for Conexant Cx23100/101/102 USB broadcast
> A/V decoder needed by the Linux CX231XX driver.
>
> +config BR2_PACKAGE_LINUX_FIRMWARE_CX23885
> + bool "Conexant Cx23885/7/8 PCIe broadcast A/V decoder"
> + help
> + Firmware files for Conexant Cx23885/7/8 PCIe broadcast
> + A/V decoder needed by the Linux CX23885 driver.
> +
> endmenu
>
> endif
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index ffb4fc2e7b..bc50d3fa39 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -811,6 +811,12 @@ LINUX_FIRMWARE_FILES += v4l-cx231xx-avcore-01.fw
> # which is installed unconditionally
> endif
>
> +ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CX23885),y)
> +LINUX_FIRMWARE_FILES += v4l-cx23885-avcore-01.fw
> +# No license file; the license is in the file WHENCE
> +# which is installed unconditionally
> +endif
> +
> ifneq ($(LINUX_FIRMWARE_FILES)$(LINUX_FIRMWARE_DIRS),)
>
> define LINUX_FIRMWARE_BUILD_CMDS
> --
> 2.39.2
>
> _______________________________________________
> 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] 2+ messages in thread
end of thread, other threads:[~2024-01-14 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 21:38 [Buildroot] [PATCH 1/1] package/linux-firmware: add option for V4L cx23885 devices Bernd Kuhls
2024-01-14 9:07 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox