[OE-core] [PATCH 1/2] oeqa/buildperf/base: Fix fetchall reference to use runall bitbake option

2018-02-20 Thread Richard Purdie
The fetchall task was removed, use its replacement bitbake option. Signed-off-by: Richard Purdie --- meta/lib/oeqa/buildperf/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/buildperf/base.py

[OE-core] [PATCH 2/2] documentation.conf: Remove references to tasks which were removed

2018-02-20 Thread Richard Purdie
The fetchall and checkuriall tasks were removed, remove the doc strings for them. Signed-off-by: Richard Purdie --- meta/conf/documentation.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf

[OE-core] [PATCH V3 1/2] binutils: Upgrade to 2.30 release

2018-02-20 Thread Khem Raj
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 shared object. a985e9b9de Import patch from mainline to remove PROVODE qualifiers

[OE-core] [PATCH 2/2] glibc: Update to tip of 2.26

2018-02-20 Thread Khem Raj
This will make it easy to backport to rocko if needed after 2.27 is landed in master plus it fixes the aarch64 build issue seen with binutils 2.30 Signed-off-by: Khem Raj --- .../glibc/cross-localedef-native_2.26.bb | 2 +-

Re: [OE-core] [PATCH 12/27] kmod: define bashcompletiondir

2018-02-20 Thread Burton, Ross
On 19 February 2018 at 08:37, Maxin B. John wrote: > After moving to pkgconf, kmod package qa test fails without it. > Is this failing because pkgconf returns a full path (/path/to/my/build/usr/share/bash-completion) instead of the path in the pc

[OE-core] [PATCH] logging.bbclass: Enclose the tr string in quotes

