From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver
Date: Sat, 12 Jan 2019 08:43:58 +0100 [thread overview]
Message-ID: <20190112074358.GF2428@scaer> (raw)
In-Reply-To: <20190111075009.5274-1-dplamp@gmx.com>
David, All,
On 2019-01-11 08:50 +0100, dplamp at gmx.com spake thusly:
> From: David Picard <dplamp@gmx.com>
>
> Add an option in the menuconfig submenu of linux-firmware package. Install
> the firmware binary files to the target directory if the option is selected.
>
> ---
> Changes v1 -> v2
> - change BR2_PACKAGE_LINUX_FIRMWARE_E100 to BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100
> - change menu caption from "e100 / Intel 825xx" to "Intel e100 825xx"
>
> Signed-off-by: David Picard <dplamp@gmx.com>
Your SoB line should go before the first '---'.
[--SNIP--]
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index ee02c7a030..86e1d1e750 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -389,6 +389,11 @@ LINUX_FIRMWARE_FILES += cxgb4/t5fw*.bin
> LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
> endif
>
> +ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100),y)
> +LINUX_FIRMWARE_FILES += e100/*.bin
> +LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.e100
Please, also add the hash for the license file in
package/linux-firmware/linux-firmware.hash
Regards,
Yann E. MORIN.
> +endif
> +
> ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X),y)
> LINUX_FIRMWARE_FILES += \
> qed/qed_init_values_zipped-*.bin
> --
> 2.17.1
>
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2019-01-12 7:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-11 7:50 [Buildroot] [PATCH v2 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver dplamp at gmx.com
2019-01-12 7:43 ` 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=20190112074358.GF2428@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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