Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-27 Thread Andrej Valek
Thank You for pointing to this. I have fixed and updated the pull request. Andrej On 09/27/2017 05:35 PM, Burton, Ross wrote: > On 27 September 2017 at 09:52, Andrej Valek > wrote: > > Could You please provide my the current status of my request? > > > Too

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Khem Raj
On Wed, Sep 27, 2017 at 3:17 PM, Tom Rini wrote: > On Wed, Sep 27, 2017 at 10:14:51PM +, Khem Raj wrote: >> On Wed, Sep 27, 2017 at 2:52 PM Tom Rini wrote: >> >> > On Wed, Sep 27, 2017 at 02:01:43PM -0700, Khem Raj wrote: >> > > On Wed, Sep 27, 2017 at 10:00 AM, Tom Rini wrote: >> > > > With

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-27 Thread Philip Balister
On 09/27/2017 01:24 AM, Tim Orling wrote: > Does anyone from EU have a z-wave RGBW lightbulb they could loan to the booth > during ELCE? I have an EU UZB bridge, but not any easy way to acquire a > device to control. Otherwise I will have to use US frequency and that might > not be “OK”. Plus I

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Tom Rini
On Wed, Sep 27, 2017 at 10:14:51PM +, Khem Raj wrote: > On Wed, Sep 27, 2017 at 2:52 PM Tom Rini wrote: > > > On Wed, Sep 27, 2017 at 02:01:43PM -0700, Khem Raj wrote: > > > On Wed, Sep 27, 2017 at 10:00 AM, Tom Rini wrote: > > > > With RSS we need to ensure that when making a bmap image tha

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Khem Raj
On Wed, Sep 27, 2017 at 2:52 PM Tom Rini wrote: > On Wed, Sep 27, 2017 at 02:01:43PM -0700, Khem Raj wrote: > > On Wed, Sep 27, 2017 at 10:00 AM, Tom Rini wrote: > > > With RSS we need to ensure that when making a bmap image that the > > > python3 that we created is found via /usr/bin/env rather

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Tom Rini
On Wed, Sep 27, 2017 at 02:01:43PM -0700, Khem Raj wrote: > On Wed, Sep 27, 2017 at 10:00 AM, Tom Rini wrote: > > With RSS we need to ensure that when making a bmap image that the > > python3 that we created is found via /usr/bin/env rather than the host > > python3. Otherwise we're relying on th

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Khem Raj
On Wed, Sep 27, 2017 at 10:00 AM, Tom Rini wrote: > With RSS we need to ensure that when making a bmap image that the > python3 that we created is found via /usr/bin/env rather than the host > python3. Otherwise we're relying on the build host to have bmaptool > support installed. > > Signed-off-

[OE-core] ✗ patchtest: failure for dpky.py: Adds testcases for dpkg package manager (rev4)

