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
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
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.
>
>
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
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
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