[OE-core] [PATCH 0/4] Further fixes for riscv64

2018-03-11 Thread Khem Raj
Fixes to get core-image-full-cmdline to build The following changes since commit e4da78229f0bd67fd34928eafe48dbdc9e8da050: e2fsprogs: Add comment on why touch is needed (2018-03-09 11:09:39 -0800) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib k

[OE-core] [PATCH 2/4] pcmanfm: Drop COMPATIBLE_HOST setting

2018-03-11 Thread Khem Raj
We have all core architectures in there its almost redundant Signed-off-by: Khem Raj --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb index 75ff7731be..412

[OE-core] [PATCH 1/4] tcmode-default.inc: Define QEMUVERSION and softly pin it

2018-03-11 Thread Khem Raj
This provides ability to surgically override qemu for certain machines which are provided by external layers. Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/

[OE-core] [PATCH 3/4] site/riscv: Shunt the realloc configure test for startup-notification

2018-03-11 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/site/riscv32-linux | 2 ++ meta/site/riscv64-linux | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta/site/riscv32-linux b/meta/site/riscv32-linux index a496bd1aca..138aeb0a11 100644 --- a/meta/site/riscv32-linux +++ b/meta/site/riscv32-linux @@ -2,3 +2,5

[OE-core] [PATCH 4/4] risc-v: Pin oldest kernel to 4.15 for the new kid

2018-03-11 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7007a6e9b6..93f57f3c9e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -423,6 +423,8 @@ SDKPATHNATIVE = "${SDKPATH}/sy

Re: [OE-core] [morty][PATCH v2] gcc6.4 upgrade

2018-03-11 Thread Richard Purdie
On Sun, 2018-03-11 at 01:56 +0100, Martin Jansa wrote: > I've sent the pull requests for all 3 release branches. > > I'll let some builders doing more tests over night, but it's very > close to what was merged in master (and also to what is currently in > morty-next) so it should be relatively saf

[OE-core] [PATCH] yocto-uninative: Upgrade to 1.8 version with glibc 2.27

2018-03-11 Thread Richard Purdie
Now distros are starting to ship glibc 2.27 we need a uninatve version which contains glibc 2.27 which is in the 1.8 version. Signed-off-by: Richard Purdie --- meta/conf/distro/include/yocto-uninative.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/

[OE-core] ✗ patchtest: failure for yocto-uninative: Upgrade to 1.8 version with glibc 2.27

2018-03-11 Thread Patchwork
== Series Details == Series: yocto-uninative: Upgrade to 1.8 version with glibc 2.27 Revision: 1 URL : https://patchwork.openembedded.org/series/11338/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests h

Re: [OE-core] Need arm64/qemu help

2018-03-11 Thread Richard Purdie
Hi Victor, On Sat, 2018-03-10 at 16:11 -0800, Victor Kamensky wrote: > Any progress on the issue? In case if not, I am adding few Linaro > guys > who work on aarch64 qemu. Maybe they can give some insight. > > I was able to reproduce on my system and I > and look at it under gdb. It seems that so

[OE-core] [PATCH] python*-setuptools: update to 38.5.2

2018-03-11 Thread Derek Straka
Update the python{3}-setuptools to the latest stable version Tested on the qemu with core-image-minimal Signed-off-by: Derek Straka --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- .../{python-setuptools_38.5.1.bb => python-setuptools_38.5.2.bb} | 0 .../

[OE-core] [PATCH] python3: update to version 3.5.5 to fix security issues

2018-03-11 Thread Derek Straka
License-Update: checksum change is due to bump in copyright year Resolves CVE-2017-1000158 and other potential securty issues See https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-5-final Signed-off-by: Derek Straka --- meta/recipes-devtools/python/{python3_3.5.4.bb => python3_3.5

[OE-core] [PATCHv2] python3: update to version 3.5.5 to fix security issues

2018-03-11 Thread Derek Straka
License-Update: checksum change is due to bump in copyright year Resolves CVE-2017-1000158 and other potential security issues See https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-5-final Signed-off-by: Derek Straka --- meta/recipes-devtools/python/{python3_3.5.4.bb => python3_3.

[OE-core] [oe-core][PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h

2018-03-11 Thread Zhang Xiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao --- meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgr

[OE-core] [oe-core][PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h

2018-03-11 Thread Zhang Xiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao --- meta/recipes-support/libgpg-error/libgpg-error_1.27.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb b/meta/recipes-support/libgp

[OE-core] [oe-core][PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h

2018-03-11 Thread Zhang Xiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao --- meta/recipes-multimedia/libtiff/tiff_4.0.9.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.9.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.

Re: [OE-core] [PATCH] systemd-udev: Add systemd-mount to mount.sh

2018-03-11 Thread Hongzhi, Song
ping. // hongzhi On 2018年03月06日 18:54, Hongzhi.Song wrote: Issue: mkfs.ext4 fails, prompting that the device is in use by the system. But there is no mounted infomation in /proc/mounts. Reproduce: Be sure that there is storage device connected to you machine. Boot the machine.

Re: [OE-core] Need arm64/qemu help

2018-03-11 Thread Victor Kamensky
On Sun, 11 Mar 2018, Peter Maydell wrote: On 11 March 2018 at 00:11, Victor Kamensky wrote: Hi Richard, Ian, Any progress on the issue? In case if not, I am adding few Linaro guys who work on aarch64 qemu. Maybe they can give some insight. No immediate answers, but we might be able to hav

[OE-core] [PATCH 0/2] Fix unfs3 with musl and glibc without rpc

2018-03-11 Thread Khem Raj
Distros are going to drop rpc support in glibc 2.27, therefore we need to port unfs3 to work with libtirpc Added bonus to fix the build with musl as well The following changes since commit e4da78229f0bd67fd34928eafe48dbdc9e8da050: e2fsprogs: Add comment on why touch is needed (2018-03-09 11:09

[OE-core] [PATCH 1/2] unfs3: Fix build with musl

2018-03-11 Thread Khem Raj
Should also fix build on new build hosts where with glibc 2.27 rpc support is dropped in favor of libtirpc Signed-off-by: Khem Raj --- meta/conf/distro/include/world-broken.inc | 4 --- .../0001-daemon.c-Libtirpc-porting-fixes.patch | 37 ++ meta/recipes-devtool

[OE-core] [PATCH 2/2] libtirpc: Extend to native and nativesdk recipes

2018-03-11 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.2.bb index 1a73de9db0..99212600e0 100644 --- a/meta/recipes-extended/l