Re: [OE-core] [PATCH v3 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 12:25 PM, Burton, Ross wrote: > On 17 January 2018 at 14:21, Alexander Kanavin > wrote: >> >> On 01/17/2018 03:21 PM, Otavio Salvador wrote: >>> >>> ...make-native_3.9.5.bb => cmake-native_3.10.1.bb} | 0 >>>

Re: [OE-core] [AUH] Upgrade status: 2018-01-16

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 01:53 PM, Otavio Salvador wrote: An important aspect is to analyze the errors in the upgrade process. I went through all the upgrades and: - go-dep is confusing. It failed but I essentially bumped the SRCREV so I don't know why it failed - cmake has multiple errors: -

Re: [OE-core] [PATCH 3/4] lttng-modules: upgrade 2.9.5 -> 2.10.4

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 05:25 PM, Richard Purdie wrote: LICENSE file contains a list of files and addtional files were added to the list, license was unchanged. I'd like to standardize this to a tag, and so the license change text mentions a tag. Something like Otavio did: License-checksum-change:

Re: [OE-core] [AUH] Upgrade status: 2018-01-16

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 12:00 PM, Alexander Kanavin wrote: > On 01/17/2018 01:53 PM, Otavio Salvador wrote: > >> An important aspect is to analyze the errors in the upgrade process. I >> went through all the upgrades and: >> >> - go-dep is confusing. It failed

Re: [OE-core] [PATCH 2/2] piglit: override install target name instead of do_install

2018-01-17 Thread Otavio Salvador
On Tue, Jan 16, 2018 at 11:25 AM, Ross Burton wrote: > Simply override the install target, instead of reimplementing do_install. > > Apart from being neater, this also stops the recipe expecting that cmake is > using the Make backend. > > Signed-off-by: Ross Burton

[OE-core] [PATCH 2/4] lttng-ust: upgrade 2.9.1 -> 2.10.1

2018-01-17 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/{lttng-ust_2.9.1.bb => lttng-ust_2.10.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.9.1.bb => lttng-ust_2.10.1.bb} (90%) diff --git

[OE-core] [PATCH 1/4] nasm: upgrade 2.13.01 -> 2.13.02

2018-01-17 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/{nasm_2.13.01.bb => nasm_2.13.02.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/nasm/{nasm_2.13.01.bb => nasm_2.13.02.bb} (80%) diff --git

[OE-core] [PATCH 3/4] lttng-modules: upgrade 2.9.5 -> 2.10.4

2018-01-17 Thread Richard Purdie
LICENSE file contains a list of files and addtional files were added to the list, license was unchanged. Signed-off-by: Richard Purdie --- .../lttng/{lttng-modules_2.9.5.bb => lttng-modules_2.10.4.bb}| 9 + 1 file changed, 5 insertions(+), 4

[OE-core] [PATCH 4/4] subversion: upgrade 1.9.6 -> 1.9.7

2018-01-17 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../subversion/subversion/CVE-2017-9800.patch | 136 - .../{subversion_1.9.6.bb => subversion_1.9.7.bb} | 5 +- 2 files changed, 2 insertions(+), 139 deletions(-) delete mode 100644

Re: [OE-core] [PATCH v3 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Burton, Ross
On 17 January 2018 at 14:21, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 01/17/2018 03:21 PM, Otavio Salvador wrote: > >> ...make-native_3.9.5.bb => cmake-native_3.10.1.bb} | 0 >> .../cmake/{cmake_3.9.5.bb => cmake_3.10.1.bb} | 2 +- >> > > Can you look into

[OE-core] [PATCH v4] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
The 3.10.1 version has been in Dec 13, 2017, and has a great set of features and improvements since the last upgrade. The release notes of 3.10 release is available at: https://cmake.org/cmake/help/v3.10/release/3.10.html Patches updates: - cmake-Prevent-the-detection-of-Qt5.patch: so it

Re: [OE-core] [PATCH 3/4] lttng-modules: upgrade 2.9.5 -> 2.10.4

2018-01-17 Thread Richard Purdie
On Wed, 2018-01-17 at 17:23 +0200, Alexander Kanavin wrote: > On 01/17/2018 05:25 PM, Richard Purdie wrote: > > > > LICENSE file contains a list of files and addtional files were > > added to > > the list, license was unchanged. > I'd like to standardize this to a tag, and so the license change >

Re: [OE-core] [PATCH v3 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 03:21 PM, Otavio Salvador wrote: ...make-native_3.9.5.bb => cmake-native_3.10.1.bb} | 0 .../cmake/{cmake_3.9.5.bb => cmake_3.10.1.bb} | 2 +- Can you look into merging the -native recipe into the main recipe? Is there still a particular reason why they're separate?

Re: [OE-core] [PATCH v2 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Burton, Ross
On 17 January 2018 at 13:34, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Wed, Jan 17, 2018 at 11:28 AM, Burton, Ross > wrote: > > On 17 January 2018 at 13:22, Otavio Salvador > > wrote: > >> > >> I believe it is

[OE-core] [PATCH 3/4] lttng-modules: upgrade 2.9.5 -> 2.10.4

2018-01-17 Thread Richard Purdie
LICENSE file contains a list of files and addtional files were added to the list, license was unchanged. Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-modules_2.10.4.bb | 35 +++

[OE-core] [PATCH 2/4] lttng-ust: upgrade 2.9.1 -> 2.10.1

2018-01-17 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb | 37 +++ meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb | 37 --- 2 files changed, 37 insertions(+), 37 deletions(-) create mode

Re: [OE-core] [PATCH 1/2] cmake: allow target names to be overridden

2018-01-17 Thread Otavio Salvador
On Tue, Jan 16, 2018 at 11:25 AM, Ross Burton wrote: > Don't hardcode the targets used in do_compile and do_install, instead build > "all" and "install" by default but respect OECMAKE_TARGET_COMPILE and > OECMAKE_TARGET_INSTALL variables. > > Signed-off-by: Ross Burton

Re: [OE-core] [PATCH v3 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 03:21 PM, Otavio Salvador wrote: License-checksum-change: added new contributors Cool, the license diff extractor worked :) Previously it was a major annoyance. Now we need to fix the patchtest to check for the tag:

[OE-core] [PATCH 1/2] gst-examples: upgrade to latest revision

2018-01-17 Thread Maxin B. John
As suggested by updated AUH Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gst-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_git.bb

[OE-core] [PATCH 2/2] mesa: improve build reproducibility

2018-01-17 Thread Maxin B. John
Sort the output to ensure reproducibility. Fixes [YOCTO #12479] Signed-off-by: Maxin B. John --- ...01-anv_icd.py-improve-reproducible-builds.patch | 27 ++ meta/recipes-graphics/mesa/mesa_17.3.2.bb | 1 + 2 files changed, 28 insertions(+)

[OE-core] [PATCH 4/4] subversion: upgrade 1.9.6 -> 1.9.7

2018-01-17 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../subversion/subversion/CVE-2017-9800.patch | 136 - .../subversion/subversion_1.9.6.bb | 56 - .../subversion/subversion_1.9.7.bb | 55 + 3 files

[OE-core] [PATCH 1/4] nasm: upgrade 2.13.01 -> 2.13.02

2018-01-17 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/nasm_2.13.01.bb | 28 meta/recipes-devtools/nasm/nasm_2.13.02.bb | 28 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644

Re: [OE-core] [PATCH] kernel-fitimage: use sha256 checksum

2018-01-17 Thread Burton, Ross
This and your other kernel-fitimage patches conflict, can you solve that and send them again? Ross On 17 January 2018 at 09:28, Thomas Perrot wrote: > Update the bbclass to use sha256 instead of sha1. > > Signed-off-by: Thomas Perrot > --- >

[OE-core] ✗ patchtest: failure for "nasm: upgrade 2.13.01 -> 2.13...." and 3 more

2018-01-17 Thread Patchwork
== Series Details == Series: "nasm: upgrade 2.13.01 -> 2.13" and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/10578/ 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 v4 1/3] libdrm: upgrade 2.4.88 -> 2.4.89

2018-01-17 Thread Otavio Salvador
The 2.4.89 version has been released in Dec 18, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | libdrm release with leasing and syncobj api updates, | updated amdgpu marketing ids, amdgpu tests, | updated uapi headers | etnaviv updates. `

[OE-core] [PATCH v4 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
The 3.10.1 version has been in Dec 13, 2017, and has a great set of features and improvements since the last upgrade. The release notes of 3.10 release is available at: https://cmake.org/cmake/help/v3.10/release/3.10.html Patches updates: - cmake-Prevent-the-detection-of-Qt5.patch: so it

[OE-core] [PATCH v4 2/3] go-dep: upgrade 0.3.1 -> 0.3.2

2018-01-17 Thread Otavio Salvador
The 0.3.2 version has been released in Oct 19, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | NEW FEATURES: | | - Add support for importing from gvt and gb. (#1149) | - Wildcard ignore support. (#1156) | - Disable SourceManager lock by setting

Re: [OE-core] [RFC PATCH] cmake: use Ninja backend instead of Make

2018-01-17 Thread Otavio Salvador
On Tue, Jan 16, 2018 at 11:25 AM, Ross Burton wrote: > The Ninja backend is faster than Make for large projects (takes three minutes > off webkitgtk:do_compile for me), so use it by default. > > Signed-off-by: Ross Burton I tried to test this but it

[OE-core] [PATCH] libarchive: Enable xz and lzo by default

2018-01-17 Thread Otavio Salvador
The XZ format is widely used and multiple recipes inside OE-Core already use it, so making the XZ enabled by default align the expectation of users. The LZO, on the other side, is commonly used in embedded systems due its performance so it makes sense to be available by default. Signed-off-by:

Re: [OE-core] [morty][PATCH] kernel.bbclass: Fix symlink creation when using externalsrc

2018-01-17 Thread akuster808
On 01/11/2018 08:07 AM, Stefan Stanacar wrote: > do_unpack is by default in SRCTREECOVEREDTASKS so this append can't run, since > this tasks gets removed by externalsrc when it's enabled. > > However this was hidden because externalsrc does run do_fetch and do_unpack if > there are type=kmeta or

Re: [OE-core] Issues with meson in SDK with cross-file

2018-01-17 Thread Martin Kelly
Paul, any opinion? On 01/12/2018 04:35 AM, Alexander Kanavin wrote: On 01/11/2018 09:22 PM, Martin Kelly wrote: Khem and Alexander, could you comment on which solution is preferable from an SDK standpoint? Otherwise, could you nominate someone else to do so in your place? :) I'm not sure

[OE-core] [PATCH 2/3] meson.bbclass: include C{, XX}FLAGS in cross args

2018-01-17 Thread Martin Kelly
Currently, CFLAGS and CXXFLAGS are not making it into the compile line. This is because meson appends CFLAGS/CXXFLAGS from the environment only for native but not for cross builds (probably to keep cross-builds more isolated). As a result, we need to make sure these vars goes into meson.cross.

[OE-core] [PATCH 3/3] meson.bbclass: add MESON_LINK_ARGS to vardeps

2018-01-17 Thread Martin Kelly
Currently, we include MESON_C_ARGS in write_config[vardeps], but we don't include MESON_LINK_ARGS, which also affects meson.cross. In addition, we include TOOLCHAIN_OPTIONS, from which both are derived. Add MESON_LINK_ARGS, and remove TOOLCHAIN_OPTIONS, which does not directly appear in

[OE-core] [PATCH 1/3] meson.bbclass: compile with --buildtype plain

2018-01-17 Thread Martin Kelly
OE manages all the compile flags, so we don't want meson to inject its own flags. Currently, it's injecting -O0 and causing build breaks when security flags are enabled (because _FORTIFY_SOURCE requires an optimized build and meson defaults to a debug -O0 build). Add --buildtype plain so meson

[OE-core] [PATCH] buildhistory-diff: add support for colourising the output

2018-01-17 Thread Ross Burton
Colour value removes in red and additions in green, making it easier to scan the output for relevant changes. This adds a --colour option to specify whether colouring should be on, off, or detected. The default is detected, and depends on whether stdout is a TTY (same behaviour as git).

[OE-core] [PATCH] devtool: rename the suggested license change tag to 'License-Change:'

2018-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/lib/devtool/upgrade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 7de9ab5c2db..81bff5383a9 100644 ---

[OE-core] [PATCH] devtool: rename the suggested license change tag to 'License-Update:'

2018-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/lib/devtool/upgrade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 7de9ab5c2db..c3fd866ef67 100644 ---

Re: [OE-core] [morty][RESEND][PATCH] gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17

2018-01-17 Thread akuster808
On 01/15/2018 12:14 AM, Martin Jansa wrote: > ping > > On Sat, Dec 2, 2017 at 1:37 AM, Martin Jansa > wrote: > > From: Khem Raj > > pick up now for stagging. armin > > > When using

[OE-core] [PATCH] cryptodev-module: fix with kernels 4.13 and newer

2018-01-17 Thread California Sullivan
Backport a patch from upstream to address designated-init errors such as the following: cryptodev-module/1.9-r0/cryptodev-linux-1.9/ioctl.c:1127:3: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] | {0, }, |^

Re: [OE-core] [RFC PATCH] cmake: use Ninja backend instead of Make

2018-01-17 Thread Randy MacLeod
On 2018-01-17 11:18 AM, Otavio Salvador wrote: On Tue, Jan 16, 2018 at 11:25 AM, Ross Burton wrote: The Ninja backend is faster than Make for large projects (takes three minutes off webkitgtk:do_compile for me), so use it by default. Signed-off-by: Ross Burton

[OE-core] [PATCH] grub: Fix device mapper dependency

2018-01-17 Thread Robert Joslyn
The lvm2 recipe in meta-oe was split, so the libdevmapper library is provided by the libdevmapper recipe rather than lvm2. Signed-off-by: Robert Joslyn --- meta/recipes-bsp/grub/grub2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] ✗ patchtest: failure for cryptodev-module: fix with kernels 4.13 and newer

2018-01-17 Thread Patchwork
== Series Details == Series: cryptodev-module: fix with kernels 4.13 and newer Revision: 1 URL : https://patchwork.openembedded.org/series/10589/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] ✗ patchtest: failure for receipes-devtools: QEMU: Bump to version 2.11.0 (rev5)

2018-01-17 Thread Patchwork
== Series Details == Series: receipes-devtools: QEMU: Bump to version 2.11.0 (rev5) Revision: 5 URL : https://patchwork.openembedded.org/series/10286/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfs

2018-01-17 Thread Thomas Perrot
In the case of a fitImage the this step should be done on the image use to assemble the fitImage. Signed-off-by: Thomas Perrot --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass

[OE-core] [PATCH] glib-2.0: fix EXTRA_OECONF append for PTEST

2018-01-17 Thread Martin Hundebøll
The order of '_append' and '_' matters: '_append' must be before overrides to have any effect. Fix this in glib-2.0, so that EXTRA_OECONF is appended instead of overwritten. Signed-off-by: Martin Hundebøll --- meta/recipes-core/glib-2.0/glib.inc | 2 +- 1 file changed, 1

[OE-core] [PATCH 2/2] linux-firmware: package ibt-17-16-1 firmware

2018-01-17 Thread Liwei Song
Package ibt-17-16-1 firmware for Bluetooth device 9460/9560 Signed-off-by: Liwei Song --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

[OE-core] [PATCH 1/2] linux-firmware: package iwlwifi-9000 series fimware

2018-01-17 Thread Liwei Song
Add package for 9000 seires Intel wireless firmware. Signed-off-by: Liwei Song --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb

[OE-core] [rocko][RESEND PATCH] weston: add patch to set pitch correctly for subsampled textures

2018-01-17 Thread Andrey Konovalov
This fixes display issue with YUV420/I420 and NV12 formats, that can result in crash of weston. The master branch has this fix as part of commit 148920f3971d "weston: Bump version to 3.0.0". The patch has been rebased to apply cleanly to weston 2.0.0. Signed-off-by: Andrey Konovalov

[OE-core] [PATCH] kernel-fitimage: use sha256 checksum

2018-01-17 Thread Thomas Perrot
Update the bbclass to use sha256 instead of sha1. Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass

[OE-core] [PATCH] grub/grub-efi: fix conflict

2018-01-17 Thread Hongxu Jia
While installing grub and grub-efi, there are conflict files in ${sysconfdir} ${datadir} ${bindir} ${sbindir}. - Since all of the conflicted files are tools which is common for grub and grub-efi, we split them (except grub-editenv) to grub-common in grub. - The package grub-common runtime

[OE-core] ✗ patchtest: failure for receipes-devtools: QEMU: Bump to version 2.11.0 (rev6)

2018-01-17 Thread Patchwork
== Series Details == Series: receipes-devtools: QEMU: Bump to version 2.11.0 (rev6) Revision: 6 URL : https://patchwork.openembedded.org/series/10286/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] kernel.bbclass: drop legacy fallback to yes '' | make oldconfig

2018-01-17 Thread Andre McCurdy
The "oldnoconfig" target has been supported since Linux 2.6.36. According to OLDEST_KERNEL, the oldest kernel currently supported by OE is 3.2.0, so the fallback to yes '' | make oldconfig is no longer required. Signed-off-by: Andre McCurdy --- meta/classes/kernel.bbclass

Re: [OE-core] [PATCH] iproute2: 4.13.0 -> 4.14.1

2018-01-17 Thread Changhyeok Bae
ping. Do you have any problem to merge this change? Thanks Changhyeok 2017-12-14 9:26 GMT+09:00 Changhyeok Bae : > - This release features JSON output for many commands and greater > support of offloading to hardware. > > - Config is changed to config.mk > >

Re: [OE-core] [RFC PATCH] cmake: use Ninja backend instead of Make

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 7:43 PM, Burton, Ross wrote: > There appears to be a small number of upstreams that break with ninja, so > I'll rework this patch so that the backend is an option but default to > Ninja. When doing so, please rebase on top of my patches and send it

Re: [OE-core] [PATCH] cryptodev-module: fix with kernels 4.13 and newer

2018-01-17 Thread Cal Sullivan
Apologies, it looks like the same patch was submitted by someone else already. I will ack that one. Ignore this one. Thanks, Cal On 01/17/2018 12:59 PM, California Sullivan wrote: Backport a patch from upstream to address designated-init errors such as the following:

Re: [OE-core] [PATCH] kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfs

2018-01-17 Thread Andre McCurdy
On Wed, Jan 17, 2018 at 1:21 AM, Thomas Perrot wrote: > In the case of a fitImage the this step should be done on the > image use to assemble the fitImage. > > Signed-off-by: Thomas Perrot > --- > meta/classes/kernel.bbclass | 2 +- > 1 file

Re: [OE-core] [RFC PATCH] cmake: use Ninja backend instead of Make

2018-01-17 Thread Burton, Ross
On 17 January 2018 at 20:57, Randy MacLeod wrote: > On 2018-01-17 11:18 AM, Otavio Salvador wrote: > >> On Tue, Jan 16, 2018 at 11:25 AM, Ross Burton >> wrote: >> >>> The Ninja backend is faster than Make for large projects (takes three >>>

Re: [OE-core] ✗ patchtest: failure for receipes-devtools: QEMU: Bump to version 2.11.0 (rev5)

2018-01-17 Thread Alistair Francis
On Wed, Jan 17, 2018 at 1:05 PM, Patchwork wrote: > == Series Details == > > Series: receipes-devtools: QEMU: Bump to version 2.11.0 (rev5) > Revision: 5 > URL : https://patchwork.openembedded.org/series/10286/ > State : failure > > == Summary == > > >

Re: [OE-core] [RFC] cryptodev: Fix build errors with v4.11

2018-01-17 Thread Cal Sullivan
Acked-by: California Sullivan On 01/05/2018 06:37 AM, Daniel Schultz wrote: Commit message from the included patch: "Linux kernel has added -Werror=designated-init around 4.11 (c834f0e8a8b) triggering build errors with gcc 5 and 6 (but not with gcc 4)"

[OE-core] [PATCH v3 2/3] go-dep: upgrade 0.3.1 -> 0.3.2

2018-01-17 Thread Otavio Salvador
The 0.3.2 version has been released in Oct 19, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | NEW FEATURES: | | - Add support for importing from gvt and gb. (#1149) | - Wildcard ignore support. (#1156) | - Disable SourceManager lock by setting

[OE-core] [PATCH v3 1/3] libdrm: upgrade 2.4.88 -> 2.4.89

2018-01-17 Thread Otavio Salvador
The 2.4.89 version has been released in Dec 18, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | libdrm release with leasing and syncobj api updates, | updated amdgpu marketing ids, amdgpu tests, | updated uapi headers | etnaviv updates. `

[OE-core] [PATCH v3 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
The 3.10.1 version has been in Dec 13, 2017, and has a great set of features and improvements since the last upgrade. The release notes of 3.10 release is available at: https://cmake.org/cmake/help/v3.10/release/3.10.html Patches updates: - cmake-Prevent-the-detection-of-Qt5.patch: so it

Re: [OE-core] [PATCH v2 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 11:16 AM, Burton, Ross wrote: > On 17 January 2018 at 13:11, Otavio Salvador > wrote: >> >> Changes in v2: >> - add make-native dependency > > > I can't see a dependency on make-native anywhere, and we've always relied on >

Re: [OE-core] [PATCH v2 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Burton, Ross
On 17 January 2018 at 13:22, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > I believe it is looking for the utils inside sysroot now. Do you think > it makes sense to avoid the dependency? > Yes, we don't need to build it as make is in HOSTTOOLS. Can you just tell it where to find

Re: [OE-core] [AUH] Upgrade status: 2018-01-16

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 04:15 AM, Andre McCurdy wrote: TOTAL: attempted=120 succeeded=45(37.50%) failed=75(62.50%) Giving these percentages to two decimal places seems a little over the top. Perhaps the stats could be made even more readable by just giving the pass rate, instead of both pass and

Re: [OE-core] [PATCH v2 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 11:28 AM, Burton, Ross wrote: > On 17 January 2018 at 13:22, Otavio Salvador > wrote: >> >> I believe it is looking for the utils inside sysroot now. Do you think >> it makes sense to avoid the dependency? > > >

[OE-core] [PATCH] grep: support Perl regular expression

2018-01-17 Thread Haiqing Bai
Supporting Perl regular expression is disabled with '--disable-perl-regexp' but the manpage of 'grep' shows the '-P' option and returns below error: /bin/grep.grep -o -P 'PATTERN' file /bin/grep.grep: support for the -P option is not compiled into this \ --disable-perl-regexp binary

Re: [OE-core] [oe] [yocto] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-17 Thread Jeff Osier-Mixon
> We know. It is painful. YP Dev Day is the Thursday after, and I suspect > we would lose people waiting until Friday. > SCaLE doesn't usually coincide the week before ELC, so this year was just bad timing from the universe. I propose we start with the board meeting at 9:30 and plan OEDAM to

Re: [OE-core] [RFC PATCH] cmake: use Ninja backend instead of Make

2018-01-17 Thread Randy MacLeod
On 2018-01-17 04:43 PM, Burton, Ross wrote: There appears to be a small number of upstreams that break with ninja, so I'll rework this patch so that the backend is an option but default to Ninja. The only failure that involved a cmake based package was piglit for my qemux86-64 world build.

Re: [OE-core] [RFC PATCH] cmake: use Ninja backend instead of Make

2018-01-17 Thread Randy MacLeod
On 2018-01-17 09:59 PM, Randy MacLeod wrote: On 2018-01-17 04:43 PM, Burton, Ross wrote: There appears to be a small number of upstreams that break with ninja, so I'll rework this patch so that the backend is an option but default to Ninja. The only failure that involved a cmake based

[OE-core] [PATCH] grep: support Perl regular expression

2018-01-17 Thread Haiqing Bai
Supporting Perl regular expression is disabled with '--disable-perl-regexp' but the manpage of 'grep' shows the '-P' option and returns below error: /bin/grep.grep -o -P 'PATTERN' file /bin/grep.grep: support for the -P option is not compiled into this \ --disable-perl-regexp binary

Re: [OE-core] [PATCH 1/1] python2-dev: improve reproducibility

2018-01-17 Thread Hongxu Jia
On 2018年01月18日 11:48, Dengke Du wrote: oe-core has fixed it for python3, we can apply it to python2, the origin commit id: e21723bb9b6035714268eeab5f43e2d1cb798a0d We can check it here: http://git.openembedded.org/openembedded-core/commit/?id=e21723bb9b6035714268eeab5f43e2d1cb798a0d

Re: [OE-core] [PATCH 3/4] lttng-modules: upgrade 2.9.5 -> 2.10.4

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 2:41 PM, Richard Purdie wrote: > On Wed, 2018-01-17 at 17:23 +0200, Alexander Kanavin wrote: >> On 01/17/2018 05:25 PM, Richard Purdie wrote: >> > >> > LICENSE file contains a list of files and addtional files were >> > added to >> > the

[OE-core] [PATCH] tiff: 4.0.8 -> 4.0.9

2018-01-17 Thread Huang Qiyu
1.Upgrade tiff from 4.0.8 to 4.0.9. 2.Delete CVE-2017-10688.patch, CVE-2017-11335.patch, CVE-2017-13726.patch, CVE-2017-13727.patch, CVE-2017-9147.patch, CVE-2017-9936.patch, since it is integrated upstream. Signed-off-by: Huang Qiyu ---

[OE-core] [PATCH 1/1] python2-dev: improve reproducibility

2018-01-17 Thread Dengke Du
oe-core has fixed it for python3, we can apply it to python2, the origin commit id: e21723bb9b6035714268eeab5f43e2d1cb798a0d We can check it here: http://git.openembedded.org/openembedded-core/commit/?id=e21723bb9b6035714268eeab5f43e2d1cb798a0d Signed-off-by: Dengke Du

[OE-core] [PATCH 0/1] python2-dev: improve reproducibility

2018-01-17 Thread Dengke Du
The following changes since commit b9dcab772fd37ed8376a87d3194195e13ff52d10: qemu: CVE-2017-17381 (2018-01-14 09:11:58 +) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/python2-dev https://github.com//tree/dengke/python2-dev Dengke Du

[OE-core] [PATCH] gdbm: 1.13 -> 1.14.1

2018-01-17 Thread Huang Qiyu
Upgrade gdbm from 1.13 to 1.14.1. Signed-off-by: Huang Qiyu --- meta/recipes-support/gdbm/{gdbm_1.13.bb => gdbm_1.14.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gdbm/{gdbm_1.13.bb => gdbm_1.14.1.bb} (88%) diff --git

[OE-core] [PATCH] icu: 60.1 -> 60.2

2018-01-17 Thread Huang Qiyu
Upgrade icu from 60.1 to 60.2. Signed-off-by: Huang Qiyu --- meta/recipes-support/icu/{icu_60.1.bb => icu_60.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/icu/{icu_60.1.bb => icu_60.2.bb} (86%) diff --git

Re: [OE-core] [AUH] Upgrade status: 2018-01-16

2018-01-17 Thread Otavio Salvador
On Wed, Jan 17, 2018 at 12:15 AM, Andre McCurdy wrote: > On Tue, Jan 16, 2018 at 4:40 PM, wrote: >> Recipe upgrade statistics: >> ... >> >> TOTAL: attempted=120 succeeded=45(37.50%) failed=75(62.50%) > > Giving these percentages to two decimal

[OE-core] [PATCH 2/3] go-dep: upgrade 0.3.1 -> 0.3.2

2018-01-17 Thread Otavio Salvador
The 0.3.2 version has been released in Oct 19, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | NEW FEATURES: | | - Add support for importing from gvt and gb. (#1149) | - Wildcard ignore support. (#1156) | - Disable SourceManager lock by setting

[OE-core] [PATCH v2 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
The 3.10.1 version has been in Dec 13, 2017, and has a great set of features and improvements since the last upgrade. The release notes of 3.10 release is available at: https://cmake.org/cmake/help/v3.10/release/3.10.html Patches updates: - cmake-Prevent-the-detection-of-Qt5.patch: so it

[OE-core] [PATCH v2 1/3] libdrm: upgrade 2.4.88 -> 2.4.89

2018-01-17 Thread Otavio Salvador
The 2.4.89 version has been released in Dec 18, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | libdrm release with leasing and syncobj api updates, | updated amdgpu marketing ids, amdgpu tests, | updated uapi headers | etnaviv updates. `

[OE-core] [PATCH v2 2/3] go-dep: upgrade 0.3.1 -> 0.3.2

2018-01-17 Thread Otavio Salvador
The 0.3.2 version has been released in Oct 19, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | NEW FEATURES: | | - Add support for importing from gvt and gb. (#1149) | - Wildcard ignore support. (#1156) | - Disable SourceManager lock by setting

Re: [OE-core] [PATCH v2 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Burton, Ross
On 17 January 2018 at 13:11, Otavio Salvador wrote: > Changes in v2: > - add make-native dependency I can't see a dependency on make-native anywhere, and we've always relied on the host make so why do you need to do this? Ross --

[OE-core] [PATCH 3/3] cmake: upgrade 3.9.5 -> 3.10.1

2018-01-17 Thread Otavio Salvador
The 3.10.1 version has been in Dec 13, 2017, and has a great set of features and improvements since the last upgrade. The release notes of 3.10 release is available at: https://cmake.org/cmake/help/v3.10/release/3.10.html Patches updates: - cmake-Prevent-the-detection-of-Qt5.patch: so it

[OE-core] [PATCH 1/3] libdrm: upgrade 2.4.88 -> 2.4.89

2018-01-17 Thread Otavio Salvador
The 2.4.89 version has been released in Dec 18, 2017, and has a great set of features and improvements, as seen in the announcement summary: , | libdrm release with leasing and syncobj api updates, | updated amdgpu marketing ids, amdgpu tests, | updated uapi headers | etnaviv updates. `

[OE-core] [rocko][PATCH 1/2] lz4: fix upstream version check

2018-01-17 Thread Jan Siegmund
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-support/lz4/lz4_1.7.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb

[OE-core] [rocko][PATCH 2/2] lz4: remove ptest changes

2018-01-17 Thread Jan Siegmund
From: Ross Burton This recipe installs the test suite by copying the entire build tree into /usr/share/ptest, which is both wasteful and breaks packaging as lz4-ptest then gets renamed by debian.bbclass to liblz4. Signed-off-by: Ross Burton

[OE-core] [PATCH] uboot-sign: avoid a circular dependency with the task to assemble a fitimage

2018-01-17 Thread Thomas Perrot
Between do_concat_dtb and do_assemble_fitimage when UBOOT_SIGN_ENABLE is active: Dependency loop #1 found: do_concat_dtb (dependent Tasks ['linux-yocto_4.10.bb:do_assemble_fitimage']) do_install (dependent Tasks ['pseudo_1.8.2.bb:do_populate_sysroot', 'u-boot_2017.01.bb:do_compile',

[OE-core] [PATCH] kernel-fitimage: Allow unset load address for device tree binary

2018-01-17 Thread Thomas Perrot
Allow the load address to remain unset if the UBOOT_DTB_LOADADDRESS variable is also unset for dtb entries in the image tree. This allows for U-Boot to decide dynamically where to load the dtb. Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 6

Re: [OE-core] [PATCH] classes/externalsrc: Don't delete tasks

2018-01-17 Thread Paul Eggleton
On Sunday, 14 January 2018 11:43:05 PM NZDT Richard Purdie wrote: > On Fri, 2018-01-12 at 10:24 -0600, Joshua Watt wrote: > > Set the noexec flag to prevent tasks from executing instead of > > deleting them. This allows inter-tasks dependencies on these tasks to still > > function. For example,

Re: [OE-core] [PATCH] uboot-sign: avoid a circular dependency with the task to assemble a fitimage

2018-01-17 Thread André Draszik
Hi, On Wed, 2018-01-17 at 10:23 +0100, Thomas Perrot wrote: > Between do_concat_dtb and do_assemble_fitimage when UBOOT_SIGN_ENABLE is > active: I have the same question as previously - have you actually tried UBOOT_SIGN_ENABLE without your patch on master or rocko? I am using it without any