Re: [OE-core] [PATCH] fontcache : fix build warning when using quemu usermode

2018-01-02 Thread Jibin Xu
On 2018年01月02日 20:00, Alexander Kanavin wrote: On 12/28/2017 04:21 AM, Jibin Xu wrote: fontcache uses quemu usermode by default, but some architecture such as Intel skylake does not support qemu usermode, this can lead to a build warning as below: "WARNING: The postinstall intercept hook 'upda

[OE-core] [pyro][PATCH] v86d: take tarball from debian

2018-01-02 Thread Anuj Mittal
From: Alexander Kanavin Gentoo is removing the package due to dead upstream; Debian might carry it for a while longer. Fixes [YOCTO #12452] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- meta/recipes-bsp/v86d/v86d_0.1.10.bb | 6 +++--- 1 file c

[OE-core] [PATCH] systemd-boot: fix build with musl and x32

2018-01-02 Thread Anuj Mittal
systemd-boot shouldn't be built for x32. Make sure that this is the case when TCLIBC is set to something other than glibc. Fixes [YOCTO #12122] Signed-off-by: Anuj Mittal --- meta/recipes-core/systemd/systemd-boot_234.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

[OE-core] [PATCH] kernel-fitimage.bbclass: Fix bad image type replacement for microblaze

2018-01-02 Thread Manjukumar Matha
When using kernel-fitimage class with microblaze, the image type has to be linux.bin not zImage. This patch fixes the bad image type replacement for microblaze Signed-off-by: Manjukumar Matha --- meta/classes/kernel-fitimage.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/clas

[OE-core] [PATCH] glibc: fix C++ compile failures related to 'assert'

2018-01-02 Thread S. Lockwood-Childs
* fixes "lambda-expression in unevaluated context" compile failures such as https://github.com/nlohmann/json/issues/705 * fixes "no match for 'operator==" compile failures such as https://bugzilla.redhat.com/show_bug.cgi?id=1482990 Signed-off-by: S. Lockwood-Childs --- ...pport-types-withou

[OE-core] [PATCH] glib-2.0: Remove python3 modules when building for mingw

2018-01-02 Thread Alistair Francis
Commit "glib-2.0: Add python3 modules required by gdbus-codegen" (26af3b4b33a34d7e53059b07236f9d5aae5e004a) broke the MinGW build of QEMU. To fix the build remove the python3 RDEPENDS for gdbus-codegen when targeting mingw. Signed-off-by: Alistair Francis --- meta/recipes-core/glib-2.0/glib.inc

[OE-core] [PATCH 0/1] rpm_4.14.0: clamp timestamps

2018-01-02 Thread Juro Bystricky
The recipe for RPM has been upgraded to version 4.14.0. This version introduced a new macro "clamp_mtime_to_source_date_epoch". The macro allows the RPM packages to set buildtime and mtime of files to values as specified by SOURCE_DATE_EPOCH. This, however, is not the enabled by default: The defau

[OE-core] [PATCH 1/1] rpm_4.14.0: clamp timestamps by default

2018-01-02 Thread Juro Bystricky
Improve reproducibility by making sure that timestamps in built rpms are not later than the value of SOURCE_DATE_EPOCH as found in the environment. Timestamps as usual when SOURCE_DATE_EPOCH is not set. [YOCTO #12425] Signed-off-by: Juro Bystricky --- .../recipes-devtools/rpm/files/0001-support

Re: [OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-02 Thread Richard Purdie
On Tue, 2018-01-02 at 12:00 -0800, Joe Slater wrote: > postinstall scripts may run target binaries and need to know > where shared libraries are. > > Signed-off-by: Joe Slater > --- >  meta/classes/allarch.bbclass | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/meta

Re: [OE-core] [oe-commits] [openembedded-core] 13/44: u-boot-fw-utils: Fix broken makefile in v2017.11.

2018-01-02 Thread Richard Purdie
On Tue, 2018-01-02 at 20:15 +0100, Martin Jansa wrote: > On Tue, Jan 02, 2018 at 05:28:13PM +, g...@git.openembedded.org > wrote: > > > > This is an automated email from the git hooks/post-receive script. > > > > rpurdie pushed a commit to branch master > > in repository openembedded-core. >

[OE-core] [oe-core][PATCH 1/1] allarch: do not set baselib

2018-01-02 Thread Joe Slater
postinstall scripts may run target binaries and need to know where shared libraries are. Signed-off-by: Joe Slater --- meta/classes/allarch.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 51ba509..

Re: [OE-core] [oe-commits] [openembedded-core] 13/44: u-boot-fw-utils: Fix broken makefile in v2017.11.

2018-01-02 Thread Martin Jansa
On Tue, Jan 02, 2018 at 05:28:13PM +, g...@git.openembedded.org wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch master > in repository openembedded-core. Looks like older version of this patch was merged. This version https://

[OE-core] ✗ patchtest: failure for runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86

2018-01-02 Thread Patchwork
== Series Details == Series: runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86 Revision: 1 URL : https://patchwork.openembedded.org/series/10357/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Se

[OE-core] [PATCH] runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86

2018-01-02 Thread Richard Purdie
On pre 4.15 host kernels, an APIC window emulation bug can cause qemu to hang. On 64 bit we can use the x2apic, for 32 bit, we just have to disable the other timer sources and rely on kvm-clock. [YOCTO #12301] Signed-off-by: Richard Purdie --- scripts/runqemu | 5 + 1 file changed, 5 insert

[OE-core] [PATCH] gobject-introspection: unset LD_LIBRARY_PATH prior to running qemu

2018-01-02 Thread Alexander Kanavin
Latest g-i upstream adds target paths to this variable which breaks qemu in various confusing ways. Also, re-enable parts of g-i on mips64, as it is the same issue. Signed-off-by: Alexander Kanavin --- .../gobject-introspection/gobject-introspection_1.54.1.bb | 3 +++ meta/recipes-g

[OE-core] Yocto Project Status WW52’17 & WW01’18

2018-01-02 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 M2 development Next Deadline: YP 2.5 M2 cut off of 1/15/18 SWAT team rotation: Maxin -> Rebecca on Dec. 22, 2017. SWAT team rotation: Rebecca -> Cal on Dec. 29, 2017. SWAT team rotation: Cal -> Joshua on Jan. 5, 2018. https://wiki.yoctoproject.org/wiki/Yocto_Build

[OE-core] [PATCH v2] libatomic-ops: upgrade to 7.6.2

2018-01-02 Thread Maxin B. John
7.6.0 -> 7.6.2 Remove unused patch: 0001-Add-initial-nios2-architecture-support.patch Signed-off-by: Maxin B. John --- Changes since V1: Removed UPSTREAM_CHECK_URI which has no effect while fetching from git repo --- ...01-Add-initial-nios2-architecture-support.patch | 70 --

Re: [OE-core] [PATCH 2/4] libatomic-ops: upgrade to 7.6.2

2018-01-02 Thread Maxin B. John
Hi, On Tue, Jan 02, 2018 at 02:42:13PM +0200, Alexander Kanavin wrote: > On 01/02/2018 02:41 PM, Maxin B. John wrote: > >+UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases/"; > >+SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}" > > I don't think UPSTREAM_CH

Re: [OE-core] [PATCH 4/4] pkgconf: upgrade to 1.3.90

2018-01-02 Thread Alexander Kanavin
On 01/02/2018 02:52 PM, Maxin B. John wrote: Hi Alex, On Tue, Jan 02, 2018 at 02:38:54PM +0200, Alexander Kanavin wrote: On 01/02/2018 02:41 PM, Maxin B. John wrote: 1.3.7 -> 1.3.90 1.3.90 is a pre-release tag for 1.4.0, can be seen here: https://github.com/pkgconf/pkgconf/blob/master/NEWS

Re: [OE-core] [PATCH 4/4] pkgconf: upgrade to 1.3.90

2018-01-02 Thread Maxin B. John
Hi Alex, On Tue, Jan 02, 2018 at 02:38:54PM +0200, Alexander Kanavin wrote: > On 01/02/2018 02:41 PM, Maxin B. John wrote: > >1.3.7 -> 1.3.90 > > 1.3.90 is a pre-release tag for 1.4.0, can be seen here: > > https://github.com/pkgconf/pkgconf/blob/master/NEWS Thanks. In that case, we can wait ti

Re: [OE-core] [PATCH 2/4] libatomic-ops: upgrade to 7.6.2

2018-01-02 Thread Alexander Kanavin
On 01/02/2018 02:41 PM, Maxin B. John wrote: +UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases/"; +SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}" I don't think UPSTREAM_CHECK_URI has any effect when fetching from git, why was it added? Alex -- _

Re: [OE-core] [PATCH 4/4] pkgconf: upgrade to 1.3.90

2018-01-02 Thread Alexander Kanavin
On 01/02/2018 02:41 PM, Maxin B. John wrote: 1.3.7 -> 1.3.90 1.3.90 is a pre-release tag for 1.4.0, can be seen here: https://github.com/pkgconf/pkgconf/blob/master/NEWS Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded

[OE-core] [PATCH 3/4] libjpeg-turbo: upgrade to 1.5.3

2018-01-02 Thread Maxin B. John
1.5.2 -> 1.5.3 No change in license. Updates in License Checksums are due to change in Copyright years. Signed-off-by: Maxin B. John --- .../jpeg/{libjpeg-turbo_1.5.2.bb => libjpeg-turbo_1.5.3.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/

[OE-core] [PATCH 4/4] pkgconf: upgrade to 1.3.90

2018-01-02 Thread Maxin B. John
1.3.7 -> 1.3.90 Removed following upstreamed and backported patches: 1. 0001-stdinc.h-fix-build-with-mingw.patch 2. 0001-Minimal-tweaks-to-compile-with-Visual-C-2015.patch Signed-off-by: Maxin B. John --- ...imal-tweaks-to-compile-with-Visual-C-2015.patch | 224 -

[OE-core] [PATCH 1/4] harfbuzz: upgrade to 1.7.4

2018-01-02 Thread Maxin B. John
1.7.0 -> 1.7.4 Signed-off-by: Maxin B. John --- .../harfbuzz/{harfbuzz_1.7.0.bb => harfbuzz_1.7.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.7.0.bb => harfbuzz_1.7.4.bb} (88%) diff --git a/meta/recipes-graphi

[OE-core] [PATCH 2/4] libatomic-ops: upgrade to 7.6.2

2018-01-02 Thread Maxin B. John
7.6.0 -> 7.6.2 Remove unused patch: 0001-Add-initial-nios2-architecture-support.patch Signed-off-by: Maxin B. John --- ...01-Add-initial-nios2-architecture-support.patch | 70 -- ...batomic-ops_7.6.0.bb => libatomic-ops_7.6.2.bb} | 6 +- 2 files changed, 4 insertion

Re: [OE-core] [PATCH] fontcache : fix build warning when using quemu usermode

2018-01-02 Thread Alexander Kanavin
On 12/28/2017 04:21 AM, Jibin Xu wrote: fontcache uses quemu usermode by default, but some architecture such as Intel skylake does not support qemu usermode, this can lead to a build warning as below: "WARNING: The postinstall intercept hook 'update_font_cache' failed". Add a judgement of qemu u

[OE-core] [PATCH] boost: fix build with x32 and musl

2018-01-02 Thread Anuj Mittal
Make sure that boost picks up correct address model value for x32 even when musl is enabled. Fixes [YOCTO #12119] Suggested-by: Ovidiu Panait Signed-off-by: Anuj Mittal --- meta/recipes-support/boost/boost.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sup

Re: [OE-core] [PATCH][rocko] wic: support filesystem label for rawcopy

2018-01-02 Thread Martin Hundebøll
Hi Armin, Any idea about when this will land in the rocko branch? Thanks, Martin On 2017-12-11 08:12, Martin Hundebøll wrote: The '--label' argument should work for '--source rawcopy' as it does for '--source rootfs', so add a method in RawCopyPlugin to update the label on the temporary filesy

Re: [OE-core] [rocko] [PATCH] glibc:CVE-2017-17426

2018-01-02 Thread Huang, Qiyu
This patch fixes in rocko. huangqy > -Original Message- > From: akuster808 [mailto:akuster...@gmail.com] > Sent: Saturday, December 30, 2017 12:30 PM > To: Huang, Qiyu ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [rocko] [PATCH] glibc:CVE-2017-17426 > > > > On