Re: [OE-core] [PATCH 2/2 V2] bitbake.conf: Make BUILD_OPTIMIZATION respect to DEBUG_BUILD

2018-09-16 Thread Martin Jansa
On Fri, Sep 14, 2018 at 03:25:58PM +0200, Martin Jansa wrote: > This seems to cause nativesdk-glibc failures when DEBUG_BUILD is used, it > fails like this: > > ../sysdeps/ieee754/ldbl-96/e_jnl.c: In function '__ieee754_jnl': > ../sysdeps/ieee754/ldbl-96/e_jnl.c:146:20: error: 'temp' may be used >

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-16 Thread Martin Jansa
On Mon, Sep 17, 2018 at 10:25:38AM +0800, Kang Kai wrote: > On 2018年09月14日 22:12, Martin Jansa wrote: > > On Fri, Sep 14, 2018 at 01:25:12PM +0200, Martin Jansa wrote: > >> On Thu, Sep 13, 2018 at 10:10:46PM +0200, Martin Jansa wrote: > >>> On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wro

[OE-core] [PATCH 2/3] dummy-sdk-package.inc: work around MACHINE_ARCH SSTATE_MANMACH

2018-09-16 Thread Martin Jansa
* since following change: allarch: only enable allarch when multilib is not used the sstate-diff-machines.sh reports different signature for target-sdk-provides-dummy when multilib is enabled === Comparing signatures for task do_populate_sysroot.sigdata between qemux86 and qemux86copy ===

[OE-core] [PATCH 3/3] glibc: fix build with -O

2018-09-16 Thread Martin Jansa
* tested for qemuarm, qemux86 with -O, -O0, -Os, with gcc * to build with -O0 I had to remove restriction from systemtap first Signed-off-by: Martin Jansa --- meta/recipes-core/glibc/glibc.inc | 12 --- ...4-prevent-maybe-uninitialized-errors.patch | 95 +++ ...2-soft

[OE-core] [PATCH 1/3] coreutils: update printenv's ALTERNATIVE_LINK_NAME

2018-09-16 Thread Martin Jansa
* use base_bindir like busybox does to prevent conflicting u-a configs Signed-off-by: Martin Jansa --- meta/recipes-core/coreutils/coreutils_8.30.bb | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.30.bb b/meta/recipes-cor

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-16 Thread Kang Kai
On 2018年09月14日 22:12, Martin Jansa wrote: On Fri, Sep 14, 2018 at 01:25:12PM +0200, Martin Jansa wrote: On Thu, Sep 13, 2018 at 10:10:46PM +0200, Martin Jansa wrote: On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wrote: On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com w

Re: [OE-core] [PATCH 4/4] u-boot: Upgrade 2018.07 -> 2018.09

2018-09-16 Thread akuster808
On 09/16/2018 06:14 PM, Otavio Salvador wrote: > On Sun, Sep 16, 2018 at 6:16 PM Otavio Salvador > wrote: >> This upgrades U-Boot to 2018.09 release and drop the backported >> security fixes which are now included upstream. >> >> Signed-off-by: Otavio Salvador > When I mentioned, on IRC, about

Re: [OE-core] [PATCH 4/4] u-boot: Upgrade 2018.07 -> 2018.09

2018-09-16 Thread Otavio Salvador
On Sun, Sep 16, 2018 at 6:16 PM Otavio Salvador wrote: > > This upgrades U-Boot to 2018.09 release and drop the backported > security fixes which are now included upstream. > > Signed-off-by: Otavio Salvador When I mentioned, on IRC, about this bump to Marek, he mentioned that there is a regress

[OE-core] [PATCH 4/4] u-boot: Upgrade 2018.07 -> 2018.09

2018-09-16 Thread Otavio Salvador
This upgrades U-Boot to 2018.09 release and drop the backported security fixes which are now included upstream. Signed-off-by: Otavio Salvador --- .../u-boot/files/CVE-2018-1000205-1.patch | 59 .../u-boot/files/CVE-2018-1000205-2.patch | 143 -- ..._2018.07.in

[OE-core] [PATCH 3/4] cmake: Upgrade 3.12.1 -> 3.12.2

