mbox

[pull,request] Pull request for branch yem-firmware

Message ID cover.1357247755.git.yann.morin.1998@free.fr
State Accepted
Headers show

Pull-request

git://gitorious.org/buildroot/buildroot.git yem-firmware

Message

Yann E. MORIN Jan. 3, 2013, 9:18 p.m. UTC
Hello All!

Here is a little series to rework the firmware packages in a consistent
way (or so I think).

This moves all packages providing firmware files (and only providing
firmware files) to their own sub-menu, so that:
  - they are easier to spot
  - it is more convenient to add new ones in the future

Also, new firmware files (for DVB tunners) can be installed from the
linux-firmware package.


The following changes since commit 31ff7b5eac3883a11faf60d9af0b47bfc2d903f3:

  docs: 2012.11.1 is out (2013-01-03 22:02:10 +0100)

are available in the git repository at:
  git://gitorious.org/buildroot/buildroot.git yem-firmware

Yann E. MORIN (3):
      firmwares: add a new package category to locate all firmwares
      package/linux-firmware: reorganise config menus
      linux-firmware: add options for DVB firmware files

 package/Config.in                        |    8 +++--
 package/b43-firmware/Config.in           |    2 +-
 package/linux-firmware/Config.in         |   45 ++++++++++++++---------------
 package/linux-firmware/linux-firmware.mk |    9 ++++++
 4 files changed, 37 insertions(+), 27 deletions(-)

Regards,
Yann E. MORIN

Comments

Thomas Petazzoni Jan. 3, 2013, 11:17 p.m. UTC | #1
Dear Yann E. MORIN,

On Thu,  3 Jan 2013 22:18:56 +0100, Yann E. MORIN wrote:

> Yann E. MORIN (3):
>       firmwares: add a new package category to locate all firmwares
>       package/linux-firmware: reorganise config menus
>       linux-firmware: add options for DVB firmware files

For the three patches:

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

(untested, visual inspection only).

Thomas
Peter Korsgaard Jan. 3, 2013, 11:46 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> Hello All!
 Yann> Here is a little series to rework the firmware packages in a consistent
 Yann> way (or so I think).

 Yann> This moves all packages providing firmware files (and only providing
 Yann> firmware files) to their own sub-menu, so that:
 Yann>   - they are easier to spot
 Yann>   - it is more convenient to add new ones in the future

 Yann> Also, new firmware files (for DVB tunners) can be installed from the
 Yann> linux-firmware package.

Committed series, thanks!