All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux firmware for iwlwifi 8000c disappeared in pyro
@ 2018-02-16 11:42 Andrei Gherzan
  2018-02-16 13:23 ` Alexander Kanavin
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2018-02-16 11:42 UTC (permalink / raw)
  To: openembedded

[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]

Hi guys,

I'm using pyro for a set of boards including the Intel NUC one. This has an
integrated WiFi chip which works with iwlwifi 8000c firmware. While
updating the pyro branch of poky lately I saw that the package where this
firmware is available now is changed which is not the case in rocko and
master.

In pyro (
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?h=pyro)
the 8000c package was completely removed and the firmwares now fall back to
be included in iwlwifi-misc.

In master (
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?h=master)
that package still exists and everything is fine.

This happened because the removal of the 8000c-19 firmware patch in pyro
removes the package completely as well (
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?h=pyro&id=3e4b382c0c687a76f824cd84b478c4f778e15e3e).
While the patch that ended up in master only removed that specific firmware
(
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?id=8d2e66817a6e5cea5a0146f2804e703402de44dc
).

Any idea why this happened? Can we bring back the package in pyro as well?

--
Andrei Gherzan

[-- Attachment #2: Type: text/html, Size: 2227 bytes --]

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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-16 11:42 Linux firmware for iwlwifi 8000c disappeared in pyro Andrei Gherzan
@ 2018-02-16 13:23 ` Alexander Kanavin
  2018-02-16 13:48   ` Palleti, Avinash Reddy
  0 siblings, 1 reply; 13+ messages in thread
From: Alexander Kanavin @ 2018-02-16 13:23 UTC (permalink / raw)
  To: Andrei Gherzan, openembedded

On 02/16/2018 01:42 PM, Andrei Gherzan wrote:
> This happened because the removal of the 8000c-19 firmware patch in pyro 
> removes the package completely as well 
> (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?h=pyro&id=3e4b382c0c687a76f824cd84b478c4f778e15e3e). 
> While the patch that ended up in master only removed that specific 
> firmware 
> (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?id=8d2e66817a6e5cea5a0146f2804e703402de44dc).
> 
> Any idea why this happened? Can we bring back the package in pyro as well?

This looks like a simple mistake. Prepare (and test :) a patch to 
correct it, and send it here with [pyro] prefix.

Alex


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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-16 13:23 ` Alexander Kanavin
@ 2018-02-16 13:48   ` Palleti, Avinash Reddy
  2018-02-16 14:08     ` Andrei Gherzan
  0 siblings, 1 reply; 13+ messages in thread
From: Palleti, Avinash Reddy @ 2018-02-16 13:48 UTC (permalink / raw)
  To: Alexander Kanavin, Andrei Gherzan, openembedded

 I submitted a fix sometime back,
http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html


-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Alexander Kanavin
Sent: Friday, February 16, 2018 6:54 PM
To: Andrei Gherzan <andrei@gherzan.ro>; openembedded <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro

On 02/16/2018 01:42 PM, Andrei Gherzan wrote:
> This happened because the removal of the 8000c-19 firmware patch in 
> pyro removes the package completely as well 
> (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?h=pyro&id=3e4b382c0c687a76f824cd84b478c4f778e15e3e).
> While the patch that ended up in master only removed that specific 
> firmware 
> (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?id=8d2e66817a6e5cea5a0146f2804e703402de44dc).
> 
> Any idea why this happened? Can we bring back the package in pyro as well?

This looks like a simple mistake. Prepare (and test :) a patch to correct it, and send it here with [pyro] prefix.

