Re: [oe-core][PATCH v2] mesa: enable imagination powervr support

2024-03-18 Thread Alexander Kanavin
On Mon, 18 Mar 2024 at 10:08, Marcel Ziswiler wrote: > +PACKAGECONFIG[imagination] = "-Dimagination-srv=true," This needs a negative condition as well, otherwise upstream defaults may result in an incorrect configuration (option being quietly enabled without it being present in PACKAGECONFIG).

[oe-core][PATCH v2] mesa: enable imagination powervr support

2024-03-18 Thread Marcel Ziswiler
From: Marcel Ziswiler Allows mesa to be build with Imagination PowerVR support. Signed-off-by: Marcel Ziswiler --- Changes in v2: - Define imagination as a standard PACKAGECONFIG setting as suggested by Alex. meta/recipes-graphics/mesa/mesa.inc | 6 +- 1 file changed, 5