All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-firmware: Fix packaging
@ 2021-03-16  7:24 mtrensch
  2021-03-16 17:56 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: mtrensch @ 2021-03-16  7:24 UTC (permalink / raw)
  To: openembedded-core

Upstream directory layout has changed after update in commit 20a983b9c405b483152f1c600d767e04683dfabf, resulting in some package to pull in linux-firmware base package.
This may cause an image size increase of approximately 700MB.

See log.do_packaging:
DEBUG: linux-firmware-bcm43340 contains dangling link /lib/firmware/cypress/cyfmac43340-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm43362 contains dangling link /lib/firmware/cypress/cyfmac43362-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm4339 contains dangling link /lib/firmware/cypress/cyfmac4339-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm43430 contains dangling link /lib/firmware/cypress/cyfmac43430-sdio.clm_blob
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm43430 contains dangling link /lib/firmware/cypress/cyfmac43430-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm43455 contains dangling link /lib/firmware/cypress/cyfmac43455-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm43455 contains dangling link /lib/firmware/cypress/cyfmac43455-sdio.clm_blob
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm4354 contains dangling link /lib/firmware/cypress/cyfmac4354-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm4356 contains dangling link /lib/firmware/cypress/cyfmac4356-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm4356-pcie contains dangling link /lib/firmware/cypress/cyfmac4356-pcie.clm_blob
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm4356-pcie contains dangling link /lib/firmware/cypress/cyfmac4356-pcie.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm43570 contains dangling link /lib/firmware/cypress/cyfmac43570-pcie.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-bcm4373 contains dangling link /lib/firmware/cypress/cyfmac4373-sdio.bin
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0099-0001_2x10.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0099-0001_2x25.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0081-0001_4x10.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0097-0001_8x10.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0097-0001_2x40.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0096-0001_2x10.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw
DEBUG: target found in linux-firmware
DEBUG: linux-firmware-netronome contains dangling link /lib/firmware/netronome/nic/nic_AMDA0081-0001_1x40.nffw
DEBUG: target found in linux-firmware

Signed-off-by: Michael Trensch <mtrensch@hilscher.com>
---
  .../linux-firmware/linux-firmware_20210208.bb | 41 +++++++++++++++----
  1 file changed, 32 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
index 59ce4d5124..69672c85f6 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
@@ -492,6 +492,13 @@ FILES_${PN}-netronome = " \
    ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0096*.nffw \
    ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0097*.nffw \
    ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0099*.nffw \
+  ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0058-0011_2x40.nffw \
+  ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0058-0012_2x40.nffw \
+  ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0078-0011_1x100.nffw \
+  ${nonarch_base_libdir}/firmware/netronome/bpf \
+  ${nonarch_base_libdir}/firmware/netronome/flower \
+  ${nonarch_base_libdir}/firmware/netronome/nic \
+  ${nonarch_base_libdir}/firmware/netronome/nic-sriov \
  "

  RDEPENDS_${PN}-netronome += "${PN}-netronome-license"
@@ -618,7 +625,9 @@ FILES_${PN}-bcm4329 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4329-sdio.bi
  FILES_${PN}-bcm4330 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4330-sdio.*"
  FILES_${PN}-bcm4334 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4334-sdio.bin"
  FILES_${PN}-bcm4335 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4335-sdio.bin"
-FILES_${PN}-bcm4339 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4339-sdio.bin"
+FILES_${PN}-bcm4339 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4339-sdio.bin \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac4339-sdio.bin \
+"
  FILES_${PN}-bcm43241b0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b0-sdio.bin"
  FILES_${PN}-bcm43241b4 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b4-sdio.bin"
  FILES_${PN}-bcm43241b5 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b5-sdio.bin"
@@ -627,12 +636,18 @@ FILES_${PN}-bcm43143 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43143.bin \
    ${nonarch_base_libdir}/firmware/brcm/brcmfmac43143-sdio.bin \
  "
  FILES_${PN}-bcm43430a0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430a0-sdio.*"
-FILES_${PN}-bcm43455 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43455-sdio.*"
+FILES_${PN}-bcm43455 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43455-sdio.* \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac43455-sdio.* \
+"
  FILES_${PN}-bcm4350c2 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350c2-pcie.bin"
  FILES_${PN}-bcm4350 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350-pcie.bin"