2018-02-20 Thread Jason Wessel
On some linux hosts image recipes will fail to build as follows: ERROR: build-essential-0.3-r0 do_image_ext3: Usage: bbdebug [123] "message" ERROR: build-essential-0.3-r0 do_image_ext3: Function failed: do_image_ext3 (log file is located at

[OE-core] [PATCH] scripts/contrib/build-perf-test: Fix fetchall reference to use runall

2018-02-20 Thread Richard Purdie
Signed-off-by: Richard Purdie --- scripts/contrib/build-perf-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh index 7d99228..9a091ed 100755 ---

[OE-core] ✗ patchtest: failure for "oeqa/buildperf/base: Fix fetch..." and 1 more

2018-02-20 Thread Patchwork
== Series Details == Series: "oeqa/buildperf/base: Fix fetch..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/11023/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] ✗ patchtest: failure for scripts/contrib/build-perf-test: Fix fetchall reference to use runall

2018-02-20 Thread Patchwork
== Series Details == Series: scripts/contrib/build-perf-test: Fix fetchall reference to use runall Revision: 1 URL : https://patchwork.openembedded.org/series/11022/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] xcb-proto: don't compile for Python 2

2018-02-20 Thread Ross Burton
Remove the do_install_append to create the Python 2 pyc files, as nothing in the build is using Python 2 anymore (libxcb is the only user, and that uses Python 3). Also use variables instead of a patch to control what Python binary and path the modules are installed to. Signed-off-by: Ross

[OE-core] [PATCH 2/2] libva-utils: upgrade to 2.1.0

2018-02-20 Thread Anuj Mittal
Major changes: * Refine gtest conformance cases * vp9enc: add support low power mode * vavpp: add support for RGBA/RGBX surface * vainfo: add support new profile/entrypoint pairs Signed-off-by: Anuj Mittal --- .../libva/{libva-utils_2.0.0.bb => libva-utils_2.1.0.bb}

Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro

2018-02-20 Thread akuster808
in stable/pyro-next On 02/20/2018 04:50 AM, Andrei Gherzan wrote: > On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan > wrote: > > On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy >

[OE-core] [PATCH] utils.py: Use minimum value for PARALLEL_MAKE.

2018-02-20 Thread Michael Gloff
feded5fe2755fc6523c235fd6e82a0972e197c08 introduces parallel_make_argument with optional limit value. We need the min of PARRALLEL_MAKE and limit. Signed-off-by: Michael Gloff --- meta/lib/oe/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro

2018-02-20 Thread Palleti, Avinash Reddy
It needs to be merged in both pyro and pyro-next. Thanks, Avinash From: akuster808 [mailto:akuster...@gmail.com] Sent: Wednesday, February 21, 2018 10:17 AM To: Andrei Gherzan ; Palleti, Avinash Reddy ; akus...@mvista.com Cc: openembedded

[OE-core] [PATCH 1/2] libva: upgrade to 2.1.0

2018-02-20 Thread Anuj Mittal
Major changes: * Bump VA-API version to 1.1.0 * Add API for multi-frame processing * Add entrypoint VAEntrypointStats for Statistics * Add data structures for HEVC FEI support * Add new attributes for decoding/encoding/video processing * Add new VPP filter for Total Color Correction * Add

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: Fix 64 bit ENTRYPOINT

2018-02-20 Thread Vineeth Karumanchi
Hi Ross, On 2/8/2018 3:45 PM, Burton, Ross wrote: On 8 February 2018 at 06:29, Vineeth Chowdary Karumanchi > wrote: 64 bit entry point should be passed in 2 literals ( "0x1 0x8000" ).ENTRYPOINT is assigned

[OE-core] Back porting lttng-module update to v2.10.5 from master to rocko

2018-02-20 Thread Leon Anavi
Hi, Yesterday, while working on Automotive Grade Linux (AGL) based on Yocto/OpenEmbedded layers for release Rocko, I noticed an issue with lttng-modules for machine intel-corei7-64 with Linux kernel 4.9.77. The fix requires updating lttng-modules to v2.10.5 and has been already done at the master

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Khem Raj
On 2/19/18 5:20 PM, Denys Dmytriyenko wrote: On Mon, Feb 19, 2018 at 09:36:22PM -0300, Otavio Salvador wrote: On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Explicitly depend on bison-native for deterministic builds, as it

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

2018-02-20 Thread Burton, Ross
Ah yes, aarch64. Lots of errors like this when building glibc 2.26: | /usr/src/debug/glibc/2.26-r0/git/elf/dl-lookup.c:287:(.text+0x82fc): relocation truncated to fit: R_AARCH64_LD64_GOT_LO12_NC against symbol `free' defined in .text section in

Re: [OE-core] [PATCH] busybox: 1.27.2 -> 1.28.0

2018-02-20 Thread Richard Purdie
On Fri, 2018-02-09 at 13:11 +0800, Huang Qiyu wrote: > 1.Upgrade busybox from 1.27.2 to 1.28.0. > 2.Delete CVE-2011-5325.patch, busybox-CVE-2017-16544.patch, since it > is integrated upstream. > 3.Modify busybox-udhcpc-no_deconfig.patch, since the data has been > changed. > > Signed-off-by: Huang

[OE-core] [PATCH] meson.bbclass: Add support for nativesdk

2018-02-20 Thread Peter Kjellerstedt
We need to use the meson.cross file when building for nativesdk. Additionally, we need to trick meson's sanity tests, just as it is done for target builds. Signed-off-by: Peter Kjellerstedt --- I have not tested this extensively, but it at least seems to build

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Otavio Salvador
On Tue, Feb 20, 2018 at 7:10 AM, Khem Raj wrote: > On 2/19/18 5:20 PM, Denys Dmytriyenko wrote: >> >> On Mon, Feb 19, 2018 at 09:36:22PM -0300, Otavio Salvador wrote: >>> >>> On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko >>> wrote: From: Denys

[OE-core] [PATCH v2 6/6] libdrm: Upgrade 2.4.89 -> 2.4.90

2018-02-20 Thread Otavio Salvador
The 2.4.90 was announced in Feb 17th 2018 and had following changes are listed: , | Andrey Grodzovsky (2): | amdgpu: Update deadlock test to not assert on ECANCELED | amdgpu: Fix segfault in deadlock test. | | Anuj Phogat (1): | intel: Add more Coffeelake PCI IDs | | Bas

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

2018-02-20 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

[OE-core] [PATCH v2 4/6] go-dep: Upgrade 0.3.2 -> 0.4.1

2018-02-20 Thread Otavio Salvador
The release was announced in Jan 24th 2018 and provides a number of features and bug fixes. The 0.4.1 restores the `dep prune` command support, which was dropped on 0.4.0, so existing scripts will continue to work. That said, it is advisable to change the scripts to use the new features of `dep

[OE-core] [PATCH v2 2/6] mesa: Upgrade 17.3.3 -> 17.3.5

2018-02-20 Thread Otavio Salvador
The 17.3.5 release, published in February 19th, 2018 to fix a critical regression from 17.3.4 release. They fix 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 https://www.mesa3d.org/relnotes/17.3.5.html Signed-off-by:

[OE-core] [PATCH v2 5/6] mtd-utils: Bump revision to 1bfee866

2018-02-20 Thread Otavio Salvador
This bumps the version to 2.0.1 release plus some more changes. The following patches were merged upstream: - 0001-Fix-build-with-musl.patch - 010-fix-rpmatch.patch - fix-armv7-neon-alignment.patch The `mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch` patch has been

[OE-core] [PATCH] libinput: upgrade to version 1.10.0

2018-02-20 Thread Maxin B. John
1. Set RDEPENDS to python3 2. Fix a QA error related to python3 path: a) 0001-libinput-measure-touchpad-tap-fix-python-script-QA-e.patch Signed-off-by: Maxin B. John --- ...asure-touchpad-tap-fix-python-script-QA-e.patch | 32 ++

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