2018-09-16 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../cmake/{cmake-native_3.12.1.bb => cmake-native_3.12.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- .../cmake/{cmake_3.12.1.bb => cmake_3.12.2.bb}| 0 3 files changed, 2 insertions(+), 2 deletions(-) renam

[OE-core] [PATCH 2/4] libarchive: Update 3.3.2 -> 3.3.3

2018-09-16 Thread Otavio Salvador
This upgrades to 3.3.3 release and drop the backported patches when doing the recipe update. Signed-off-by: Otavio Salvador --- .../libarchive/CVE-2017-14166.patch | 37 - .../libarchive/CVE-2017-14501.patch | 79 --- .../libarchive/CVE-2017-14502.pat

[OE-core] [PATCH 1/4] linux-firmware: Bump revision to 44d4fca

2018-09-16 Thread Otavio Salvador
44d4fca Merge https://github.com/pmachata/linux-firmware 253a573 brcm: update firmware for bcm43362 sdio 3cee728 Mellanox: Add new mlxsw_spectrum firmware 13.1703.4 ccab6c7 rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8822CU 75d2b12 Mellanox: Add new mlxsw_spectrum fir

Re: [OE-core] [AUH] cmake: upgrading to 3.12.2 FAILED

2018-09-16 Thread Otavio Salvador
On Sun, Sep 16, 2018 at 10:56 AM wrote: > You are receiving this email because you are the maintainer > of *cmake* recipe and this is to let you know that the automatic attempt > to upgrade the recipe to *3.12.2* has Failed(do_compile). Pending, will send soon. -- Otavio Salvador

Re: [OE-core] [AUH] linux-firmware: upgrading to 44d4fca9922a252a0bd81f6307bcc072a78da54a SUCCEEDED

2018-09-16 Thread Otavio Salvador
On Sun, Sep 16, 2018 at 10:56 AM wrote: > You are receiving this email because you are the maintainer > of *linux-firmware* recipe and this is to let you know that the automatic > attempt > to upgrade the recipe to *44d4fca9922a252a0bd81f6307bcc072a78da54a* has > Succeeded. Pending, will send i

[OE-core] ✗ patchtest: failure for musl: Add aliases for glibc provided libraries

2018-09-16 Thread Patchwork
== Series Details == Series: musl: Add aliases for glibc provided libraries Revision: 1 URL : https://patchwork.openembedded.org/series/14093/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH] musl: Add aliases for glibc provided libraries

2018-09-16 Thread Khem Raj
This is a step towards running pebuilt applications for glibc on musl There are many realworld applications which are not always built from source, especially provided by third party Signee-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 12 1 file changed, 12 insertions(

Re: [OE-core] [PATCH v3] kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-16 Thread Alex Kiernan
On Sun, Sep 16, 2018 at 11:41 AM Alex Kiernan wrote: > > Hi Leon > > On Sun, Sep 16, 2018 at 10:18 AM Leon Woestenberg wrote: > > > > Hi Alex, > > > > > On 15 Sep 2018, at 19:45, Alex Kiernan wrote: > > > > > >> On Mon, Sep 10, 2018 at 10:57 PM Leon Woestenberg > > >> wrote: > > >> > > >> kern

[OE-core] [AUH] Upgrade status: 2018-09-16

2018-09-16 Thread auh
Recipe upgrade statistics: * Failed(do_compile): 12 u-boot-mkimage, 2018.09, Marek Vasut iptables, 1.8.0, Changhyeok Bae nfs-utils, 2.3.3, Robert Yang glib-networking, 2.58.0, Maxin B. John dpkg, 1.19.0.5, Aníbal Limón dmidecode, 3.2, Alexan

Re: [OE-core] [PATCH v3] kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-16 Thread Alex Kiernan
Hi Leon On Sun, Sep 16, 2018 at 10:18 AM Leon Woestenberg wrote: > > Hi Alex, > > > On 15 Sep 2018, at 19:45, Alex Kiernan wrote: > > > >> On Mon, Sep 10, 2018 at 10:57 PM Leon Woestenberg > >> wrote: > >> > >> kernel-fitimage.bbclass replaces an occurance of "fitImage" in > >> KERNEL_IMAGETYP

Re: [OE-core] [PATCH] oeqa/selftest/runtime_test: Ensure we build/use gnupg-native

2018-09-16 Thread Burton, Ross
Doesn't quite work: 2018-09-14 23:53:16,527 - oe-selftest - INFO - 7: 13/14 281/332 (10.67s) (runtime_test.TestImage.test_testimage_dnf) 2018-09-14 23:53:16,527 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last): File "/home/pokybuild/yocto-worker

Re: [OE-core] [PATCH v3] kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-16 Thread Leon Woestenberg
Hi Alex, > On 15 Sep 2018, at 19:45, Alex Kiernan wrote: > >> On Mon, Sep 10, 2018 at 10:57 PM Leon Woestenberg >> wrote: >> >> kernel-fitimage.bbclass replaces an occurance of "fitImage" in >> KERNEL_IMAGETYPE_FOR_MAKE by an image type that is buildable for the >> architecture (such as zImag