[OE-core] [PATCH] webkitgtk_2.18.6.bb: Fix configure failure for aarch64 build

2018-02-15 Thread Manjukumar Matha
Fix configure failure for aarch64 | -- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed | -- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always | -- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always -Success | CMake Error at

Re: [OE-core] [PATCH V2] binutils: Upgrade to 2.30 release

2018-02-15 Thread Khem Raj
ping On Thu, Feb 8, 2018 at 9:35 AM, Khem Raj wrote: > Additionally cherry-pick > > 5ffeba4a09 Revert "PowerPC PLT speculative execution barriers" > b01452b1d4 [PR22764][LD][AARCH64]Allow R_AARCH64_ABS16 and R_AARCH64_ABS32 > against absolution symbol or undefine symbol in

Re: [OE-core] [PATCH 1/2] package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstripped

2018-02-15 Thread Khem Raj
On Wed, Feb 14, 2018 at 7:07 AM, Richard Purdie wrote: > There are cases where its useful to allow only a select few files > to be excluded from the package stripping mechanism. Currently > this isn't possible so add a variable to allow this. > > This is to be

Re: [OE-core] [RFC][PATCH 12/12] make-mod-scripts: change how some kernel module tools are built

2018-02-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Bruce Ashfield > Sent: den 26 januari 2018 14:59 > To: richard.pur...@linuxfoundation.org > Cc: openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 4/4] time: 1.7 -> 1.8

2018-02-15 Thread Andre McCurdy
On Thu, Feb 15, 2018 at 10:30 AM, Richard Purdie wrote: > On Mon, 2018-02-05 at 10:41 +0800, Robert Yang wrote: >> * Remove debian.patch which is already in the source. >> * The license is changed to GPLv3, I will add the v2 one >> (time_1.7.bb) to >>

Re: [OE-core] [PATCH 4/4] time: 1.7 -> 1.8

2018-02-15 Thread Richard Purdie
On Mon, 2018-02-05 at 10:41 +0800, Robert Yang wrote: > * Remove debian.patch which is already in the source. > * The license is changed to GPLv3, I will add the v2 one > (time_1.7.bb) to >   meta-gplv2. Could you point me at that patch please as we'll need to merge this at the same time to avoid

[OE-core] [PATCH] nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency

2018-02-15 Thread Alexander Kanavin
[YOCTO #12545] Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb

Re: [OE-core] [PATCH 2/9] linux-yocto: introduce 4.15 recipes

2018-02-15 Thread Bruce Ashfield
On 02/15/2018 11:37 AM, Martin Jansa wrote: After applying https://patchwork.openembedded.org/patch/147586/ and the do_configure[depends] change I got the same error, but this time in: make-mod-scripts/1.0-r0/temp/log.do_configure.20429 Yep. you'd also need this attached patch. Bruce

Re: [OE-core] [PATCH 2/4] nfs-utils: 2.1.1 -> 2.3.1

2018-02-15 Thread Richard Purdie
On Mon, 2018-02-05 at 10:41 +0800, Robert Yang wrote: > * Remove 0001-configure-Allow-to-explicitly-disable-nfsidmap.patch, > now the >   nfsidmap can't be disabled when nfsv4 is enabled, and nfsidmap > requires >   keyutils, so we have to disable nfsv4 by default since keyutils is > not >  

[OE-core] [PATCH 3/3] cmake: Upgrade 3.10.1 -> 3.10.2

2018-02-15 Thread Otavio Salvador
This is a minor stable update to CMake. This includes following changes: , | c1e087a9d CMake 3.10.2 | d592bfc9f Autogen: Ignore not existing source files in cmMakefile | d49986b3b KWIML: Backport RISC-V update to CMake 3.10 | 9417a6d32 FindPostgreSQL: Add support for PG10 | 683e9023a Autogen:

[OE-core] [PATCH 2/3] mesa: Upgrade 17.3.3 -> 17.3.4

2018-02-15 Thread Otavio Salvador
The 17.3.4 release, published in February 15th, 2018. It fixes a number of issues since 17.3.3 release. The release notes can be seen at: https://www.mesa3d.org/relnotes/17.3.4.html Signed-off-by: Otavio Salvador ---

[OE-core] [PATCH 1/3] go: Upgrade 1.9 to 1.9.4 stable release

2018-02-15 Thread Otavio Salvador
The 1.9.4 fixes a number of issues in the Go compiler and is important to get in before we start working on 1.10 inclusion. - go1.9.1 (released 2017/10/04) includes two security fixes. - go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go

Re: [OE-core] [PATCH 2/9] linux-yocto: introduce 4.15 recipes

2018-02-15 Thread Martin Jansa
After applying https://patchwork.openembedded.org/patch/147586/ and the do_configure[depends] change I got the same error, but this time in: make-mod-scripts/1.0-r0/temp/log.do_configure.20429 Regards, On Thu, Feb 15, 2018 at 5:23 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On

Re: [OE-core] [PATCH 2/9] linux-yocto: introduce 4.15 recipes

2018-02-15 Thread Bruce Ashfield
On 02/15/2018 11:18 AM, Martin Jansa wrote: I'm not sure if this is caused by linux-yocto upgrade or lttng upgrade, but without openssl-dev installed on the host I'm seeing following failures on ubuntu builders: It's lttng and the new dependencies of the kernel. I have a two patch series

Re: [OE-core] [PATCH 2/9] linux-yocto: introduce 4.15 recipes

2018-02-15 Thread Martin Jansa
I'm not sure if this is caused by linux-yocto upgrade or lttng upgrade, but without openssl-dev installed on the host I'm seeing following failures on ubuntu builders: oe-core/meta/recipes-kernel/lttng/lttng-modules_2.10.5.bb:do_make_scripts) failed with exit code '1'