-FILES_${PN}-bcm4356 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-sdio.bin"
+FILES_${PN}-bcm4356 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-sdio.bin \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-sdio.bin \
+"
  FILES_${PN}-bcm43569 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43569.bin"
-FILES_${PN}-bcm43570 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43570-pcie.bin"
+FILES_${PN}-bcm43570 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43570-pcie.bin \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac43570-pcie.bin \
+"
  FILES_${PN}-bcm4358 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4358-pcie.bin"
  FILES_${PN}-bcm43602 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.bin \
    ${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.ap.bin \
@@ -703,13 +718,21 @@ LICENSE_${PN}-cypress-license = "Firmware-cypress"
  FILES_${PN}-cypress-license = "${nonarch_base_libdir}/firmware/LICENCE.cypress"

  FILES_${PN}-bcm-0bb4-0306 = "${nonarch_base_libdir}/firmware/brcm/BCM-0bb4-0306.hcd"
-FILES_${PN}-bcm43340 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43340-sdio.*"
-FILES_${PN}-bcm43362 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43362-sdio.*"
-FILES_${PN}-bcm43430 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.*"
-FILES_${PN}-bcm4354 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4354-sdio.bin"
-FILES_${PN}-bcm4356-pcie = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-pcie.*"
+FILES_${PN}-bcm43340 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43340-sdio.* \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac43340-sdio.*"
+FILES_${PN}-bcm43362 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43362-sdio.* \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac43362-sdio.*"
+FILES_${PN}-bcm43430 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.* \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac43430-sdio.*"
+FILES_${PN}-bcm4354 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4354-sdio.bin \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac4354-sdio.bin \
+"
+FILES_${PN}-bcm4356-pcie = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-pcie.* \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-pcie.* \
+"
  FILES_${PN}-bcm4373 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.bin \
    ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373.bin \
+  ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.bin \
  "

  LICENSE_${PN}-bcm-0bb4-0306 = "Firmware-cypress"
--
2.17.1

Hilscher Gesellschaft für Systemautomation mbH   |  Rheinstrasse 15  |  65795 Hattersheim  |  Germany  |  www.hilscher.com<http://www.hilscher.com>
Sitz der Gesellschaft / place of business: Hattersheim  |  Geschäftsführer / managing director: Sebastian Hilscher, Hans-Jürgen Hilscher
Handelsregister / commercial register: Frankfurt B 26873  |  Ust. Idnr. / VAT No.: DE113852715
Registergericht / register court: Amtsgericht Frankfurt/Main

Important Information:
This e-mail message including its attachments contains confidential and legally protected information solely intended for the addressee. If you are not the intended addressee of this message, please contact the addresser immediately and delete this message including its attachments. The unauthorized dissemination, copying and change of this e-mail are strictly forbidden. The addresser shall not be liable for the content of such changed e-mails.

Wichtiger Hinweis:
Diese E-Mail einschließlich ihrer Anhänge enthält vertrauliche und rechtlich geschützte Informationen, die nur für den Adressaten bestimmt sind. Sollten Sie nicht der bezeichnete Adressat sein, so teilen Sie dies bitte dem Absender umgehend mit und löschen Sie diese Nachricht und ihre Anhänge. Die unbefugte Weitergabe, das Anfertigen von Kopien und jede Veränderung der E-Mail ist untersagt. Der Absender haftet nicht für Inhalte von veränderten E-Mails.

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

* Re: [OE-core] [PATCH] linux-firmware: Fix packaging
  2021-03-16  7:24 [PATCH] linux-firmware: Fix packaging mtrensch
@ 2021-03-16 17:56 ` Richard Purdie
  2021-03-16 19:45   ` Michael Trensch
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2021-03-16 17:56 UTC (permalink / raw)
  To: Michael Trensch, openembedded-core

On Tue, 2021-03-16 at 07:24 +0000, Michael Trensch wrote:
> Upstream directory layout has changed after update in commit 20a983b9c405b483152f1c600d767e04683dfabf,
>  resulting in some package to pull in linux-firmware base package.
> This may cause an image size increase of approximately 700MB.

This patch doesn't seem to apply against master, could you rebase
and resend please?

Thanks,

Richard



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

* Re: [OE-core] [PATCH] linux-firmware: Fix packaging
  2021-03-16 17:56 ` [OE-core] " Richard Purdie
@ 2021-03-16 19:45   ` Michael Trensch
  2021-03-16 20:01     ` Steve Sakoman
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Trensch @ 2021-03-16 19:45 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core



On 16.03.2021 18:56, Richard Purdie wrote:
> On Tue, 2021-03-16 at 07:24 +0000, Michael Trensch wrote:
>> Upstream directory layout has changed after update in commit 20a983b9c405b483152f1c600d767e04683dfabf,
>>   resulting in some package to pull in linux-firmware base package.
>> This may cause an image size increase of approximately 700MB.
>
> This patch doesn't seem to apply against master, could you rebase
> and resend please?

Sorry, I forgot to mention this one was for dunfell. Shall I resend this
one with a dunfell marker or is it OK, with this answer.

Additionally I will re-check if master is also affected and send a patch
if necessary.

Regards,

Michael

Hilscher Gesellschaft für Systemautomation mbH   |  Rheinstrasse 15  |  65795 Hattersheim  |  Germany  |  www.hilscher.com<http://www.hilscher.com>
Sitz der Gesellschaft / place of business: Hattersheim  |  Geschäftsführer / managing director: Sebastian Hilscher, Hans-Jürgen Hilscher
Handelsregister / commercial register: Frankfurt B 26873  |  Ust. Idnr. / VAT No.: DE113852715
Registergericht / register court: Amtsgericht Frankfurt/Main

Important Information:
This e-mail message including its attachments contains confidential and legally protected information solely intended for the addressee. If you are not the intended addressee of this message, please contact the addresser immediately and delete this message including its attachments. The unauthorized dissemination, copying and change of this e-mail are strictly forbidden. The addresser shall not be liable for the content of such changed e-mails.

Wichtiger Hinweis:
Diese E-Mail einschließlich ihrer Anhänge enthält vertrauliche und rechtlich geschützte Informationen, die nur für den Adressaten bestimmt sind. Sollten Sie nicht der bezeichnete Adressat sein, so teilen Sie dies bitte dem Absender umgehend mit und löschen Sie diese Nachricht und ihre Anhänge. Die unbefugte Weitergabe, das Anfertigen von Kopien und jede Veränderung der E-Mail ist untersagt. Der Absender haftet nicht für Inhalte von veränderten E-Mails.

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

* Re: [OE-core] [PATCH] linux-firmware: Fix packaging
  2021-03-16 19:45   ` Michael Trensch
@ 2021-03-16 20:01     ` Steve Sakoman
  2021-03-16 20:24       ` Michael Trensch
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2021-03-16 20:01 UTC (permalink / raw)
  To: Michael Trensch; +Cc: Richard Purdie, openembedded-core

On Tue, Mar 16, 2021 at 9:47 AM Michael Trensch <mtrensch@hilscher.com> wrote:
>
>
>
> On 16.03.2021 18:56, Richard Purdie wrote:
> > On Tue, 2021-03-16 at 07:24 +0000, Michael Trensch wrote:
> >> Upstream directory layout has changed after update in commit 20a983b9c405b483152f1c600d767e04683dfabf,
> >>   resulting in some package to pull in linux-firmware base package.
> >> This may cause an image size increase of approximately 700MB.
> >
> > This patch doesn't seem to apply against master, could you rebase
> > and resend please?
>
> Sorry, I forgot to mention this one was for dunfell. Shall I resend this
> one with a dunfell marker or is it OK, with this answer.
>
> Additionally I will re-check if master is also affected and send a patch
> if necessary.

Actually it doesn't apply to dunfell either (dunfell and master are
both at version 20210208)

So best to submit for master and I will cherry-pick to dunfell.

Thanks for fixing this!

Steve


> Hilscher Gesellschaft für Systemautomation mbH   |  Rheinstrasse 15  |  65795 Hattersheim  |  Germany  |  www.hilscher.com<http://www.hilscher.com>
> Sitz der Gesellschaft / place of business: Hattersheim  |  Geschäftsführer / managing director: Sebastian Hilscher, Hans-Jürgen Hilscher
> Handelsregister / commercial register: Frankfurt B 26873  |  Ust. Idnr. / VAT No.: DE113852715
> Registergericht / register court: Amtsgericht Frankfurt/Main
>
> Important Information:
> This e-mail message including its attachments contains confidential and legally protected information solely intended for the addressee. If you are not the intended addressee of this message, please contact the addresser immediately and delete this message including its attachments. The unauthorized dissemination, copying and change of this e-mail are strictly forbidden. The addresser shall not be liable for the content of such changed e-mails.
>
> Wichtiger Hinweis:
> Diese E-Mail einschließlich ihrer Anhänge enthält vertrauliche und rechtlich geschützte Informationen, die nur für den Adressaten bestimmt sind. Sollten Sie nicht der bezeichnete Adressat sein, so teilen Sie dies bitte dem Absender umgehend mit und löschen Sie diese Nachricht und ihre Anhänge. Die unbefugte Weitergabe, das Anfertigen von Kopien und jede Veränderung der E-Mail ist untersagt. Der Absender haftet nicht für Inhalte von veränderten E-Mails.
>
> 
>

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

