Re: [OE-core] [PATCH] mesa: provide support for packing development and testing tools

2023-02-17 Thread Dmitry Baryshkov
On Wed, 15 Feb 2023 at 15:32, Alexander Kanavin wrote: > > On Wed, 15 Feb 2023 at 14:25, Dmitry Baryshkov wrote: > > +# dependencies for tools. libconfig is optional, it is a part of meta-oe > > so it needs special treatment > > +TOOLS_DEPS_FREEDRENO_LIBCONFIG = " > >

Re: [OE-core] [PATCH] mesa: provide support for packing development and testing tools

2023-02-15 Thread Alexander Kanavin
On Wed, 15 Feb 2023 at 14:25, Dmitry Baryshkov wrote: > +# dependencies for tools. libconfig is optional, it is a part of meta-oe so > it needs special treatment > +TOOLS_DEPS_FREEDRENO_LIBCONFIG = " > ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'libconfig', > '', d)} "

[OE-core] [PATCH] mesa: provide support for packing development and testing tools

2023-02-15 Thread Dmitry Baryshkov
Mesa contains several optional tools that can be useful for application and driver developers. Add a packageconfig option to build a mesa-tools package containing relevant programs. Signed-off-by: Dmitry Baryshkov --- meta/recipes-graphics/mesa/mesa.inc | 19 ++- 1 file changed,