All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver.
@ 2017-03-22 12:36 Karoly Pados
  2017-03-25 14:36 ` Thomas Petazzoni
  2017-03-25 23:08 ` Karoly Pados
  0 siblings, 2 replies; 3+ messages in thread
From: Karoly Pados @ 2017-03-22 12:36 UTC (permalink / raw)
  To: buildroot

For a long time now Atheros USB AR9170 devices have been using the
carl9170 driver which relies on the carl9170-1.fw firmware file.
This firmware is built by current buildroot, but its output
is not copied to the resulting rootfs. This patch fixes that.

Please backport to 2017.02.x branch.

Signed-off-by: Karoly Pados <kp@tec4data.at>
---
 package/linux-firmware/linux-firmware.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index bfcd2ef09..55a4aac09 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -104,7 +104,7 @@ endif
 
 # ar9170
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9170),y)
-LINUX_FIRMWARE_FILES += ar9170-1.fw ar9170-2.fw
+LINUX_FIRMWARE_FILES += ar9170-1.fw ar9170-2.fw carl9170-1.fw
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.atheros_firmware
 endif
 
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver.
  2017-03-22 12:36 [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver Karoly Pados
@ 2017-03-25 14:36 ` Thomas Petazzoni
  2017-03-25 23:08 ` Karoly Pados
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-03-25 14:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 22 Mar 2017 13:36:41 +0100, Karoly Pados wrote:
> For a long time now Atheros USB AR9170 devices have been using the
> carl9170 driver which relies on the carl9170-1.fw firmware file.
> This firmware is built by current buildroot, but its output
> is not copied to the resulting rootfs. This patch fixes that.

Firmware files are not "built by Buildroot", since they are only
provided as binary-only files. Buildroot merely installs them, so I've
fixed up the commit log before applying.

> Please backport to 2017.02.x branch.

So you're using the LTS branch for some projects?

Peter: as requested by Karoly, I think we can backport this patch into
the LTS branch.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver.
  2017-03-22 12:36 [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver Karoly Pados
  2017-03-25 14:36 ` Thomas Petazzoni
@ 2017-03-25 23:08 ` Karoly Pados
  1 sibling, 0 replies; 3+ messages in thread
From: Karoly Pados @ 2017-03-25 23:08 UTC (permalink / raw)
  To: buildroot

Hello,

> Firmware files are not "built by Buildroot", since they are only
> provided as binary-only files. Buildroot merely installs them, so I've
> fixed up the commit log before applying.

Ahh you're right, thank you.

> So you're using the LTS branch for some projects?
> 

Yes, at least that's what we're working on. Up until now we've used Debian as our base system, but because we'd like to push out software updates over mobile data, we're making a new firmware that is built by buildroot to keep our image small. We're targeting said branch (2017.02.x), but not because it is 'LTS', but because it seems to be the latest released (and/or stable) branch that is not a moving target like master.

Thank you,
Karoly

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-25 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 12:36 [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver Karoly Pados
2017-03-25 14:36 ` Thomas Petazzoni
2017-03-25 23:08 ` Karoly Pados

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.