Re: [OE-core] [PATCH] sanity: allow to compile from root in user namespaces

2020-01-03 Thread Nikolai Merinov via Openembedded-core
contamination check, fixes one recipe that breaks, and likely introduces other issues; the assumption (and automated testing) throughout the build is that it's run under a regular user. Alex On Tue, 31 Dec 2019 at 11:40, Nikolai Merinov via Openembedded-core < [ mailt

[OE-core] [PATCH] sanity: allow to compile from root in user namespaces

2019-12-31 Thread Nikolai Merinov via Openembedded-core
New rootless container subsystems rely on the "user namespaces" Linux feature. In order to create a container from a regular user the user uid and subuids mapped to the uid space inside of container. There are different default configurations used for different container subsystems: 1. Rootless

Re: [OE-core] [PATCHv3] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-06-25 Thread Nikolai Merinov via Openembedded-core
03:11 PM Subject: Re: [OE-core] [PATCHv3] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1 On Mon, 2019-06-24 at 13:24 +0300, Nikolai Merinov via Openembedded- core wrote: > Patch updated with "Signed-off-by" field as required by automatic > checks. > >

[OE-core] [PATCHv3] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-06-24 Thread Nikolai Merinov via Openembedded-core
Patch updated with "Signed-off-by" field as required by automatic checks. - Original Message - From: "openembedded-core" To: "Khem Raj" Cc: "openembedded-core" Sent: Thursday, June 20, 2019 7:16:07 PM Subject: [OE-core] [PATCHv2] cmake.bbclass: pass mandatory compiler flags through CMA

[OE-core] [PATCHv2] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-06-20 Thread Nikolai Merinov via Openembedded-core
Hi, Updated patch for the current "master" branch is attached. > have you also tried building SDK and see if these changes are reflected in > SDK as well ? I checked that the changes reflected in the Extensible SDK for the "core-image-sato" image of the poky. Regards, Nikolai - Original

Re: [OE-core] [PATCH] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-05-15 Thread Nikolai Merinov via Openembedded-core
Hi Pascal, I very often saw in proprietary projects the following code > set(CMAKE_C_FLAGS "list of flags that developer want to add") where package developer overwrite default CMAKE_C_FLAGS or CMAKE_CXX_FLAGS variables. There are several examples from github: https://github.com/psi4/psi4arch