Alex
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-16 13:48   ` Palleti, Avinash Reddy
@ 2018-02-16 14:08     ` Andrei Gherzan
  2018-02-20 12:50       ` Andrei Gherzan
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2018-02-16 14:08 UTC (permalink / raw)
  To: Palleti, Avinash Reddy; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]

On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <
avinash.reddy.palleti@intel.com> wrote:

>  I submitted a fix sometime back,
> http://lists.openembedded.org/pipermail/openembedded-core/
> 2018-February/147291.html
>
>
Great. We have the fix available and approved by Saul. Shall we merge?


>
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org [mailto:
> openembedded-core-bounces@lists.openembedded.org] On Behalf Of Alexander
> Kanavin
> Sent: Friday, February 16, 2018 6:54 PM
> To: Andrei Gherzan <andrei@gherzan.ro>; openembedded <
> openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
>
> On 02/16/2018 01:42 PM, Andrei Gherzan wrote:
> > This happened because the removal of the 8000c-19 firmware patch in
> > pyro removes the package completely as well
> > (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/
> meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?h=pyro&id=
> 3e4b382c0c687a76f824cd84b478c4f778e15e3e).
> > While the patch that ended up in master only removed that specific
> > firmware
> > (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/
> meta/recipes-kernel/linux-firmware/linux-firmware_git.bb?id=
> 8d2e66817a6e5cea5a0146f2804e703402de44dc).
> >
> > Any idea why this happened? Can we bring back the package in pyro as
> well?
>
> This looks like a simple mistake. Prepare (and test :) a patch to correct
> it, and send it here with [pyro] prefix.
>

That's what I suspected too. But wasn't sure as it could have been that we
intentionally moved it to misc package. Anyway looks simple and fixed
already.

--
Andrei Gherzan

[-- Attachment #2: Type: text/html, Size: 4049 bytes --]

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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-16 14:08     ` Andrei Gherzan
@ 2018-02-20 12:50       ` Andrei Gherzan
  2018-02-21  4:47         ` akuster808
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2018-02-20 12:50 UTC (permalink / raw)
  To: Palleti, Avinash Reddy, akuster; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <
> avinash.reddy.palleti@intel.com> wrote:
>
>>  I submitted a fix sometime back,
>> http://lists.openembedded.org/pipermail/openembedded-core/20
>> 18-February/147291.html
>>
>>
> Great. We have the fix available and approved by Saul. Shall we merge?
>

Adding the pyro maintainer to this thread.

--
Andrei Gherzan

