[OE-core] [PATCH V2] musl: Ensure that B is clean before configure task is run

2020-01-03 Thread Khem Raj
Signed-off-by: Khem Raj --- v3: Rebase on master meta/recipes-core/musl/musl.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index e5cc869cb9..bdce412162 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-co

[OE-core] [PATCH] meson.bbclass: warn if cross property defaults are used

2020-01-03 Thread Ross Burton
The Meson idiom for checks which require running code on the target (which isn't possible in cross compilation) is to use a cross property, which the user can set in the cross file: if cc_can_run rres = cc.run(test_foo_code) have_foo = rres.compiled() and rres.returncode() == 0 else have_foo

[OE-core] [PATCH v2] musl: Build outside of source tree

2020-01-03 Thread Khem Raj
musl does not use cmake/autotools etc. but plane old makefile basded build system, which means it does not get B defined to be outside S therefore define B explicitly to be outside S Ensure that B is clean before configure task is run Signed-off-by: Khem Raj --- v2: Add B to cleandirs meta/rec

Re: [OE-core] [PATCH] glib-2.0: upgrade 2.62.3 -> 2.62.4

2020-01-03 Thread Ross Burton
Using a patch I have locally to add more warnings to the log checker: WARNING: glib-2.0-1_2.62.4-r0 do_configure: Meson cross property have_proc_self_cmdline defaulting to False Can you seed that correctly please. Ross -- ___ Openembedded-core maili

Re: [OE-core] [PATCH 2/3] musl: Build outside of source tree

2020-01-03 Thread Ross Burton
On 03/01/2020 07:21, Khem Raj wrote: musl does not use cmake/autotools etc. but plane old makefile basded build system, which means it does not get B defined to be outside S therefore define B explicitly to be outside S Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl.inc | 2 ++ 1 fi

[OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Stefano Babic
libubootenv is a replacement for u-boot-fw-utils. It is hardware-independent and provides fw_printenv and fw_setenv tools that are full compatible with the ones provided by U-Boot. A library is provided to access the environment from an own application. License is LGPL-2.1 and this allow to link th

Re: [OE-core] [PATCH V3] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Stefano Babic
Hi Richard, On 03/01/20 12:18, Richard Purdie wrote: > On Fri, 2020-01-03 at 12:05 +0100, Stefano Babic wrote: >> On 03/01/20 11:40, Richard Purdie wrote: >>> On Fri, 2020-01-03 at 11:15 +0100, Stefano Babic wrote: libubootenv is a replacement for u-boot-fw-utils. It is hardware-independ

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

2020-01-03 Thread Richard Purdie
On Fri, 2020-01-03 at 13:15 +0200, Nikolai Merinov via Openembedded- core wrote: > Hi Alexander. > > I understand all of the concerns. Yes, it's possible to create a > regular user inside of containers (at least in case of the rootless > LXC and Docker containers), but this is a question of usabil

Re: [OE-core] [PATCH V3] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Richard Purdie
On Fri, 2020-01-03 at 12:05 +0100, Stefano Babic wrote: > On 03/01/20 11:40, Richard Purdie wrote: > > On Fri, 2020-01-03 at 11:15 +0100, Stefano Babic wrote: > > > libubootenv is a replacement for u-boot-fw-utils. It is > > > hardware-independent and provides fw_printenv and fw_setenv tools > > >

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

2020-01-03 Thread Nikolai Merinov via Openembedded-core
Hi Alexander. I understand all of the concerns. Yes, it's possible to create a regular user inside of containers (at least in case of the rootless LXC and Docker containers), but this is a question of usability. All existed Docker containers for a Yocto compilation (including tge CROPS descri

Re: [OE-core] [PATCH V3] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Stefano Babic
Hi Richard, On 03/01/20 11:40, Richard Purdie wrote: > On Fri, 2020-01-03 at 11:15 +0100, Stefano Babic wrote: >> libubootenv is a replacement for u-boot-fw-utils. It is >> hardware-independent and provides fw_printenv and fw_setenv tools >> that >> are full compatible with the ones provided by U-

Re: [OE-core] [PATCH V3] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Richard Purdie
On Fri, 2020-01-03 at 11:15 +0100, Stefano Babic wrote: > libubootenv is a replacement for u-boot-fw-utils. It is > hardware-independent and provides fw_printenv and fw_setenv tools > that > are full compatible with the ones provided by U-Boot. A library is > provided to access the environment from

[OE-core] [PATCH V3] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Stefano Babic
libubootenv is a replacement for u-boot-fw-utils. It is hardware-independent and provides fw_printenv and fw_setenv tools that are full compatible with the ones provided by U-Boot. A library is provided to access the environment from an own application. License is LGPL-2.1 and this allow to link th

[OE-core] [PATCH] sysstat: 12.2.0 -> 12.2.1

2020-01-03 Thread Wang Mingyu
0001-Include-needed-headers-explicitly.patch and CVE-2019-19725.patch Removed since they are included in 12.2.1 Signed-off-by: Wang Mingyu --- ...01-Include-needed-headers-explicitly.patch | 59 --- .../sysstat/sysstat/CVE-2019-19725.patch | 28 - .../sysstat/sysstat

[OE-core] [PATCH] stress-ng: upgrade 0.10.13 -> 0.10.15

2020-01-03 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.10.13.bb => stress-ng_0.10.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.10.13.bb => stress-ng_0.10.15.bb} (83%) diff --git a/meta/recipes-extended/stress-ng/stress

[OE-core] [PATCH] rng-tools: upgrade 6.8 -> 6.9

2020-01-03 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../rng-tools/{rng-tools_6.8.bb => rng-tools_6.9.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/rng-tools/{rng-tools_6.8.bb => rng-tools_6.9.bb} (97%) diff --git a/meta/recipes-support/rng-tools/rng-tools_6.8.bb