2018-02-20 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] linux-yocto/4.12: fix qemuarm64 boot failure

2018-02-20 Thread Bruce Ashfield
The -stable update to 4.12 needs one more commit to fix the boot of qemuarm64. This will be part of the next 4.12 -stable series, but for now, we merge the patch directly. 40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y Signed-off-by: Richard Purdie

[OE-core] [PATCH][rocko] linux-yocto/4.12: fix qemuarm64 boot failure

2018-02-20 Thread Bruce Ashfield
The -stable update to 4.12 needs one more commit to fix the boot of qemuarm64. This will be part of the next 4.12 -stable series, but for now, we merge the patch directly. 40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y Signed-off-by: Richard Purdie

[OE-core] ✗ patchtest: failure for linux-yocto/4.12: fix qemuarm64 boot failure (rev2)

2018-02-20 Thread Patchwork
== Series Details == Series: linux-yocto/4.12: fix qemuarm64 boot failure (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/11014/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] Linux firmware for iwlwifi 8000c disappeared in pyro

2018-02-20 Thread Andrei Gherzan
On Fri, Feb 16, 2018 at 2:08 PM, Andrei Gherzan wrote: > On Fri, Feb 16, 2018 at 1:48 PM, Palleti, Avinash Reddy < > avinash.reddy.pall...@intel.com> wrote: > >> I submitted a fix sometime back, >> http://lists.openembedded.org/pipermail/openembedded-core/20 >>

[OE-core] [PATCH 3/4] gtk-icon-utils-native: upgrade to version 3.22.28

2018-02-20 Thread Maxin B. John
3.22.26 -> 3.22.28 Signed-off-by: Maxin B. John --- meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.28.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.28.bb

[OE-core] [PATCH 2/4] gtk+3: upgrade to version 3.22.28

2018-02-20 Thread Maxin B. John
3.22.26 -> 3.22.28 Bug-fix release Signed-off-by: Maxin B. John --- meta/recipes-gnome/gtk+/{gtk+3_3.22.26.bb => gtk+3_3.22.28.bb}| 4 ++-- ...-icon-utils-native_3.22.26.bb => gtk-icon-utils-native_3.22.28.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 4/4] librsvg: provide RECIPE_NO_UPDATE_REASON

2018-02-20 Thread Maxin B. John
Rustification of librsvg from version 2.41.0 onwards creates the need for Rust compiler to build it. We need to push the upgrade of librsvg until we have Rust support in oe-core. Signed-off-by: Maxin B. John --- meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 2 ++ 1 file

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Martin Jansa
I'm OK with adding bison-native for all versions. When we added bc-native 2+ years ago: commit c067e52cffe002de3b39aa1bced308dd532859c1 Author: Alejandro Hernandez Date: Thu Oct 2 15:33:23 2014 -0500 kernel: Added bc-native as DEPENDS The makefile

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

2018-02-20 Thread Bruce Ashfield
On 02/19/2018 06:45 PM, Richard Purdie wrote: On Mon, 2018-02-19 at 10:37 -0500, Bruce Ashfield wrote: From: Joe Slater Remove do_make_scripts() from module-base.bbclass and put functionality in a recipe.  This will build the scripts only once instead of each time an

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Khem Raj
On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa wrote: > I'm OK with adding bison-native for all versions. > As long we know that there are no side effects of this dep in kernel builds > > When we added bc-native 2+ years ago: > commit

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

2018-02-20 Thread Bruce Ashfield
On 02/19/2018 06:45 PM, Richard Purdie wrote: On Mon, 2018-02-19 at 10:37 -0500, Bruce Ashfield wrote: From: Joe Slater Remove do_make_scripts() from module-base.bbclass and put functionality in a recipe.  This will build the scripts only once instead of each time an

[OE-core] [PATCH 1/4] glib-2.0: upgrade to version 2.54.3

2018-02-20 Thread Maxin B. John
2.54.2 -> 2.54.3 Remove upstreamed patch: 1. glib-mkenums-replace-and-warn-decoding.patch Signed-off-by: Maxin B. John --- .../glib-mkenums-replace-and-warn-decoding.patch | 104 - .../{glib-2.0_2.54.2.bb => glib-2.0_2.54.3.bb} | 5 +-

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

2018-02-20 Thread Khem Raj
V2 should have fixed it can you confirm you picked v2 On Tue, Feb 20, 2018 at 2:38 AM Burton, Ross wrote: > Ah yes, aarch64. > > Lots of errors like this when building glibc 2.26: > > | /usr/src/debug/glibc/2.26-r0/git/elf/dl-lookup.c:287:(.text+0x82fc): > relocation

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