Re: [OE-core] [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic

2018-02-15 Thread Richard Purdie
On Thu, 2018-02-15 at 15:11 +0100, Ming Liu wrote: > I observed this issue on rocko branch, but I think upstream also > needs it. Since even recrdepends handling had been changed in > bitbake, the problem here is the "recrdepends" is missing between > do_bootimg and do_populate_lic, actually there

Re: [OE-core] [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic

2018-02-15 Thread Ming Liu
Hi, Richard: I observed this issue on rocko branch, but I think upstream also needs it. Since even recrdepends handling had been changed in bitbake, the problem here is the "recrdepends" is missing between do_bootimg and do_populate_lic, actually there was a bug record for it, see:

Re: [OE-core] [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic

2018-02-15 Thread Richard Purdie
On Thu, 2018-02-15 at 13:49 +0100, liu.min...@gmail.com wrote: > From: Ming Liu > > This is needed since the license_deployed_manifest task is referring > the deployed licenses of the depends of do_bootimg task. > > Signed-off-by: Ming Liu > --- >  

[OE-core] [PATCH] swig.inc: inherit pkgconfig

2018-02-15 Thread Maxin B. John
swig uses pkg-config for pcre detection Signed-off-by: Maxin B. John --- meta/recipes-devtools/swig/swig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index

[OE-core] [PATCH] python3-pygobject: remove unused patches

2018-02-15 Thread Maxin B. John
Remove the following patches that are no-longer used in python3-pygobject: 1. 0001-configure.ac-Don-t-use-gnome-common-macros.patch 2. 0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch Signed-off-by: Maxin B. John ---

Re: [OE-core] Regarding Patch ID: 132816

2018-02-15 Thread Chaitanya Cherukuri
​Hello, The regular expression ​(from OEToolchainConfig.cmake) below is not working for SDK path /sysroots/cortexa9hf-neon-poky-linux-gnueabi if ($ENV{SDKTARGETSYSROOT} MATCHES "/sysroots/([a-zA-Z0-9_-]+)-.+-.+") set(CMAKE_SYSTEM_PROCESSOR ${CMAKE_MATCH_1}) endif() Thanks, Chaitanya On Tue,

Re: [OE-core] [PATCH] util-linux: 2.31 -> 2.31.1

2018-02-15 Thread Burton, Ross
On 12 February 2018 at 02:00, Huang Qiyu wrote: > 1.Upgrade util-linux from 2.31 to 2.31.1. > 2.Modify ALTERNATIVE_TARGET, since rfkill has been moved to /usr/sbin. > packages/corei7-64-poky-linux/util-linux/util-linux-rfkill: PKGSIZE changed from 47144 to 0 (-100%)

[OE-core] [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic

2018-02-15 Thread liu . ming50
From: Ming Liu This is needed since the license_deployed_manifest task is referring the deployed licenses of the depends of do_bootimg task. Signed-off-by: Ming Liu --- meta/classes/license.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 2/2] glibc: Upgrade to 2.27 release

2018-02-15 Thread Burton, Ross
Yes, that's it. Ross On 12 February 2018 at 07:32, Khem Raj wrote: > On Sat, Feb 3, 2018 at 2:21 AM, Burton, Ross > wrote: > > Getting there: https://autobuilder.yocto.io/tgrid > > > > Just two actual problems: > > - The non-gplv3 build failed as the