Re: [OE-core] [PATCH 2/2] cmake: use Ninja by default

2018-01-19 Thread Alejandro Enedino Hernandez Samaniego
On 01/18/2018 04:38 AM, Ross Burton wrote: > This changes the cmake class to use Ninja instead of Make by default. > > If a recipe is broken with Ninja then the recipe can set > OECMAKE_GENERATOR="Unix > Makefiles" to change back to Make. > > Signed-off-by: Ross Burton > --- > meta/classes/cma

Re: [OE-core] [PATCH 2/2] cmake: use Ninja by default

2018-01-18 Thread Burton, Ross
On 18 January 2018 at 15:02, Böszörményi Zoltán wrote: > 2018-01-18 13:38 keltezéssel, Ross Burton írta: > >> This changes the cmake class to use Ninja instead of Make by default. >> > > Can we still use "oe_runmake [-C subdir] target" with Ninja or > is it considered a broken build and forced to

Re: [OE-core] [PATCH 2/2] cmake: use Ninja by default

2018-01-18 Thread Böszörményi Zoltán
2018-01-18 13:38 keltezéssel, Ross Burton írta: This changes the cmake class to use Ninja instead of Make by default. Can we still use "oe_runmake [-C subdir] target" with Ninja or is it considered a broken build and forced to use the "Unix Makefiles" generator? I have a working mariadb 10.2.1

Re: [OE-core] [PATCH 2/2] cmake: use Ninja by default

2018-01-18 Thread Otavio Salvador
On Thu, Jan 18, 2018 at 10:38 AM, Ross Burton wrote: > This changes the cmake class to use Ninja instead of Make by default. > > If a recipe is broken with Ninja then the recipe can set > OECMAKE_GENERATOR="Unix > Makefiles" to change back to Make. > > Signed-off-by: Ross Burton Acked-by: Otavi

[OE-core] [PATCH 2/2] cmake: use Ninja by default

2018-01-18 Thread Ross Burton
This changes the cmake class to use Ninja instead of Make by default. If a recipe is broken with Ninja then the recipe can set OECMAKE_GENERATOR="Unix Makefiles" to change back to Make. Signed-off-by: Ross Burton --- meta/classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(