2018-02-20 Thread Burton, Ross
See poky-contrib:ross/binutils: binutils: Upgrade to 2.30 release 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 sy

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Denys Dmytriyenko
On Tue, Feb 20, 2018 at 04:08:06PM +, Khem Raj wrote: > On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa wrote: > > > I'm OK with adding bison-native for all versions. > > As long we know that there are no side effects of this dep in kernel builds You do realize that

[OE-core] [PATCH 1/2 v3] make-mod-scripts: change how some kernel module tools are built

2018-02-20 Thread Bruce Ashfield
From: Joe Slater Remove do_make_scripts() from module-base.bbclass and put functionality in a recipe. This will build the scripts only once instead of each time an external module is built. [YOCTO #12228] Signed-off-by: Joe Slater Signed-off-by:

[OE-core] [PATCH 2/2 v3] make-mod-scripts: add build requirements for external modules

2018-02-20 Thread Bruce Ashfield
Newer kernels (4.14/v4.15+) have dependencies for the build of modules (and hence external modules). Without these dependencies explicitly in the build chain, you can end up with build failures like: work-shared/qemux86/kernel-source/scripts/extract-cert.c:21:25: fatal error: openssl/bio.h:

[OE-core] Yocto Project Status WW08’18

2018-02-20 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 M3 development Next Deadline: YP 2.5 M3 cut off was 2/19/18 *** FEATURE FREEZE for 2.5 is imminent! *** SWAT team rotation: Tracy -> Stephano on Feb. 16, 2018. SWAT team rotation: Stephano -> Maxin John on Feb. 23, 2018

[OE-core] [PATCH] kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Justin Bronder
libelf is required for CONFIG_STACK_VALIDATION which is required by CONFIG_UNWINDER_ORC (the default in 4.14+). We also need to update the module classes to pass HOSTCC and HOSTCPP just like the kernel class already does. Otherwise the test for libelf in the kernel Makefile fails. ---

Re: [OE-core] [PATCH] kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Bruce Ashfield
On Tue, Feb 20, 2018 at 11:41 AM, Justin Bronder wrote: > libelf is required for CONFIG_STACK_VALIDATION which is required by > CONFIG_UNWINDER_ORC (the default in 4.14+). As you'll see in the discussion about adding bison-native, we don't want to add these version

[OE-core] [PATCH] flex: upgrade to 2.6.4

2018-02-20 Thread Ross Burton
Upgrade to 2.6.4 and use the new tarballs on GitHub. Remove patches which have been merged upstream. The new releases of Flex bootstrap differently, but the bootstrapping code isn't entirely cross-friendly yet so depend on flex-native and pass --disable-bootstrap. Signed-off-by: Ross Burton

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Denys Dmytriyenko
On Tue, Feb 20, 2018 at 10:28:47AM -0800, Khem Raj wrote: > On Tue, Feb 20, 2018 at 8:17 AM, Denys Dmytriyenko wrote: > > On Tue, Feb 20, 2018 at 04:08:06PM +, Khem Raj wrote: > >> On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa > >> wrote: > >> > >> >

[OE-core] ✗ patchtest: failure for kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Patchwork
== Series Details == Series: kernel: module: module-base: depend on elfutils-native Revision: 1 URL : https://patchwork.openembedded.org/series/11018/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Khem Raj
On Tue, Feb 20, 2018 at 8:17 AM, Denys Dmytriyenko wrote: > On Tue, Feb 20, 2018 at 04:08:06PM +, Khem Raj wrote: >> On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa wrote: >> >> > I'm OK with adding bison-native for all versions. >> >> As long we know

Re: [OE-core] kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Bruce Ashfield
On Tue, Feb 20, 2018 at 3:45 PM, Justin Bronder wrote: > On 20/02/18 12:06 -0500, Bruce Ashfield wrote: >> On Tue, Feb 20, 2018 at 11:41 AM, Justin Bronder >> wrote: >> > libelf is required for CONFIG_STACK_VALIDATION which is required by >> >

Re: [OE-core] kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Justin Bronder
On 20/02/18 12:06 -0500, Bruce Ashfield wrote: > On Tue, Feb 20, 2018 at 11:41 AM, Justin Bronder > wrote: > > libelf is required for CONFIG_STACK_VALIDATION which is required by > > CONFIG_UNWINDER_ORC (the default in 4.14+). > > As you'll see in the discussion about

Re: [OE-core] [rocko][PATCH] bind: move libraries to own package

2018-02-20 Thread Andre McCurdy
On Tue, Jan 23, 2018 at 12:25 PM, Andre McCurdy wrote: > On Tue, Dec 5, 2017 at 5:39 PM, Andre McCurdy wrote: >> From: "andreas.kl...@peiker-cee.de" >> >> Signed-off-by: Andy Kling >>