[-- Attachment #2: Type: text/html, Size: 2230 bytes --]

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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-20 12:50       ` Andrei Gherzan
@ 2018-02-21  4:47         ` akuster808
  2018-02-21  4:52           ` Palleti, Avinash Reddy
  0 siblings, 1 reply; 13+ messages in thread
From: akuster808 @ 2018-02-21  4:47 UTC (permalink / raw)
  To: Andrei Gherzan, Palleti, Avinash Reddy, akuster; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

in stable/pyro-next


On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
> On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro
> <mailto:andrei@gherzan.ro>> wrote:
>
>     On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy
>     <avinash.reddy.palleti@intel.com
>     <mailto:avinash.reddy.palleti@intel.com>> wrote:
>
>          I submitted a fix sometime back,
>         http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html
>         <http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html>
>
>
>     Great. We have the fix available and approved by Saul. Shall we merge?
>
>
> Adding the pyro maintainer to this thread. 
>
> --
> Andrei Gherzan
>
>


[-- Attachment #2: Type: text/html, Size: 3964 bytes --]

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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-21  4:47         ` akuster808
@ 2018-02-21  4:52           ` Palleti, Avinash Reddy
  2018-02-26  8:16             ` Palleti, Avinash Reddy
  0 siblings, 1 reply; 13+ messages in thread
From: Palleti, Avinash Reddy @ 2018-02-21  4:52 UTC (permalink / raw)
  To: akuster808, Andrei Gherzan, akuster; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

It needs to be merged in both pyro and pyro-next.

Thanks,
Avinash

From: akuster808 [mailto:akuster808@gmail.com]
Sent: Wednesday, February 21, 2018 10:17 AM
To: Andrei Gherzan <andrei@gherzan.ro>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com>; akuster@mvista.com
Cc: openembedded <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro


in stable/pyro-next

On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
 I submitted a fix sometime back,
http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html


Great. We have the fix available and approved by Saul. Shall we merge?

Adding the pyro maintainer to this thread.

--
Andrei Gherzan




[-- Attachment #2: Type: text/html, Size: 5658 bytes --]

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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-21  4:52           ` Palleti, Avinash Reddy
@ 2018-02-26  8:16             ` Palleti, Avinash Reddy
  2018-03-05 20:24               ` Denys Dmytriyenko
  0 siblings, 1 reply; 13+ messages in thread
From: Palleti, Avinash Reddy @ 2018-02-26  8:16 UTC (permalink / raw)
  To: 'akuster808', 'Andrei Gherzan',
	'akuster@mvista.com'
  Cc: 'openembedded'

[-- Attachment #1: Type: text/plain, Size: 1496 bytes --]

Gentle Reminder.

Thanks,
Avinash

From: Palleti, Avinash Reddy
Sent: Wednesday, February 21, 2018 10:22 AM
To: akuster808 <akuster808@gmail.com>; Andrei Gherzan <andrei@gherzan.ro>; akuster@mvista.com
Cc: openembedded <openembedded-core@lists.openembedded.org>
Subject: RE: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro

It needs to be merged in both pyro and pyro-next.

Thanks,
Avinash

From: akuster808 [mailto:akuster808@gmail.com]
Sent: Wednesday, February 21, 2018 10:17 AM
To: Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>>; akuster@mvista.com<mailto:akuster@mvista.com>
Cc: openembedded <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro


in stable/pyro-next

On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
 I submitted a fix sometime back,
http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html


Great. We have the fix available and approved by Saul. Shall we merge?

Adding the pyro maintainer to this thread.

--
Andrei Gherzan



[-- Attachment #2: Type: text/html, Size: 7562 bytes --]

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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-02-26  8:16             ` Palleti, Avinash Reddy
@ 2018-03-05 20:24               ` Denys Dmytriyenko
       [not found]                 ` <20ae973a-1a8e-3950-193c-4adda84c513f@mvista.com>
  0 siblings, 1 reply; 13+ messages in thread
From: Denys Dmytriyenko @ 2018-03-05 20:24 UTC (permalink / raw)
  To: Palleti, Avinash Reddy
  Cc: 'akuster@mvista.com', 'openembedded'

Same thing just broke morty!

http://cgit.openembedded.org/openembedded-core/commit/?h=morty&id=c134c583e0ef315e88644d94e5a3920b92c6f39d


On Mon, Feb 26, 2018 at 08:16:55AM +0000, Palleti, Avinash Reddy wrote:
> Gentle Reminder.
> 
> Thanks,
> Avinash
> 
> From: Palleti, Avinash Reddy
> Sent: Wednesday, February 21, 2018 10:22 AM
> To: akuster808 <akuster808@gmail.com>; Andrei Gherzan <andrei@gherzan.ro>; akuster@mvista.com
> Cc: openembedded <openembedded-core@lists.openembedded.org>
> Subject: RE: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
> 
> It needs to be merged in both pyro and pyro-next.
> 
> Thanks,
> Avinash
> 
> From: akuster808 [mailto:akuster808@gmail.com]
> Sent: Wednesday, February 21, 2018 10:17 AM
> To: Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>>; akuster@mvista.com<mailto:akuster@mvista.com>
> Cc: openembedded <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
> Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
> 
> 
> in stable/pyro-next
> 
> On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
> On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
> On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
>  I submitted a fix sometime back,
> http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html
> 
> 
> Great. We have the fix available and approved by Saul. Shall we merge?
> 
> Adding the pyro maintainer to this thread.
> 
> --
> Andrei Gherzan
> 
> 

> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
       [not found]                 ` <20ae973a-1a8e-3950-193c-4adda84c513f@mvista.com>
@ 2018-03-15 17:49                   ` Denys Dmytriyenko
  2018-03-15 21:10                     ` akuster808
  2018-03-23 20:57                     ` akuster808
  0 siblings, 2 replies; 13+ messages in thread
From: Denys Dmytriyenko @ 2018-03-15 17:49 UTC (permalink / raw)
  To: akuster; +Cc: Palleti, Avinash Reddy, 'openembedded'

Ping. Any ETA for when it will be merged to morty?


On Mon, Mar 05, 2018 at 01:29:22PM -0800, akuster wrote:
> its in stable/mory-next
> 
> 
> thanks,
> 
> Armin
> 
> 
> On 03/05/2018 12:24 PM, Denys Dmytriyenko wrote:
> > Same thing just broke morty!
> >
> > http://cgit.openembedded.org/openembedded-core/commit/?h=morty&id=c134c583e0ef315e88644d94e5a3920b92c6f39d
> >
> >
> > On Mon, Feb 26, 2018 at 08:16:55AM +0000, Palleti, Avinash Reddy wrote:
> >> Gentle Reminder.
> >>
> >> Thanks,
> >> Avinash
> >>
> >> From: Palleti, Avinash Reddy
> >> Sent: Wednesday, February 21, 2018 10:22 AM
> >> To: akuster808 <akuster808@gmail.com>; Andrei Gherzan <andrei@gherzan.ro>; akuster@mvista.com
> >> Cc: openembedded <openembedded-core@lists.openembedded.org>
> >> Subject: RE: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
> >>
> >> It needs to be merged in both pyro and pyro-next.
> >>
> >> Thanks,
> >> Avinash
> >>
> >> From: akuster808 [mailto:akuster808@gmail.com]
> >> Sent: Wednesday, February 21, 2018 10:17 AM
> >> To: Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>>; akuster@mvista.com<mailto:akuster@mvista.com>
> >> Cc: openembedded <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
> >> Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
> >>
> >>
> >> in stable/pyro-next
> >>
> >> On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
> >> On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
> >> On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
> >>  I submitted a fix sometime back,
> >> http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html
> >>
> >>
> >> Great. We have the fix available and approved by Saul. Shall we merge?
> >>
> >> Adding the pyro maintainer to this thread.
> >>
> >> --
> >> Andrei Gherzan
> >>
> >>
> >> -- 
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 


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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-03-15 17:49                   ` Denys Dmytriyenko
@ 2018-03-15 21:10                     ` akuster808
  2018-03-23 20:57                     ` akuster808
  1 sibling, 0 replies; 13+ messages in thread
From: akuster808 @ 2018-03-15 21:10 UTC (permalink / raw)
  To: Denys Dmytriyenko, akuster; +Cc: Palleti, Avinash Reddy, 'openembedded'



On 03/15/2018 10:49 AM, Denys Dmytriyenko wrote:
> Ping. Any ETA for when it will be merged to morty?
I will run a build this weekend for formal submission to morty.

next week maybe?
- armin
>
>
> On Mon, Mar 05, 2018 at 01:29:22PM -0800, akuster wrote:
>> its in stable/mory-next
>>
>>
>> thanks,
>>
>> Armin
>>
>>
>> On 03/05/2018 12:24 PM, Denys Dmytriyenko wrote:
>>> Same thing just broke morty!
>>>
>>> http://cgit.openembedded.org/openembedded-core/commit/?h=morty&id=c134c583e0ef315e88644d94e5a3920b92c6f39d
>>>
>>>
>>> On Mon, Feb 26, 2018 at 08:16:55AM +0000, Palleti, Avinash Reddy wrote:
>>>> Gentle Reminder.
>>>>
>>>> Thanks,
>>>> Avinash
>>>>
>>>> From: Palleti, Avinash Reddy
>>>> Sent: Wednesday, February 21, 2018 10:22 AM
>>>> To: akuster808 <akuster808@gmail.com>; Andrei Gherzan <andrei@gherzan.ro>; akuster@mvista.com
>>>> Cc: openembedded <openembedded-core@lists.openembedded.org>
>>>> Subject: RE: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
>>>>
>>>> It needs to be merged in both pyro and pyro-next.
>>>>
>>>> Thanks,
>>>> Avinash
>>>>
>>>> From: akuster808 [mailto:akuster808@gmail.com]
>>>> Sent: Wednesday, February 21, 2018 10:17 AM
>>>> To: Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>>; akuster@mvista.com<mailto:akuster@mvista.com>
>>>> Cc: openembedded <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
>>>> Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
>>>>
>>>>
>>>> in stable/pyro-next
>>>>
>>>> On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
>>>> On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
>>>> On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
>>>>  I submitted a fix sometime back,
>>>> http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html
>>>>
>>>>
>>>> Great. We have the fix available and approved by Saul. Shall we merge?
>>>>
>>>> Adding the pyro maintainer to this thread.
>>>>
>>>> --
>>>> Andrei Gherzan
>>>>
>>>>
>>>> -- 
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-03-15 17:49                   ` Denys Dmytriyenko
  2018-03-15 21:10                     ` akuster808
@ 2018-03-23 20:57                     ` akuster808
  2018-03-23 21:19                       ` Denys Dmytriyenko
  1 sibling, 1 reply; 13+ messages in thread
From: akuster808 @ 2018-03-23 20:57 UTC (permalink / raw)
  To: Denys Dmytriyenko, akuster; +Cc: Palleti, Avinash Reddy, 'openembedded'



On 03/15/2018 10:49 AM, Denys Dmytriyenko wrote:
> Ping. Any ETA for when it will be merged to morty?

Not sure if I answered this. Its now in morty

http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=morty&id=34b26ec18450a3bc72f7b8a0f2df0bfaae1140dd

- armin
>
>
> On Mon, Mar 05, 2018 at 01:29:22PM -0800, akuster wrote:
>> its in stable/mory-next
>>
>>
>> thanks,
>>
>> Armin
>>
>>
>> On 03/05/2018 12:24 PM, Denys Dmytriyenko wrote:
>>> Same thing just broke morty!
>>>
>>> http://cgit.openembedded.org/openembedded-core/commit/?h=morty&id=c134c583e0ef315e88644d94e5a3920b92c6f39d
>>>
>>>
>>> On Mon, Feb 26, 2018 at 08:16:55AM +0000, Palleti, Avinash Reddy wrote:
>>>> Gentle Reminder.
>>>>
>>>> Thanks,
>>>> Avinash
>>>>
>>>> From: Palleti, Avinash Reddy
>>>> Sent: Wednesday, February 21, 2018 10:22 AM
>>>> To: akuster808 <akuster808@gmail.com>; Andrei Gherzan <andrei@gherzan.ro>; akuster@mvista.com
>>>> Cc: openembedded <openembedded-core@lists.openembedded.org>
>>>> Subject: RE: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
>>>>
>>>> It needs to be merged in both pyro and pyro-next.
>>>>
>>>> Thanks,
>>>> Avinash
>>>>
>>>> From: akuster808 [mailto:akuster808@gmail.com]
>>>> Sent: Wednesday, February 21, 2018 10:17 AM
>>>> To: Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>>; akuster@mvista.com<mailto:akuster@mvista.com>
>>>> Cc: openembedded <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
>>>> Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
>>>>
>>>>
>>>> in stable/pyro-next
>>>>
>>>> On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
>>>> On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
>>>> On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
>>>>  I submitted a fix sometime back,
>>>> http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html
>>>>
>>>>
>>>> Great. We have the fix available and approved by Saul. Shall we merge?
>>>>
>>>> Adding the pyro maintainer to this thread.
>>>>
>>>> --
>>>> Andrei Gherzan
>>>>
>>>>
>>>> -- 
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

* Re: Linux firmware for iwlwifi 8000c disappeared in pyro
  2018-03-23 20:57                     ` akuster808
@ 2018-03-23 21:19                       ` Denys Dmytriyenko
  0 siblings, 0 replies; 13+ messages in thread
From: Denys Dmytriyenko @ 2018-03-23 21:19 UTC (permalink / raw)
  To: akuster808; +Cc: Palleti, Avinash Reddy, akuster, 'openembedded'

Yes, I saw it when it merged few days ago. Thanks!


On Fri, Mar 23, 2018 at 01:57:57PM -0700, akuster808 wrote:
> 
> 
> On 03/15/2018 10:49 AM, Denys Dmytriyenko wrote:
> > Ping. Any ETA for when it will be merged to morty?
> 
> Not sure if I answered this. Its now in morty
> 
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=morty&id=34b26ec18450a3bc72f7b8a0f2df0bfaae1140dd
> 
> - armin
> >
> >
> > On Mon, Mar 05, 2018 at 01:29:22PM -0800, akuster wrote:
> >> its in stable/mory-next
> >>
> >>
> >> thanks,
> >>
> >> Armin
> >>
> >>
> >> On 03/05/2018 12:24 PM, Denys Dmytriyenko wrote:
> >>> Same thing just broke morty!
> >>>
> >>> http://cgit.openembedded.org/openembedded-core/commit/?h=morty&id=c134c583e0ef315e88644d94e5a3920b92c6f39d
> >>>
> >>>
> >>> On Mon, Feb 26, 2018 at 08:16:55AM +0000, Palleti, Avinash Reddy wrote:
> >>>> Gentle Reminder.
> >>>>
> >>>> Thanks,
> >>>> Avinash
> >>>>
> >>>> From: Palleti, Avinash Reddy
> >>>> Sent: Wednesday, February 21, 2018 10:22 AM
> >>>> To: akuster808 <akuster808@gmail.com>; Andrei Gherzan <andrei@gherzan.ro>; akuster@mvista.com
> >>>> Cc: openembedded <openembedded-core@lists.openembedded.org>
> >>>> Subject: RE: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
> >>>>
> >>>> It needs to be merged in both pyro and pyro-next.
> >>>>
> >>>> Thanks,
> >>>> Avinash
> >>>>
> >>>> From: akuster808 [mailto:akuster808@gmail.com]
> >>>> Sent: Wednesday, February 21, 2018 10:17 AM
> >>>> To: Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>>; Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>>; akuster@mvista.com<mailto:akuster@mvista.com>
> >>>> Cc: openembedded <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
> >>>> Subject: Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro
> >>>>
> >>>>
> >>>> in stable/pyro-next
> >>>>
> >>>> On 02/20/2018 04:50 AM, Andrei Gherzan wrote:
> >>>> On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan <andrei@gherzan.ro<mailto:andrei@gherzan.ro>> wrote:
> >>>> On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy <avinash.reddy.palleti@intel.com<mailto:avinash.reddy.palleti@intel.com>> wrote:
> >>>>  I submitted a fix sometime back,
> >>>> http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147291.html
> >>>>
> >>>>
> >>>> Great. We have the fix available and approved by Saul. Shall we merge?
> >>>>
> >>>> Adding the pyro maintainer to this thread.
> >>>>
> >>>> --
> >>>> Andrei Gherzan
> >>>>
> >>>>
> >>>> -- 
> >>>> _______________________________________________
> >>>> Openembedded-core mailing list
> >>>> Openembedded-core@lists.openembedded.org
> >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 


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

end of thread, other threads:[~2018-03-23 21:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-16 11:42 Linux firmware for iwlwifi 8000c disappeared in pyro Andrei Gherzan
2018-02-16 13:23 ` Alexander Kanavin
2018-02-16 13:48   ` Palleti, Avinash Reddy
2018-02-16 14:08     ` Andrei Gherzan
2018-02-20 12:50       ` Andrei Gherzan
2018-02-21  4:47         ` akuster808
2018-02-21  4:52           ` Palleti, Avinash Reddy
2018-02-26  8:16             ` Palleti, Avinash Reddy
2018-03-05 20:24               ` Denys Dmytriyenko
     [not found]                 ` <20ae973a-1a8e-3950-193c-4adda84c513f@mvista.com>
2018-03-15 17:49                   ` Denys Dmytriyenko
2018-03-15 21:10                     ` akuster808
2018-03-23 20:57                     ` akuster808
2018-03-23 21:19                       ` Denys Dmytriyenko

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.