From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/linux-firmware: add option for V4L cx23885 devices
Date: Sun, 14 Jan 2024 10:07:17 +0100 [thread overview]
Message-ID: <ZaOkRaA62jR1Qf5B@landeda> (raw)
In-Reply-To: <20240113213859.647391-1-bernd@kuhls.net>
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
prev parent reply other threads:[~2024-01-14 9:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZaOkRaA62jR1Qf5B@landeda \
--to=yann.morin.1998@free.fr \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox