All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-raspberrypi_4.19.bb unknown commit
@ 2019-05-11 19:22 Jean-Christian de Rivaz
  2019-05-11 19:46 ` Paul Barker
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christian de Rivaz @ 2019-05-11 19:22 UTC (permalink / raw)
  To: Yocto discussion list

Hi,

I try to use the Linux 4.19 for the RaspberryPi from the
meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit
ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists
into the repository github.com/raspberrypi/linux branch rpi-4.19.y . I
searched that commit on a few others branches but failed to find it.
Have anyone tested that recipe ?

Best Regards.
Jean-Christian





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

* Re: linux-raspberrypi_4.19.bb unknown commit
  2019-05-11 19:22 linux-raspberrypi_4.19.bb unknown commit Jean-Christian de Rivaz
@ 2019-05-11 19:46 ` Paul Barker
  2019-05-12 15:04   ` Jean-Christian de Rivaz
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Barker @ 2019-05-11 19:46 UTC (permalink / raw)
  To: Yocto discussion list

On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote:
> Hi,
> 
> I try to use the Linux 4.19 for the RaspberryPi from the
> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit
> ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists
> into the repository github.com/raspberrypi/linux branch rpi-4.19.y . I
> searched that commit on a few others branches but failed to find it.
> Have anyone tested that recipe ?

The upstream rpi-4.19.y branch is still unstable and they enjoy rebasing commits. The breaks the commit references used in our recipes.

For now I recommend sticking to the 4.14.y kernels for Raspberry Pi.

-- 
Paul Barker
Managing Director & Principal Engineer
Beta Five Ltd


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

* Re: linux-raspberrypi_4.19.bb unknown commit
  2019-05-11 19:46 ` Paul Barker
@ 2019-05-12 15:04   ` Jean-Christian de Rivaz
  2019-05-16 15:53     ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christian de Rivaz @ 2019-05-12 15:04 UTC (permalink / raw)
  To: Paul Barker, Yocto discussion list

Le 11.05.19 à 21:46, Paul Barker a écrit :
> On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote:
>> Hi,
>>
>> I try to use the Linux 4.19 for the RaspberryPi from the
>> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit
>> ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists
>> into the repository github.com/raspberrypi/linux branch rpi-4.19.y . I
>> searched that commit on a few others branches but failed to find it.
>> Have anyone tested that recipe ?
> The upstream rpi-4.19.y branch is still unstable and they enjoy rebasing commits. The breaks the commit references used in our recipes.
>
> For now I recommend sticking to the 4.14.y kernels for Raspberry Pi.
>
Too bad, I need Linux >= 4.19 to enable cgroup2 memory.oom_group to
properly kill and restart xserver-nodm with chromium in kiosk mode
displaying videos all the days long. There a bug somewhere in
chromium/ffmpeg/gpu that eat all the available memory, and I don't have
time and money  to dig in that complexity and patch acceptance marathon.

Jean-Christian de Rivaz
innodelec sàrl



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

* Re: linux-raspberrypi_4.19.bb unknown commit
  2019-05-12 15:04   ` Jean-Christian de Rivaz
@ 2019-05-16 15:53     ` Andrei Gherzan
  2019-05-20 18:30       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Andrei Gherzan @ 2019-05-16 15:53 UTC (permalink / raw)
  To: Jean-Christian de Rivaz, Paul Barker, Yocto discussion list


On 12/05/2019 16.04, Jean-Christian de Rivaz wrote:
> Le 11.05.19 à 21:46, Paul Barker a écrit :
>> On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote:
>>> Hi,
>>>
>>> I try to use the Linux 4.19 for the RaspberryPi from the
>>> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit
>>> ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists
>>> into the repository github.com/raspberrypi/linux branch rpi-4.19.y . I
>>> searched that commit on a few others branches but failed to find it.
>>> Have anyone tested that recipe ?
>> The upstream rpi-4.19.y branch is still unstable and they enjoy rebasing commits. The breaks the commit references used in our recipes.
>>
>> For now I recommend sticking to the 4.14.y kernels for Raspberry Pi.
>>
> Too bad, I need Linux >= 4.19 to enable cgroup2 memory.oom_group to
> properly kill and restart xserver-nodm with chromium in kiosk mode
> displaying videos all the days long. There a bug somewhere in
> chromium/ffmpeg/gpu that eat all the available memory, and I don't have
> time and money  to dig in that complexity and patch acceptance marathon.
Feel free to complain upstream:
https://github.com/raspberrypi/linux/issues/2931

-- 
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan



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

* Re: linux-raspberrypi_4.19.bb unknown commit
  2019-05-16 15:53     ` Andrei Gherzan