* Re: [OE-core] [PATCH] linux-firmware: Fix packaging
  2021-03-16 20:01     ` Steve Sakoman
@ 2021-03-16 20:24       ` Michael Trensch
  2021-03-24  5:41         ` Michael Trensch
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Trensch @ 2021-03-16 20:24 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: Richard Purdie, openembedded-core



On 16.03.2021 21:01, Steve Sakoman wrote:
> On Tue, Mar 16, 2021 at 9:47 AM Michael Trensch <mtrensch@hilscher.com> wrote:
>> On 16.03.2021 18:56, Richard Purdie wrote:
>>> On Tue, 2021-03-16 at 07:24 +0000, Michael Trensch wrote:
>>>> Upstream directory layout has changed after update in commit 20a983b9c405b483152f1c600d767e04683dfabf,
>>>>    resulting in some package to pull in linux-firmware base package.
>>>> This may cause an image size increase of approximately 700MB.
>>>
>>> This patch doesn't seem to apply against master, could you rebase
>>> and resend please?
>>
>> Sorry, I forgot to mention this one was for dunfell. Shall I resend this
>> one with a dunfell marker or is it OK, with this answer.
>>
>> Additionally I will re-check if master is also affected and send a patch
>> if necessary.
>
> Actually it doesn't apply to dunfell either (dunfell and master are
> both at version 20210208)
>
> So best to submit for master and I will cherry-pick to dunfell.
>
> Thanks for fixing this!
>
> Steve

I think it broke somehow when transferring it to Thunderbird for mailing
it. I cannot directly access our mail server via SMTP/"git send-email" so I
took a detour via Thunderbird and exchange. Probably this broke the patch, as my
local patch file still applies on both (dunfell and master).

Sorry for the confusion / additional work.

Michael

Hilscher Gesellschaft für Systemautomation mbH   |  Rheinstrasse 15  |  65795 Hattersheim  |  Germany  |  www.hilscher.com<http://www.hilscher.com>
Sitz der Gesellschaft / place of business: Hattersheim  |  Geschäftsführer / managing director: Sebastian Hilscher, Hans-Jürgen Hilscher
Handelsregister / commercial register: Frankfurt B 26873  |  Ust. Idnr. / VAT No.: DE113852715
Registergericht / register court: Amtsgericht Frankfurt/Main

Important Information:
This e-mail message including its attachments contains confidential and legally protected information solely intended for the addressee. If you are not the intended addressee of this message, please contact the addresser immediately and delete this message including its attachments. The unauthorized dissemination, copying and change of this e-mail are strictly forbidden. The addresser shall not be liable for the content of such changed e-mails.

Wichtiger Hinweis:
Diese E-Mail einschließlich ihrer Anhänge enthält vertrauliche und rechtlich geschützte Informationen, die nur für den Adressaten bestimmt sind. Sollten Sie nicht der bezeichnete Adressat sein, so teilen Sie dies bitte dem Absender umgehend mit und löschen Sie diese Nachricht und ihre Anhänge. Die unbefugte Weitergabe, das Anfertigen von Kopien und jede Veränderung der E-Mail ist untersagt. Der Absender haftet nicht für Inhalte von veränderten E-Mails.

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

* Re: [OE-core] [PATCH] linux-firmware: Fix packaging
  2021-03-16 20:24       ` Michael Trensch
@ 2021-03-24  5:41         ` Michael Trensch
  2021-03-24 10:03           ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Trensch @ 2021-03-24  5:41 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: Richard Purdie, openembedded-core



On 16.03.2021 21:24, Michael Trensch wrote:
>> Actually it doesn't apply to dunfell either (dunfell and master are
>> both at version 20210208)
>>
>> So best to submit for master and I will cherry-pick to dunfell.
>>
>> Thanks for fixing this!
>>
>> Steve
>
> I think it broke somehow when transferring it to Thunderbird for mailing
> it. I cannot directly access our mail server via SMTP/"git send-email" so I
> took a detour via Thunderbird and exchange. Probably this broke the patch, as my
> local patch file still applies on both (dunfell and master).
>
> Sorry for the confusion / additional work.
>

I did resend it as Patch V2 (https://lists.openembedded.org/g/openembedded-core/message/149586)
Hope that it is working ok now, at least it does apply for me now, when directly copied from the list / web interface.

Michael

Hilscher Gesellschaft für Systemautomation mbH   |  Rheinstrasse 15  |  65795 Hattersheim  |  Germany  |  www.hilscher.com<http://www.hilscher.com>
Sitz der Gesellschaft / place of business: Hattersheim  |  Geschäftsführer / managing director: Sebastian Hilscher, Hans-Jürgen Hilscher
Handelsregister / commercial register: Frankfurt B 26873  |  Ust. Idnr. / VAT No.: DE113852715
Registergericht / register court: Amtsgericht Frankfurt/Main

Important Information:
This e-mail message including its attachments contains confidential and legally protected information solely intended for the addressee. If you are not the intended addressee of this message, please contact the addresser immediately and delete this message including its attachments. The unauthorized dissemination, copying and change of this e-mail are strictly forbidden. The addresser shall not be liable for the content of such changed e-mails.

Wichtiger Hinweis:
Diese E-Mail einschließlich ihrer Anhänge enthält vertrauliche und rechtlich geschützte Informationen, die nur für den Adressaten bestimmt sind. Sollten Sie nicht der bezeichnete Adressat sein, so teilen Sie dies bitte dem Absender umgehend mit und löschen Sie diese Nachricht und ihre Anhänge. Die unbefugte Weitergabe, das Anfertigen von Kopien und jede Veränderung der E-Mail ist untersagt. Der Absender haftet nicht für Inhalte von veränderten E-Mails.

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

* Re: [OE-core] [PATCH] linux-firmware: Fix packaging
  2021-03-24  5:41         ` Michael Trensch
@ 2021-03-24 10:03           ` Richard Purdie
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2021-03-24 10:03 UTC (permalink / raw)
  To: Michael Trensch, Steve Sakoman; +Cc: openembedded-core

On Wed, 2021-03-24 at 05:41 +0000, Michael Trensch wrote:
> 
> On 16.03.2021 21:24, Michael Trensch wrote:
> > > Actually it doesn't apply to dunfell either (dunfell and master are
> > > both at version 20210208)
> > > 
> > > So best to submit for master and I will cherry-pick to dunfell.
> > > 
> > > Thanks for fixing this!
> > > 
> > > Steve
> > 
> > I think it broke somehow when transferring it to Thunderbird for mailing
> > it. I cannot directly access our mail server via SMTP/"git send-email" so I
> > took a detour via Thunderbird and exchange. Probably this broke the patch, as my
> > local patch file still applies on both (dunfell and master).
> > 
> > Sorry for the confusion / additional work.
> > 
> 
> I did resend it as Patch V2 (https://lists.openembedded.org/g/openembedded-core/message/149586)
> Hope that it is working ok now, at least it does apply for me now, when directly copied from the list / web interface.

Second version applied fine and was merged, thanks!

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=8693591a3575a9af2682c8ca6a7269d2e3f1a19f

Cheers,

Richard


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

end of thread, other threads:[~2021-03-24 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  7:24 [PATCH] linux-firmware: Fix packaging mtrensch
2021-03-16 17:56 ` [OE-core] " Richard Purdie
2021-03-16 19:45   ` Michael Trensch
2021-03-16 20:01     ` Steve Sakoman
2021-03-16 20:24       ` Michael Trensch
2021-03-24  5:41         ` Michael Trensch
2021-03-24 10:03           ` Richard Purdie

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.