2017-09-27 Thread Patchwork
== Series Details == Series: dpky.py: Adds testcases for dpkg package manager (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/7695/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests ha

[OE-core] [PATCH V3] dpky.py: Adds testcases for dpkg package manager

2017-09-27 Thread libertad . cruz
From: libertad Adds dpkg testcases for testing basic operation functionality for the dpkg packgage manager.Adds new assert function to verify expected results given by the dpkg package. [YOCTO #10063] Signed-off-by: libertad --- meta/lib/oeqa/runtime/cases/dpkg.py | 17 + 1

[OE-core] ✗ patchtest: failure for dpky.py: Adds testcases for dpkg package manager (rev3)

2017-09-27 Thread Patchwork
== Series Details == Series: dpky.py: Adds testcases for dpkg package manager (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/7695/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests ha

[OE-core] [PATCH V3] dpky.py: Adds testcases for dpkg package manager

2017-09-27 Thread libertad . cruz
From: libertad Adds dpkg testcases for testing basic operation functionality for the dpkg packgage manager.Adds new assert function to verify expected results given by the dpkg package. [YOCTO #10063] Signed-off-by: libertad --- meta/lib/oeqa/runtime/cases/dpkg.py | 17 + 1

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Matt Madison
On Wed, Sep 27, 2017 at 10:06 AM, Burton, Ross wrote: > On 27 September 2017 at 17:33, Khem Raj wrote: >> >> >> On Wed, Sep 27, 2017 at 8:52 AM Christopher Larson >> wrote: >>> >>> Another option is to use contains() for this. The signature generation >>> code knows how to handle contains specia

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Matt Madison
On Wed, Sep 27, 2017 at 11:02 AM, Andre McCurdy wrote: > On Wed, Sep 27, 2017 at 5:01 AM, Matt Madison wrote: >> Move the mips32r2->mips32 rewrite to an anonymous >> python function, and change the GOARCH setting to >> use just the passed-in architecture string, to >> avoid an unwanted variable d

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Tom Rini
On Wed, Sep 27, 2017 at 01:52:18PM -0400, Tom Rini wrote: > On Wed, Sep 27, 2017 at 06:10:58PM +0100, Burton, Ross wrote: > > On 27 September 2017 at 18:00, Tom Rini wrote: > > > > > With RSS we need to ensure that when making a bmap image that the > > > python3 that we created is found via /usr/

[OE-core] ✗ patchtest: failure for dpky.py: Adds testcases for dpkg package manager (rev2)

2017-09-27 Thread Patchwork
== Series Details == Series: dpky.py: Adds testcases for dpkg package manager (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/7695/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests ha

[OE-core] [PATCH V2] dpky.py: Adds testcases for dpkg package manager

2017-09-27 Thread libertad . cruz
From: libertad Adds dpkg testcases for testing basic operation functionality for the dpkg packgage manager.Adds new assert function to verify expected results given by the dpkg package. [YOCTO #10063] Signed-off-by: libertad --- meta/lib/oeqa/runtime/cases/dpkg.py | 17 + 1

Re: [OE-core] [morty][PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-09-27 Thread Nicolas Dechesne
On Wed, Sep 13, 2017 at 12:38 PM, Nicolas Dechesne wrote: > > KERNEL_IMAGETYPES lists all the kernel images that we want to build. in > cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some > logic > was added to support vmlinux.gz which is not a target built by kernel > make

Re: [OE-core] [PATCH v3 2/3] wayland-protocols: Fix installation patch issue

2017-09-27 Thread Burton, Ross
libsdl2 doesn't build for me: | /bin/bash ../SDL2-2.0.5/build-scripts/mkinstalldirs build | make: *** No rule to make target '/usr/share/wayland/wayland.xml', needed by 'gen/wayland-client-protocol.h'. Stop. Do you have wayland-protocols on your build host? Ross On 27 September 2017 at 14:14,

[OE-core] [PATCH v2] python-native: Build with ipv6 enabled

2017-09-27 Thread Alejandro Hernandez
Before we introduced DISTRO_FEATURES_NATIVE on commit: db1f1adace58763c35774e3fdfeaac5c3ca646fd ipv6 was enabled by default on DISTRO_FEATURES via DISTRO_FEATURES_LIBC hence python-native was built with ipv6 support. After this, the check for ipv6 on DISTRO_FEATURES stopped working for the python

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Andre McCurdy
On Wed, Sep 27, 2017 at 5:01 AM, Matt Madison wrote: > Move the mips32r2->mips32 rewrite to an anonymous > python function, and change the GOARCH setting to > use just the passed-in architecture string, to > avoid an unwanted variable dependency. > > Signed-off-by: Matt Madison > --- > meta/clas

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Tom Rini
On Wed, Sep 27, 2017 at 06:10:58PM +0100, Burton, Ross wrote: > On 27 September 2017 at 18:00, Tom Rini wrote: > > > With RSS we need to ensure that when making a bmap image that the > > python3 that we created is found via /usr/bin/env rather than the host > > python3. Otherwise we're relying o

Re: [OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Burton, Ross
On 27 September 2017 at 18:00, Tom Rini wrote: > With RSS we need to ensure that when making a bmap image that the > python3 that we created is found via /usr/bin/env rather than the host > python3. Otherwise we're relying on the build host to have bmaptool > support installed. > > Signed-off-by

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Burton, Ross
On 27 September 2017 at 17:33, Khem Raj wrote: > > On Wed, Sep 27, 2017 at 8:52 AM Christopher Larson > wrote: > >> Another option is to use contains() for this. The signature generation >> code knows how to handle contains specially, only depending on the presence >> of the specified value in t

[OE-core] [PATCH] image_types: Fix bmaptool support for RSS

2017-09-27 Thread Tom Rini
With RSS we need to ensure that when making a bmap image that the python3 that we created is found via /usr/bin/env rather than the host python3. Otherwise we're relying on the build host to have bmaptool support installed. Signed-off-by: Tom Rini --- I played around with a few ways to try and f

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Khem Raj
On Wed, Sep 27, 2017 at 8:52 AM Christopher Larson wrote: > Another option is to use contains() for this. The signature generation > code knows how to handle contains specially, only depending on the presence > of the specified value in the list, rather than the entirety. > This approach seems b

Re: [OE-core] [PATCH v3] OBmesa: Upgrade to 17.2.1 release

2017-09-27 Thread Burton, Ross
I'm guessing this upgrade actually requires the wayland upgrades? | make[4]: *** No rule to make target '/usr/share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', needed by 'drivers/dri2/linux-dmabuf-unstable-v1-client-protocol.h'. Stop. Ross On 22 September 2017 at 15:3

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Christopher Larson
Another option is to use contains() for this. The signature generation code knows how to handle contains specially, only depending on the presence of the specified value in the list, rather than the entirety. On Wed, Sep 27, 2017 at 5:01 AM, Matt Madison wrote: > Move the mips32r2->mips32 rewrit

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-27 Thread Burton, Ross
On 27 September 2017 at 09:52, Andrej Valek wrote: > Could You please provide my the current status of my request? > Too much of a change for frozen master so it will have to wait for master to reopen. However it fails to build with ptest enabled: | NOTE: make DESTDIR=/data/poky-tmp/master/bui

[OE-core] ✗ patchtest: failure for "[v3] wayland : Bump to version..." and 2 more

2017-09-27 Thread Patchwork
== Series Details == Series: "[v3] wayland : Bump to version..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/9141/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [PATCH v3 3/3] weston: Bump version to 3.0.0

2017-09-27 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../wayland/{weston_2.0.0.bb => weston_3.0.0.bb} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename meta/recipes-graphics/wayland/{weston_2.0.0.bb => weston_3.0.0.bb} (90%) diff --git a/meta/recipes-graphics/wayland/weston_2

[OE-core] [PATCH v3 2/3] wayland-protocols: Fix installation patch issue

2017-09-27 Thread Fabien Lahoudere
This patch also remove workaround to find wayland-protocols: WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} in: - gtk+3 - libsdl2 - xserver-xorg - gstreamer1.0-plugins-bad - weston-2.0.0 Signed-off-by: Fabien Lahoudere --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 - meta/recip

[OE-core] [PATCH v3 1/3] wayland : Bump to version 1.14.0

2017-09-27 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} (92%) diff --git a/meta/recipes-graphics/wayland/way

Re: [OE-core] [PATCH] wayland-protocols: extend to native and fix dependencies

2017-09-27 Thread Burton, Ross
On 27 September 2017 at 13:13, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Wed, Sep 27, 2017 at 9:01 AM, Burton, Ross > wrote: > > On 23 September 2017 at 00:52, Saul Wold wrote: > >> > >> When trying to build a newer version of Mesa, a native version of > >> wayland-protocol

Re: [OE-core] [PATCH] wayland-protocols: extend to native and fix dependencies

2017-09-27 Thread Otavio Salvador
On Wed, Sep 27, 2017 at 9:01 AM, Burton, Ross wrote: > On 23 September 2017 at 00:52, Saul Wold wrote: >> >> When trying to build a newer version of Mesa, a native version of >> wayland-protocols is needed to build. > > > Why does meta-target need wayland-protocols-native? > >> >> +DEPENDS = "way

Re: [OE-core] [oe-commits] [openembedded-core] 01/08: goarch.bbclass: fixups for Go mips32 support

2017-09-27 Thread Matt Madison
I just sent a patch that reworks the mips fixups to avoid the variable dependency that's causing the problem. Thanks, -Matt On Tue, Sep 26, 2017 at 5:15 AM, Martin Jansa wrote: > This change (or one of the other 3 go related changes merged recently) seems > to cause go-native to depend on MACHIN

Re: [OE-core] [PATCH] wayland-protocols: extend to native and fix dependencies

2017-09-27 Thread Burton, Ross
On 23 September 2017 at 00:52, Saul Wold wrote: > When trying to build a newer version of Mesa, a native version of > wayland-protocols is needed to build. > Why does meta-target need wayland-protocols-native? > +DEPENDS = "wayland" > So how does wayland-protocols build now? What was breakin

[OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Matt Madison
Move the mips32r2->mips32 rewrite to an anonymous python function, and change the GOARCH setting to use just the passed-in architecture string, to avoid an unwanted variable dependency. Signed-off-by: Matt Madison --- meta/classes/goarch.bbclass | 20 +++- 1 file changed, 11 inse

Re: [OE-core] [PATCH v2 2/4] wayland-protocols: Fix installation patch issue

2017-09-27 Thread Burton, Ross
On 27 September 2017 at 00:08, Fabien Lahoudere < fabien.lahoud...@collabora.co.uk> wrote: > On Tue, 2017-09-26 at 20:16 +0100, Burton, Ross wrote: > > On 26 September 2017 at 19:04, Otavio Salvador com.br> wrote: > > On Tue, Sep 26, 2017 at 12:29 PM, Burton, Ross > wrote: > > Does this depend o

Re: [OE-core] [PATCH] libarchive: CVE-2017-14502

2017-09-27 Thread Burton, Ross
This doesn't apply to master, can you rebase. Ross On 27 September 2017 at 05:25, Zhixiong Chi wrote: > read_header in archive_read_support_format_rar.c suffers from an > off-by-one error for UTF-16 names in RAR archives, leading to an > out-of-bounds read in archive_read_format_rar_read_header

[OE-core] [PATCH v3] systemd: add runtime dependencies to pam plugins.

2017-09-27 Thread andreas . kling
From: Andy Kling This ensures pam plugins required by /etc/pam.d/systemd-user to open a user session are installed. systemd[1]: Starting User Manager for UID 994... systemd[6493]: PAM unable to dlopen(/lib/security/pam_keyinit.so) Drop package systemd-pam to prevent confusion. It is

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-27 Thread Andrej Valek
Hi Ross, Could You please provide my the current status of my request? Thank You, Andrej On 09/06/2017 08:16 AM, Andrej Valek wrote: > I have created a PR: > https://github.com/openembedded/openembedded-core/pull/23 as last time. > > Andrej > > On 09/05/2017 08:52 PM, Burton, Ross wrote: >> Al

[OE-core] [PATCH 2/2] package_manager: rpm: improve logging

2017-09-27 Thread Mikko Ylinen
To be able to better debug remove() behaviour, add more logging to rpm calls via bb.note(). The change also makes remove() logging more consistent with other package managers' remove() (e.g., opkg). Signed-off-by: Mikko Ylinen --- meta/lib/oe/package_manager.py | 4 +++- 1 file changed, 3 insert

[OE-core] [PATCH 1/2] rootfs.py: remove update-alternatives correctly

2017-09-27 Thread Mikko Ylinen
With "read-only-rootfs" in IMAGE_FEATURES, packages in ROOTFS_RO_UNNEEDED are removed when building the rootfs. The list of packages to remove is passed to the package manager and the list is sorted so that update-alternatives provider is the last entry. This is with the assumption that the last en

[OE-core] [PATCH v2 0/2] remove update-alternatives correctly

2017-09-27 Thread Mikko Ylinen
v2: move the fix to rootfs.py and implement 2-stage removal based on the feedback. split the fix and the logging improvements in two commits. Mikko Ylinen (2): rootfs.py: remove update-alternatives correctly package_manager: rpm: improve logging meta/lib/oe/package_manager.py | 4 +++- meta