Re: [OE-core] [PATCH 0/2] Introduce a distro feature openssl-no-weak-ciphers

2017-07-05 Thread Kang Kai
On 2017年07月05日 23:15, Burton, Ross wrote: On 5 July 2017 at 15:38, Khem Raj > wrote: It's probably more appropriate to pin it at recipe level may be via package config OpenSSL is not universal and some may even avoid it completely

Re: [OE-core] [PATCH 2/2] bind: disable ecdsa if openssl doesn't support it

2017-07-05 Thread Kang Kai
On 2017年07月05日 22:28, Richard Purdie wrote: On Wed, 2017-07-05 at 15:58 +0800, kai.k...@windriver.com wrote: From: Kai Kang Distro feature 'openssl-no-weak-ciphers' is introduced to disable openssl weak ciphers support which include ecdsa. So configure bind without

[OE-core] ✗ patchtest: failure for mesa: etnaviv: fix shader miscompilation with more than 16 labels

2017-07-05 Thread Patchwork
== Series Details == Series: mesa: etnaviv: fix shader miscompilation with more than 16 labels Revision: 1 URL : https://patchwork.openembedded.org/series/7589/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] mesa: etnaviv: fix shader miscompilation with more than 16 labels

2017-07-05 Thread Otavio Salvador
The labels array may change its virtual address on a reallocation, so it is invalid to cache pointers into the array. Rather than using the pointer directly, remember the array index. Fixes miscompilation of shaders in glmark2 ideas, leading to GPU hangs. This is a backport from 17.1.5.

Re: [OE-core] how to load cmake args from git?

2017-07-05 Thread Adam Trhon
Finally we figured it out. When chaning EXTRA_OECMAKE with python function, the function must not be registered like this: addtask do_setup_extra_oecmake after do_patch before do_configure but like this: do_configure[prefuncs] += "do_setup_extra_oecmake" I assume that as bitbake controls

[OE-core] [PATCH v4] kernel: Add support for multiple kernel packages

2017-07-05 Thread Haris Okanovic
Some distros may want to provide alternate kernel "flavors" via feeds or within bootable images. For example, readily available builds which provide certain diagnostic features can enable developers and testers to more quickly resolve issues by avoiding lengthy kernel builds. This change allows

[OE-core] [PATCH] base.bbclass: use d instead on e.data

2017-07-05 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval According to the bitbake documentation, the "d" global datastore should be used instead of "e.data" because the latter is deprecated. Signed-off-by: Leonardo Sandoval ---

[OE-core] [PATCH] ovmf: add SUMMARY and fix HOMEPAGE url

2017-07-05 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Signed-off-by: Leonardo Sandoval --- meta/recipes-core/ovmf/ovmf_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/ovmf/ovmf_git.bb

Re: [OE-core] [PATCH 12/12] libva: upgrade to 1.8.3

2017-07-05 Thread Burton, Ross
On 5 July 2017 at 16:03, Maxin B. John wrote: > +RDEPENDS_${PN} =+ "${PN}-utils" > Whilst this makes sense from a compatibility sense, I like that the binaries are no longer packaged with the libraries so I don't think we should have this dependency. Ross --

Re: [OE-core] [PATCH 0/2] Introduce a distro feature openssl-no-weak-ciphers

2017-07-05 Thread Burton, Ross
On 5 July 2017 at 15:38, Khem Raj wrote: > It's probably more appropriate to pin it at recipe level may be via > package config OpenSSL is not universal and some may even avoid it > completely > >> Agreed, whilst I'm not against adding options for enabling insecure ciphers

[OE-core] [PATCH v3 00/12] gstreamer: upgrade to 1.12.1

2017-07-05 Thread Maxin B. John
Upgrade gstreamer to 1.12.1 Also upgrade libva to 1.8.3. This upgrade helps us to remove the workaround patch in gst-player - [YOCTO #11437] We "should" move to the new home of gst-player and upgrade it: https://cgit.freedesktop.org/gstreamer/gst-examples However, the buildsystem of gst-player

[OE-core] [PATCH 08/12] gstreamer1.0-vaapi: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Remove backport patch: 1. vaapivideobufferpool-create-allocator-if-needed.patch Signed-off-by: Maxin B. John --- ...ideobufferpool-create-allocator-if-needed.patch | 61 -- .../gstreamer/gstreamer1.0-vaapi_1.10.4.bb | 7 ---

[OE-core] [PATCH 09/12] gstreamer1.0-plugins-bad: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Remove backported patch: 1. 0001-smoothstreaming-implement-adaptivedemux-s-get_live_s.patch 2. 0001-smoothstreaming-use-the-duration-from-the-list-of-fr.patch 3. 0001-mssdemux-improved-live-playback-support.patch Refreshed the following patches: 1.

[OE-core] [PATCH 12/12] libva: upgrade to 1.8.3

2017-07-05 Thread Maxin B. John
1.7.3 -> 1.8.3 Remove upstreamed patch: 0001-wayland-Don-t-commit-and-ship-generated-files.patch Replace following patch by setting ac_cv_prog in EXTRA_OECONF: 0001-configure.ac-Use-wayland-scanner-in-PATH.patch The dummy driver was removed in 1.8.3 release. Signed-off-by:

[OE-core] [PATCH 03/12] gstreamer1.0-plugins-base: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Remove upstreamed patch: 1. encodebin-Need-more-buffers-in-output-queue-for-bett.patch Signed-off-by: Maxin B. John --- ...eed-more-buffers-in-output-queue-for-bett.patch | 32 -- ...10.4.bb => gstreamer1.0-plugins-base_1.12.1.bb} | 5 ++-- 2

[OE-core] [PATCH 07/12] gstreamer1.0-libav: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../{gstreamer1.0-libav_1.10.4.bb => gstreamer1.0-libav_1.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.10.4.bb =>

[OE-core] [PATCH 05/12] gstreamer1.0-rtsp-server: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.4.bb | 6 -- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.12.1.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode

[OE-core] [PATCH 11/12] libva-utils: add recipe

2017-07-05 Thread Maxin B. John
Utilities and tests in the libva was spun-off as libva-utils during 1.8.0 release. libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 06/12] gstreamer1.0-omx: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../{gstreamer1.0-omx_1.10.4.bb => gstreamer1.0-omx_1.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.10.4.bb =>

[OE-core] [PATCH 10/12] gstreamer1.0-plugins-good: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Remove backported patch: 1.0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch Added RPROVIDES to handle the renamed plugins (oss4 is not enabled): 1. libgstpulse -> libgstpulseaudio 2. libgstsouphttpsrc -> libgstsoup Updated gstreamer1.0-meta-base to include

[OE-core] [PATCH 04/12] gstreamer1.0-plugins-ugly: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
libmad support is not present anymore. Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 1 - ...1.0-plugins-ugly_1.10.4.bb => gstreamer1.0-plugins-ugly_1.12.1.bb} | 4 ++-- 2 files changed, 2 insertions(+), 3

[OE-core] [PATCH 02/12] gstreamer1.0: upgrade 1.10.4 -> 1.12.1

2017-07-05 Thread Maxin B. John
Remove "--disable-docbook" configure option and refresh the following patch: 1. deterministic-unwind.patch Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 1 - .../gstreamer1.0/deterministic-unwind.patch| 29

[OE-core] [PATCH 01/12] gst-player: remove workaround which disable visualizations

2017-07-05 Thread Maxin B. John
As we upgrade to libva 1.8.3, we can remove the workaround patch which disables visualizations in gst-player: 1. 0001-gtk-play-Disable-visualizations.patch Also remove the upstreamed patches: 1. filechooser.patch 2. Fix-pause-play.patch 3.

Re: [OE-core] ✗ patchtest: failure for Vulkan improvements

2017-07-05 Thread Leonardo Sandoval
On Wed, 2017-07-05 at 12:31 +, Patchwork wrote: > == Series Details == > > Series: Vulkan improvements > Revision: 1 > URL : https://patchwork.openembedded.org/series/7583/ > State : failure > > == Summary == > > > Thank you for submitting this patch series to OpenEmbedded Core. This is

Re: [OE-core] [PATCH 0/2] Introduce a distro feature openssl-no-weak-ciphers

2017-07-05 Thread Khem Raj
On Wed, Jul 5, 2017 at 1:06 AM wrote: > From: Kai Kang > > Introduce a distro feature openssl-no-weak-ciphers to make openssl disable > weak > ciphers support, including: > > * des > * ec > * ecdh > * ecdsa > * md2 > * mdc2 It's probably more

Re: [OE-core] [pyro][PATCH 1/1] package_manager: flush installed_pkgs file before oe-pkgdata-util uses it

2017-07-05 Thread Richard Purdie
On Wed, 2017-07-05 at 15:53 +0200, Anders Darander wrote: > * Anders Darander [170626 08:53]: > > > > > From: Martin Jansa > > > > * since this commit: > >   commit f5a1013ffa9815f22e13989e2bcb83f966e7ce2c > >   Author: Ross Burton

Re: [OE-core] [PATCH 2/2] bind: disable ecdsa if openssl doesn't support it

2017-07-05 Thread Richard Purdie
On Wed, 2017-07-05 at 15:58 +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Distro feature 'openssl-no-weak-ciphers' is introduced to disable > openssl weak ciphers support which include ecdsa. So configure bind > without ecdsa if openssl doesn't support it. >

Re: [OE-core] [pyro][PATCH 1/1] package_manager: flush installed_pkgs file before oe-pkgdata-util uses it

2017-07-05 Thread Anders Darander
* Anders Darander [170626 08:53]: > From: Martin Jansa > * since this commit: > commit f5a1013ffa9815f22e13989e2bcb83f966e7ce2c > Author: Ross Burton > Date: Tue Apr 18 16:19:12 2017 +0100 > package_manager:

Re: [OE-core] [RFT PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-05 Thread Marek Vasut
On 07/05/2017 02:54 PM, Otavio Salvador wrote: > On Tue, Jul 4, 2017 at 8:10 PM, Marek Vasut wrote: >> On 07/05/2017 12:01 AM, Otavio Salvador wrote: >>> This patch upgrades the U-Boot to the 2017.07-rc3 release; for now it >>> is not intended to be merged but to expose possible

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-05 Thread Steffen Sledz
On 05.07.2017 14:59, Richard Purdie wrote: > On Wed, 2017-07-05 at 09:52 -0300, Otavio Salvador wrote: >> On Tue, Jul 4, 2017 at 8:17 PM, Khem Raj wrote: >>> >>> On Tue, Jul 4, 2017 at 3:16 PM, Otavio Salvador >>> wrote: On Tue, Jul

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-05 Thread Richard Purdie
On Wed, 2017-07-05 at 09:52 -0300, Otavio Salvador wrote: > On Tue, Jul 4, 2017 at 8:17 PM, Khem Raj wrote: > > > > On Tue, Jul 4, 2017 at 3:16 PM, Otavio Salvador > > wrote: > > > > > > On Tue, Jul 4, 2017 at 7:11 PM, Burton, Ross

Re: [OE-core] [RFT PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-05 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 8:10 PM, Marek Vasut wrote: > On 07/05/2017 12:01 AM, Otavio Salvador wrote: >> This patch upgrades the U-Boot to the 2017.07-rc3 release; for now it >> is not intended to be merged but to expose possible problems prior the >> official release so we may try

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-05 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 8:17 PM, Khem Raj wrote: > On Tue, Jul 4, 2017 at 3:16 PM, Otavio Salvador > wrote: >> On Tue, Jul 4, 2017 at 7:11 PM, Burton, Ross wrote: >>> >>> On 4 July 2017 at 23:08, Otavio Salvador

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-05 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 10:03 PM, Ng, Wei Tee wrote: > The existing live-boot package is consists of udev and udev-extraconf. > (http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb > ) Now I am working on integrate

[OE-core] ✗ patchtest: failure for Vulkan improvements

2017-07-05 Thread Patchwork
== Series Details == Series: Vulkan improvements Revision: 1 URL : https://patchwork.openembedded.org/series/7583/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] [PATCH 5/6] mesa, gstreamer: Add "vulkan" DISTRO_FEATURE

2017-07-05 Thread Jussi Kukkonen
It doesn't do much but does make enabling vulkan a little less fiddly. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/mesa/mesa.inc| 3 ++- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +- 2 files changed, 3

[OE-core] [PATCH 6/6] vulkan: RRECOMMEND mesa drivers

2017-07-05 Thread Jussi Kukkonen
One less thing to remember when trying to build an image with working vulkan. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb

[OE-core] [PATCH 4/6] gstreamer1.0-plugins-bad: Add vulkan PACKAGECONFIG

2017-07-05 Thread Jussi Kukkonen
This adds a Vulkan video sink (using xcb and/or wayland). Add a few patches to fix the build. Signed-off-by: Jussi Kukkonen --- .../gstreamer/gstreamer1.0-plugins-bad.inc | 4 +- ...y-Use-ifdef-for-platform-specific-defines.patch | 37 +

[OE-core] [PATCH 3/6] vulkan-demos: Add recipe

2017-07-05 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. Add patch to install binaries and data. Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCH 1/6] vulkan: Upgrade 1.0.39.1 -> 1.0.51.0

2017-07-05 Thread Jussi Kukkonen
Remove a patch that's no longer needed Signed-off-by: Jussi Kukkonen --- ...se-getenv-if-secure_getenv-does-not-exist.patch | 34 -- .../{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb} | 5 ++-- 2 files changed, 2 insertions(+), 37 deletions(-)

[OE-core] [PATCH 2/6] assimp: Add as dependency of vulkan-demos

2017-07-05 Thread Jussi Kukkonen
Asset import library used by Sascha Willems Vulkan demos. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/vulkan/assimp_git.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-graphics/vulkan/assimp_git.bb diff --git

[OE-core] [PATCH 0/6] Vulkan improvements

2017-07-05 Thread Jussi Kukkonen
* vulkan-demos Originally I submitted vkcube as a vulkan smoketest but that never ended in oe-core. Instead of vkcube I'm now submitting Sascha Willems collection of Vulkan demos: it's not a test suite but it contains quite a few small demos. I did take a look at adding the vulkan conformance

Re: [OE-core] [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-05 Thread Tom Rini
On Wed, Jul 05, 2017 at 02:13:11PM +0300, Fathi Boudra wrote: > * Use a list and re-order alphabetically to make it easier to read and > update. > * Add missing runtime dependencies: > - acl (getfacl/setfacl commands are required) > - attr (getfattr/setfattr commands are required) > -

[OE-core] [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-05 Thread Fathi Boudra
* Use a list and re-order alphabetically to make it easier to read and update. * Add missing runtime dependencies: - acl (getfacl/setfacl commands are required) - attr (getfattr/setfattr commands are required) - iproute2 (required for netns tests) - curl (curl command is required) -

Re: [OE-core] [PATCH 1/2] openssl: disable weak ciphers

2017-07-05 Thread Burton, Ross
On 5 July 2017 at 08:58, wrote: > Check distro feature 'openssl-no-weak-ciphers' to disable weak ciphers > provided by openssl: > Would it be controversial to just say weak ciphers should be disabled globally? Ross -- ___

Re: [OE-core] [PATCH v2 1/5] wic: copy rootfs directory before changing fstab

2017-07-05 Thread Burton, Ross
On 5 July 2017 at 09:01, Ed Bartosh wrote: > There is always a chance. Which commit is this? I'll try to reproduce this. > poky-contrib:ross/mut. Lots of unrelated changes in there though. Ross -- ___ Openembedded-core

Re: [OE-core] [PATCH 1/2] openssl: disable weak ciphers

2017-07-05 Thread Pascal Bach
On 05.07.2017 09:58, kai.k...@windriver.com wrote: > From: Kai Kang > > Check distro feature 'openssl-no-weak-ciphers' to disable weak ciphers > provided by openssl: > > * des > * ec > * ecdh > * ecdsa > * md2 > * mdc2 Why are the elliptic curve ciphers considered weak?

Re: [OE-core] [PATCH] cairo: fix QA Issue

2017-07-05 Thread Gordan Markuš
Acknowledged. Thanks Ross. On 2017-07-04 13:10, Burton, Ross wrote: Yes, the bbappend is breaking the packaging so should fix its own mess. Ross On 4 July 2017 at 08:36, Gordan Markuš > wrote: On 2017-07-03 15:56,

[OE-core] [PATCH 0/1] avahi-ui: reduce local pending patches

2017-07-05 Thread Dengke Du
The following changes since commit 98099349e358a9caaec8ec81f0d4abe588909cfe: bitbake: npm fetcher: fix unknown variable name. (2017-06-29 14:33:42 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/avahi_ui-reduce-local-pending-patch

[OE-core] [PATCH 1/1] avahi-ui: reduce local pending patches

2017-07-05 Thread Dengke Du
[Yocto #11548] Signed-off-by: Dengke Du --- ...01-configure.ac-install-GtkBuilder-interface-files-for-.patch | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH v2 1/5] wic: copy rootfs directory before changing fstab

2017-07-05 Thread Ed Bartosh
On Tue, Jul 04, 2017 at 11:16:23PM +0100, Burton, Ross wrote: > Bad news: the failure this was meant to fix happened again. > > | tar: ./opt/ltp/testcases/bin/dup01: file changed as we read it > | ERROR: Function failed: do_image_tar (log file is located at >

[OE-core] [PATCH 2/2] bind: disable ecdsa if openssl doesn't support it

2017-07-05 Thread kai.kang
From: Kai Kang Distro feature 'openssl-no-weak-ciphers' is introduced to disable openssl weak ciphers support which include ecdsa. So configure bind without ecdsa if openssl doesn't support it. Signed-off-by: Kai Kang ---

[OE-core] [PATCH 1/2] openssl: disable weak ciphers

2017-07-05 Thread kai.kang
From: Kai Kang Check distro feature 'openssl-no-weak-ciphers' to disable weak ciphers provided by openssl: * des * ec * ecdh * ecdsa * md2 * mdc2 Signed-off-by: Kai Kang --- meta/recipes-connectivity/openssl/openssl.inc | 5 + 1 file

[OE-core] [PATCH 0/2] Introduce a distro feature openssl-no-weak-ciphers

2017-07-05 Thread kai.kang
From: Kai Kang Introduce a distro feature openssl-no-weak-ciphers to make openssl disable weak ciphers support, including: * des * ec * ecdh * ecdsa * md2 * mdc2 The following changes since commit 4b1d270602a0542eef1b497eaf15bad2b747686f: bitbake: