Re: [OE-core] [PATCH] mesa: add fix for arm6

2020-02-29 Thread Jeremy A. Puhlman
This was in my queue from a previous yotco version. I haven't gotten my arm bsp up and running yet. I will double check. On 2/29/2020 7:37 AM, Adrian Bunk wrote: On Fri, Feb 28, 2020 at 02:51:51PM -0800, Jeremy A. Puhlman wrote: From: Jeremy Puhlman We have had similar problems with missing

Re: [OE-core] [PATCH] mesa: add fix for arm6

2020-02-29 Thread Adrian Bunk
On Fri, Feb 28, 2020 at 02:51:51PM -0800, Jeremy A. Puhlman wrote: > From: Jeremy Puhlman > > We have had similar problems with missing atomics on arm6 that arm5 > has. How are you able to reproduce this problem? I was wondering why the upstream fixes that happened in the meantime didn't fix

[OE-core] [PATCH] mesa: add fix for arm6

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman We have had similar problems with missing atomics on arm6 that arm5 has. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc