[OE-core] [PATCH] mesa: Upgrade 23.3.3 -> 23.3.4

2024-01-27 Thread Fabio Estevam
From: Fabio Estevam Mesa 23.3.4 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-January/000745.html Signed-off-by: Fabio Estevam --- .../mesa/{mesa-gl_23.3.3.bb => mesa-gl_23.3.4.bb} | 0 meta/recipes-graphics/mesa/mesa.inc |

[OE-core] [PATCH 1/1] check-bbclasses: add new script to check bbclasses

2024-01-27 Thread Saul Wold
FIXES [YOCTO #14235] This script is a starting point for a "linter" for bbclass files. Currently it will check for '_' in the bbclass filename and '-' in addtask or EXPORT_FUNCTION. It will print warnings only no errors. Signed-off-by: Saul Wold --- scripts/check-bbclasses | 109

[OE-core] [PATCH 0/1] BBClass checker script (14235)

2024-01-27 Thread Saul Wold
This is the first pass at a script for addressing 14235 [0]: bbclass file name convention is not consistent wrt dash and underscore This is could be a contrib script or added to bitbake parsing somehow, I am open to suggestions for where to add this or if other tests are needed. [0]

Re: [OE-core] [PATCH] armv8/armv9: Avoid using -march when -mcpu is chosen

2024-01-27 Thread Jon Mason
On Fri, Jan 26, 2024 at 03:31:41PM -0800, Khem Raj wrote: > Current include logic goes into generic arm v8/v9 architecture tunes and > adds corresponding -march option after synthesizing it from various tune > fragments, this is fine for a machine which is using armv8/armv9 based > tunes but

Re: [OE-core] trying to create simple example of "externalsrc" recipe

2024-01-27 Thread Robert P. J. Day
On Fri, 26 Jan 2024, Khem Raj wrote: > On Fri, Jan 26, 2024 at 4:46 AM Robert P. J. Day > wrote: > > > > > > i've been trying to put together a really basic example of a recipe > > using "externalsrc" that refers to some local source, and cannot get > > it to work. so here's what i'm trying.