[OE-core] [PATCH] glibc: fix multilib file install conflicts

2019-02-26 Thread C.r. Guo
From: Chunrong Guo Leaving bits/wordsize.h out of being multilibbed introduced a problem in building the SDK for arm64: Error: Transaction check error: file /usr/include/bits/procfs-id.h conflicts between attempted installs of lib64-libc6-dev-2.29-r0.aarch64 and libc6-dev-2.29-r0.armv7ahf_neon

[OE-core] gcc - internal compiler error: Segmentation failt

2019-02-26 Thread Peter Bergin
Hi, I'm working with thud branch and have run into a bug in gcc. I would like help how to proceed with this. Compiling the following C code gives Segmentation fault in gcc: #include #include #include int main(void) {     const int32_t BUFFER_MAX_LENGTH = 4096*1024;     char

[OE-core] [PATCH V3] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Khem Raj
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed Signed-off-by: Khem Raj --- v2: - Add ipv4 and ipv6 to default distro features, they are not libc specific anyway - Remove DISTRO_FEATURES_DEFAULT

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Otavio Salvador
On Tue, Feb 26, 2019 at 8:58 AM Burton, Ross wrote: > > Patch has been accepted, so we need to cherry-pick the patch I mentioned. We will wait for 19.0.1 to be out to go to meson, so it will be applied there for sure. -- Otavio Salvador O.S. Systems

Re: [OE-core] [PATCH V3] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 26 februari 2019 10:01 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH V3] default-distrovars: Drop >

Re: [OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Alexander Kanavin
On Tue, 26 Feb 2019 at 12:36, Otavio Salvador wrote: > We had a c_rehash shell re-implementation being used for the native > package and there is no reason to not use it as well for the > target. This allows it to be available without the need of perl being > installed. I'd rather not deviate

[OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Otavio Salvador
We had a c_rehash shell re-implementation being used for the native package and there is no reason to not use it as well for the target. This allows it to be available without the need of perl being installed. This partially reverts OE-Core:d2b1a889ef (openssl: move c_rehash pkg to avoid perl

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Burton, Ross
Patch has been accepted, so we need to cherry-pick the patch I mentioned. Ross On Mon, 25 Feb 2019 at 20:26, Burton, Ross wrote: > > I'm also not convinced this was right and have submitted > https://lists.freedesktop.org/archives/mesa-dev/2019-February/215791.html. > When that is reviewed

Re: [OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Otavio Salvador
Hello Alexander, On Tue, Feb 26, 2019 at 9:57 AM Alexander Kanavin wrote: > On Tue, 26 Feb 2019 at 13:29, Otavio Salvador > wrote: > > > > I'd rather not deviate from the upstream, and use what the upstream > > > provides. Especially considering that perl version does have command > > > line

[OE-core] [PATCH] glibc: fix multilib file install conflicts

2019-02-26 Thread C.r. Guo
From: Chunrong Guo Leaving bits/wordsize.h out of being multilibbed introduced a problem in building the SDK for arm64: Error: Transaction check error: file /usr/include/bits/procfs-id.h conflicts between attempted installs of lib64-libc6-dev-2.29-r0.aarch64 and libc6-dev-2.29-r0.armv7ahf_neon

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Scott Rifenbark
Hi, The DISTRO_FEATURES_LIBC variable appears in the YP reference manual. Will it be safe to remove this for the 2.7 release? Scott On Mon, Feb 25, 2019 at 11:00 AM Khem Raj wrote: > After eglibc was merged into glibc, Kconfig support was also dropped so > these libc features therefore are

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Richard Purdie
On Tue, 2019-02-26 at 08:40 -0800, Scott Rifenbark wrote: > Hi, > > The DISTRO_FEATURES_LIBC variable appears in the YP reference > manual. Will it be safe to remove this for the 2.7 release? Yes, I'm going to take some variant of this cleanup for 2.7. Cheers, Richard --

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Nicolas Dechesne
On Tue, Feb 26, 2019 at 4:08 PM Khem Raj wrote: > > On Tue, Feb 26, 2019 at 4:26 AM Otavio Salvador > wrote: > > > > On Tue, Feb 26, 2019 at 8:58 AM Burton, Ross wrote: > > > > > > Patch has been accepted, so we need to cherry-pick the patch I mentioned. > > > > We will wait for 19.0.1 to be

[OE-core] Yocto Project Status WW09'19

2019-02-26 Thread sjolley.yp.pm
Current Dev Position: YP 2.7 M3 (New feature Freeze has begun.) Next Deadline: YP 2.7 M3 Cutoff was Feb. 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Ross * SWAT team rotation: Ross -> Chen on Mar. 1, 2019 * SWAT team rotation: Chen -> Armin on Mar. 8, 2019 *

[OE-core] [PATCH master thud] systemd: move "machines" symlinks to systemd-container

2019-02-26 Thread Matthias Schiffer
Move symlinks to the machines.target and var-lib-machines.mount units to the systemd-container package, where the pointed at units are located as well. This avoids an implicit dependency of the systemd package on systemd-container, preventing the use of systemd without pulling in container

[OE-core] [PATCH] syslinux: upgrade to 6.04-pre2

2019-02-26 Thread Anuj Mittal
For changes in this release, see: http://www.syslinux.org/wiki/index.php?title=Syslinux_6_Changelog Backport a patch to fix compilation failures and remove the patches that are not needed anymore. Signed-off-by: Anuj Mittal --- ...don-t-install-obsolete-file-com32.ld.patch | 32 +

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Khem Raj
On Tue, Feb 26, 2019 at 4:26 AM Otavio Salvador wrote: > > On Tue, Feb 26, 2019 at 8:58 AM Burton, Ross wrote: > > > > Patch has been accepted, so we need to cherry-pick the patch I mentioned. > > We will wait for 19.0.1 to be out to go to meson, so it will be > applied there for sure. > I am

[OE-core] [PATCH V5] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Khem Raj
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed Signed-off-by: Khem Raj --- v2: - Add ipv4 and ipv6 to default distro features, they are not libc specific anyway - Remove DISTRO_FEATURES_DEFAULT

[OE-core] [PATCH] bitbake.conf: Use -Og in DEBUG_OPTIMIZATION

2019-02-26 Thread Khem Raj
-Og is for optimized debugging experience. this makes this consistent across different compilers especially gcc and clang, -O in clang is equal to -O2 where as in gcc its similar to -O1 so it was not giving consistent debugging experience across compilers Signed-off-by: Khem Raj ---

[OE-core] [PATCH] xserver-xorg: upgrade 1.20.3 -> 1.20.4

2019-02-26 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../{xserver-xorg_1.20.3.bb => xserver-xorg_1.20.4.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.20.3.bb => xserver-xorg_1.20.4.bb} (87%) diff --git

Re: [OE-core] [PATCH v2] libidn2: fix buildpaths qa issue in .pc file

2019-02-26 Thread Kang Kai
On 2019/2/19 下午2:57, kai.k...@windriver.com wrote: From: Kai Kang When enable buildpaths qa check, it show warning of libidn2: | WARNING: libidn2-2.0.5-r0 do_package_qa: QA Issue: File /work/armv5e-poky-linux-gnueabi/libidn2/2.0.5-r0/packages-split/libidn2-dev/usr/lib/pkgconfig/libidn2.pc in

Re: [OE-core] [PATCH] update-rc.d.bbclass: remove preinst and remove -f for postinst

2019-02-26 Thread Changqing Li
ping On 12/27/18 11:02 AM, Changqing Li wrote: ping On 11/9/18 5:42 PM, changqing...@windriver.com wrote: From: Changqing Li *preinst use "-f remove" to remove any links in the /etc/rcrunlevel.d   but this will make user cannot keep previous config by default after   upgrade   eg: user

Re: [OE-core] [PATCH V2 2/2] piglit: support build piglit without x11

2019-02-26 Thread Changqing Li
ping On 1/16/19 11:04 AM, changqing...@windriver.com wrote: From: Changqing Li * test PIGLIT_BUILD_GL_TESTS depend on glx library, so depend on x11, so respect the DISTRO_FEATURES, only enable it when x11 is enabled. * mesa-demos depend on libGL.so which is provide by recipe

[OE-core] [OE-Core][PATCH] kernel-fitimage: Replace tabs with spaces in python

2019-02-26 Thread Alex Kiernan
Fix: WARNING: python should use 4 spaces indentation, but found tabs in kernel-fitimage.bbclass, line 33 Signed-off-by: Alex Kiernan --- meta/classes/kernel-fitimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-fitimage.bbclass

Re: [OE-core] [PATCH V3] populate_sdk_base: provide options to set sdk type

2019-02-26 Thread Changqing Li
ping On 2/11/19 3:12 PM, Changqing Li wrote: ping On 1/21/19 1:35 PM, changqing...@windriver.com wrote: From: Changqing Li Current sdk type is tar.xz, but for mingw sdk, since we have symlink under the sdk folder, 7zip which used to extract tar.xz cannot handle it, refer 7zip upstream bug:

Re: [OE-core] [PATCH] bitbake.conf: Use -Og in DEBUG_OPTIMIZATION

2019-02-26 Thread Adrian Bunk
On Tue, Feb 26, 2019 at 11:04:20PM -0800, Khem Raj wrote: > -Og is for optimized debugging experience. > this makes this consistent across different compilers especially gcc and > clang, -O in clang is equal to -O2 where as in gcc its similar to -O1 > so it was not giving consistent debugging

[OE-core] [PATCH] devtool: deploy-target: support "unsafe" symlinks

2019-02-26 Thread Olaf Mandel
The bosybox version of tar considers symlink targets that start with / or with ../ to be unsafe and refuses to unpack them unless the EXTRACT_UNSAFE_SYMLINKS environment variable is set to 1. As even many core packages legitimately contain such links (e.g. coreutils-locale-*, dropbear, eudev,

Re: [OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Otavio Salvador
Hello Alexander, On Tue, Feb 26, 2019 at 9:20 AM Alexander Kanavin wrote: > On Tue, 26 Feb 2019 at 12:36, Otavio Salvador wrote: > > We had a c_rehash shell re-implementation being used for the native > > package and there is no reason to not use it as well for the > > target. This allows it to

Re: [OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Alexander Kanavin
On Tue, 26 Feb 2019 at 13:29, Otavio Salvador wrote: > > I'd rather not deviate from the upstream, and use what the upstream > > provides. Especially considering that perl version does have command > > line options that the shell version does not, and the difference might > > increase in the

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Nicolas Dechesne
On Tue, Feb 26, 2019 at 6:19 PM Khem Raj wrote: > > On Tue, Feb 26, 2019 at 7:36 AM Nicolas Dechesne > wrote: > > > > On Tue, Feb 26, 2019 at 4:08 PM Khem Raj wrote: > > > > > > On Tue, Feb 26, 2019 at 4:26 AM Otavio Salvador > > > wrote: > > > > > > > > On Tue, Feb 26, 2019 at 8:58 AM Burton,

Re: [OE-core] [PATCH] [PATCH] wayland:Upgrade to 1.16.91

2019-02-26 Thread Denys Dmytriyenko
On Tue, Feb 26, 2019 at 02:00:00PM +0800, Hong Liu wrote: > Upgrade wayland from 1.16.0 to 1.16.91. NAK - this is the first alpha in a long road to official 17.0 release. > Signed-off-by: Hong Liu > --- > .../wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} | 4 ++-- > 1 file

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Khem Raj
On Tue, Feb 26, 2019 at 7:36 AM Nicolas Dechesne wrote: > > On Tue, Feb 26, 2019 at 4:08 PM Khem Raj wrote: > > > > On Tue, Feb 26, 2019 at 4:26 AM Otavio Salvador > > wrote: > > > > > > On Tue, Feb 26, 2019 at 8:58 AM Burton, Ross > > > wrote: > > > > > > > > Patch has been accepted, so we

[OE-core] [PATCH V4] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Khem Raj
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed Signed-off-by: Khem Raj --- v2: - Add ipv4 and ipv6 to default distro features, they are not libc specific anyway - Remove DISTRO_FEATURES_DEFAULT

Re: [OE-core] [PATCH] glibc: fix multilib file install conflicts

2019-02-26 Thread Khem Raj
On Tue, Feb 26, 2019 at 8:58 AM C.r. Guo wrote: > > From: Chunrong Guo > > Leaving bits/wordsize.h out of being multilibbed introduced a problem in > building the SDK for arm64: I thought we were multilibbing bits/wordsize.h isnt that the case. > Error: Transaction check error: > file

[OE-core] [PATCH] cpio: avoid conflict with tar-doc and rmt.8

2019-02-26 Thread Mark Asselstine
This fixes: Error: Transaction check error: file /usr/share/man/man8/rmt.8 conflicts between attempted installs of cpio-doc-2.12-r0.core2_64 and tar-doc-1.31-r0.core2_64 Prior to commit 348a96a5b401 [tar: upgrade to 1.31] the copies of rmt.8 found in the tar(-doc) and cpio(-doc)

Re: [OE-core] [PATCH V4] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-26 Thread Scott Rifenbark
Hi, DISTRO_FEATURES_DEFAULT appears in the YP reference manual. I am going to remove it for 2.7. Scott On Tue, Feb 26, 2019 at 10:03 AM Khem Raj wrote: > After eglibc was merged into glibc, Kconfig support was also dropped so > these libc features therefore are not effective anymore and can

Re: [OE-core] [OE-Core][PATCH] openssl: move c_rehash pkg to avoid perl dep

2019-02-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Brad Bishop > Sent: den 14 januari 2019 23:05 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [OE-Core][PATCH] openssl: move c_rehash pkg to

Re: [OE-core] [PATCH 2/2] mesa-gl: Set PACKAGECONFIG for target

2019-02-26 Thread Martin Jansa
Fixes e.g.: ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file /usr/lib/libEGL.so.1.0.0 is installed by both mesa-gl and libhybris, aborting but there is still: ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file /usr/include/KHR/khrplatform.h is installed by both mesa-gl and

Re: [OE-core] [PATCH 2/2] mesa-gl: Set PACKAGECONFIG for target

2019-02-26 Thread Khem Raj
On Tue, Feb 26, 2019 at 5:17 PM Martin Jansa wrote: > > Fixes e.g.: > ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file > /usr/lib/libEGL.so.1.0.0 is installed by both mesa-gl and libhybris, aborting > > but there is still: > ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file >

[OE-core] [PATCH] lttng-tools: Disable hanging tests and other ptest fixes

2019-02-26 Thread Richard Purdie
Disable some tests which hang, blocking many other ptests. Also add missing test artefacts to improve test pass rate and fix failures. Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH] devtool: deploy-target: support "unsafe" symlinks

2019-02-26 Thread Andre McCurdy
On Tue, Feb 26, 2019 at 1:40 AM Olaf Mandel wrote: > > The bosybox version of tar considers symlink targets that start with / > or with ../ to be unsafe and refuses to unpack them unless the > EXTRACT_UNSAFE_SYMLINKS environment variable is set to 1. > > As even many core packages legitimately