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
K for the "core-image-sato" image of the poky. Regards, Nikolai - Original Message - From: "Khem Raj" To: "n merinov" , "openembedded-core" Sent: Tuesday, May 21, 2019 1:41:46 AM Subject: Re: [OE-core] [PATCH] cmake.bbclass: pass mandatory compiler f

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

2019-06-20 Thread Nikolai Merinov via Openembedded-core
s, Nikolai - Original Message - From: "Khem Raj" To: "n merinov" , "openembedded-core" Sent: Tuesday, May 21, 2019 1:41:46 AM Subject: Re: [OE-core] [PATCH] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1 On 5/14/19 8:04 AM, Nik

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

2019-05-15 Thread Nikolai Merinov via Openembedded-core
o you have an example of a recipe this would be needed? Pascal > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of > Nikolai Merinov > Sent: Dienstag, 14. Mai 2019 17:04 > To: openembedded-core@lists.openembedded.org > Su

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

2019-05-14 Thread Nikolai Merinov
The CMake takes mandatory compiler arguments from the following variables: - CMAKE_SYSROOT -- path to sysroot that should be passed to compiler. - CMAKE__COMPILER_TARGET -- target architecture, used for compilers that supports several targets through command line options. e.g. "clang --target $

Re: [OE-core] [PATCH] utils.bbclass: Support applications with keys in check_app_exist function

2017-10-06 Thread Nikolai Merinov
Currently BUILD_CC = "${CCACHE}${BUILD_PREFIX}gcc ${BUILD_CC_ARCH}" BUILD_CC_ARCH looks like correct place for "-march" flag, but if we provide non-empty value for this variable sanity check can fail. 6 октября 2017 г. 15:45:16 GMT+05:00, "Burton, Ross" пишет: >On 5 October 2017 at 08:46, Niko

Re: [OE-core] [PATCH] cross.bbclass: Remove usage of host flags for cross-compilation

2017-10-06 Thread Nikolai Merinov
So, it will be better to keep TARGET_LDFLAGS empty by default? 6 октября 2017 г. 18:55:02 GMT+05:00, Khem Raj пишет: >On Thu, Oct 5, 2017 at 1:02 AM, Nikolay Merinov > wrote: >> BUILD_* flags can't be used as TARGET_* flags even for "cross" >packages. >> >> gcc-cross buils leaks config.log's thro

Re: [OE-core] [meta-oe][krogoth][morty][PATCH] systemd: Disable DefaultDependencies for sysv scripts on rcS runlevel

2017-07-26 Thread Nikolai Merinov
Hi Armin, No. Pyro dropped support for rcS runlevel in commit e6c1765a05 during upgrade to systemd 232. According to commit message support was droped because of dependency loops that can be solved with my patch. Regards, Nikolay 26 июля 2017 г. 23:45:00 GMT+05:00, akuster808 пишет: > >Nikola