@ 2019-05-20 18:30       ` Khem Raj
  2019-05-21 10:17         ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2019-05-20 18:30 UTC (permalink / raw)
  To: Andrei Gherzan, Jean-Christian de Rivaz, Paul Barker,
	Yocto discussion list



On 5/16/19 8:53 AM, Andrei Gherzan wrote:
> 
> On 12/05/2019 16.04, Jean-Christian de Rivaz wrote:
>> Le 11.05.19 à 21:46, Paul Barker a écrit :
>>> On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote:
>>>> Hi,
>>>>
>>>> I try to use the Linux 4.19 for the RaspberryPi from the
>>>> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit
>>>> ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists
>>>> into the repository github.com/raspberrypi/linux branch rpi-4.19.y . I
>>>> searched that commit on a few others branches but failed to find it.
>>>> Have anyone tested that recipe ?
>>> The upstream rpi-4.19.y branch is still unstable and they enjoy rebasing commits. The breaks the commit references used in our recipes.
>>>
>>> For now I recommend sticking to the 4.14.y kernels for Raspberry Pi.
>>>
>> Too bad, I need Linux >= 4.19 to enable cgroup2 memory.oom_group to
>> properly kill and restart xserver-nodm with chromium in kiosk mode
>> displaying videos all the days long. There a bug somewhere in
>> chromium/ffmpeg/gpu that eat all the available memory, and I don't have
>> time and money  to dig in that complexity and patch acceptance marathon.
> Feel free to complain upstream:
> https://github.com/raspberrypi/linux/issues/2931
> 

this has been fixed upstream. So I think time to bump the SRCREV and 
change default kernel back to 4.19 again.


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

* Re: linux-raspberrypi_4.19.bb unknown commit
  2019-05-20 18:30       ` Khem Raj
@ 2019-05-21 10:17         ` Andrei Gherzan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2019-05-21 10:17 UTC (permalink / raw)
  To: Khem Raj, Jean-Christian de Rivaz, Paul Barker, Yocto discussion list

Hi,

On 20/05/2019 19.30, Khem Raj wrote:
>
>
> On 5/16/19 8:53 AM, Andrei Gherzan wrote:
>>
>> On 12/05/2019 16.04, Jean-Christian de Rivaz wrote:
>>> Le 11.05.19 à 21:46, Paul Barker a écrit :
>>>> On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote:
>>>>> Hi,
>>>>>
>>>>> I try to use the Linux 4.19 for the RaspberryPi from the
>>>>> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the commit
>>>>> ab8652c03fa081b27de7e28a74c2536cb2aa3e5b from his SRCREV don't exists
>>>>> into the repository github.com/raspberrypi/linux branch rpi-4.19.y
>>>>> . I
>>>>> searched that commit on a few others branches but failed to find it.
>>>>> Have anyone tested that recipe ?
>>>> The upstream rpi-4.19.y branch is still unstable and they enjoy
>>>> rebasing commits. The breaks the commit references used in our
>>>> recipes.
>>>>
>>>> For now I recommend sticking to the 4.14.y kernels for Raspberry Pi.
>>>>
>>> Too bad, I need Linux >= 4.19 to enable cgroup2 memory.oom_group to
>>> properly kill and restart xserver-nodm with chromium in kiosk mode
>>> displaying videos all the days long. There a bug somewhere in
>>> chromium/ffmpeg/gpu that eat all the available memory, and I don't have
>>> time and money  to dig in that complexity and patch acceptance
>>> marathon.
>> Feel free to complain upstream:
>> https://github.com/raspberrypi/linux/issues/2931
>>
>
> this has been fixed upstream. So I think time to bump the SRCREV and
> change default kernel back to 4.19 again.

I'll handle this today.

-- 
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan



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

end of thread, other threads:[~2019-05-21 10:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-11 19:22 linux-raspberrypi_4.19.bb unknown commit Jean-Christian de Rivaz
2019-05-11 19:46 ` Paul Barker
2019-05-12 15:04   ` Jean-Christian de Rivaz
2019-05-16 15:53     ` Andrei Gherzan
2019-05-20 18:30       ` Khem Raj
2019-05-21 10:17         ` Andrei Gherzan

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.