[OE-core] devtool modify errors on second recipe

2017-10-22 Thread Khem Raj
Hi Paul I am seeing this errors message consistently since few weeks on master when using devtool modify NOTE: do_populate_sysroot: 100.0% sstate reuse(1 setscene, 0 scratch) Traceback (most recent call last): File "/mnt/a/oe/sources/openembedded-core/scripts/devtool", line 331, in ret

[OE-core] [PATCH] musl: Update to latest

2017-10-22 Thread Khem Raj
Rich Felker (8): fix use of memset without declaration in sched.h cpu set macros fix access by setjmp and longjmp to __hwcap on arm built as thumb2 for executing init array functions, use function type with prototype fix read-after-free type error in pthread_detach

Re: [OE-core] [PATCH] kexec-tools: add systemd support for kdump

2017-10-22 Thread Wenlin Kang
On 2017年10月17日 10:21, Wenlin Kang wrote: Add file kdump.service to support kdump in systemd. Signed-off-by: Wenlin Kang --- meta/recipes-kernel/kexec/kexec-tools.inc | 1 + .../recipes-kernel/kexec/kexec-tools/kdump.service | 12 +++

[OE-core] [PATCH 1/2] useradd.bbclass: print a warn when useradd not found

2017-10-22 Thread Robert Yang
Exit quietly makes it very hard for debugging when user is not added as expected, print a warning helps a lot. Signed-off-by: Robert Yang --- meta/classes/useradd.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/useradd.bbclass

[OE-core] [PATCH 2/2] sstate.bbclass: sstate_hardcode_path(): fix for multilib

2017-10-22 Thread Robert Yang
It only substituted staging_target for target recipe which didn't work for multilib, for example, postinst-useradd-lib32-polkit: * No multilib: PATH=/path/to/tmp-glibc/work/core2-64-wrs-linux/polkit/0.113-r0/recipe-sysroot-native/bin It would be substituted to:

[OE-core] [PATCH 0/2] sstate.bbclass: sstate_hardcode_path(): fix for multilib

2017-10-22 Thread Robert Yang
The following changes since commit 3b413a80578caacd9a7f405f3c51a3921d78a60d: README.qemu: qemuppc64 is not supported (2017-10-16 23:54:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/2ssfixes

[OE-core] [PATCH] openssl: force soft link to avoid rare race

2017-10-22 Thread Randy MacLeod
This patch works around a rare parallel build race condition using the force option when soft linking. The error seen is: ln: failed to create symbolic link 'libssl.so': File exists make[4]: *** [Makefile.shared:171: link_a.gnu] Error 1 make[4]: Leaving directory

Re: [OE-core] [PATCH] oe-buildenv-internal: Fix finding build directory

2017-10-22 Thread Otavio Salvador
On Sat, Oct 21, 2017 at 10:06 AM, Richard Purdie wrote: > The intent of the env setup scripts is to set BBPATH to point at the > build directory if not already set. This means if the user changes > directory, bitbake can still find the original build directory.

[OE-core] [PATCH] connman: upgrade 1.34 -> 1.35

2017-10-22 Thread Changhyeok Bae
Below two patches are applied in v1.35 - 0001-firewall-nftables-fix-build-with-libnftnl-1.0.7.patch - CVE-2017-12865.patch Signed-off-by: Changhyeok Bae --- ...ll-nftables-fix-build-with-libnftnl-1.0.7.patch | 72 --