[OE-core] [PATCH] python3: Fix install purelib to make pip3-python work properly

2018-03-07 Thread Jason Wessel
The oe-core version of python3 patches the purelib use directory to the system libdir so as to make it work with multilibs properly inside the patch fix_for_using_different_libdir.patch with: -'purelib': '{base}/lib/python{py_version_short}/site-packages', +'purelib':

[OE-core] [oe-core][PATCH 1/1] gnome-desktop: do not free() a static buffer

2018-03-07 Thread Joe Slater
Do not free() the buffer returned by localtime(). Also, switch to calling localtime_r() which is re-entrant. Signed-off-by: Joe Slater --- ...op-thumbnail-don-t-convert-time_t-to-long.patch | 27 +- 1 file changed, 11 insertions(+), 16 deletions(-)

[OE-core] ✗ patchtest: failure for libiio: update and improve recipe

2018-03-07 Thread Patchwork
== Series Details == Series: libiio: update and improve recipe Revision: 1 URL : https://patchwork.openembedded.org/series/11301/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

Re: [OE-core] [PATCH 4/4] systemd-boot: upgrade to 237

2018-03-07 Thread ChenQi
On 03/07/2018 09:44 PM, Burton, Ross wrote: Can you rebase this to master as there's been changes to booting made. Ross Hi Ross, I've done this. The remote branch has been updated. git://git.pokylinux.org/poky-contrib ChenQi/systemd-237

[OE-core] [meta-oe][PATCH] libiio: update and improve recipe

2018-03-07 Thread Adrian Freihofer
* Update to latest version 0.14. * Make depends on avahi, libusb1 and libxml2 optional by PACKAGECONFIG or DISTRO flags. * Install iiod.service file Signed-off-by: Adrian Freihofer --- meta-oe/recipes-support/libiio/libiio_git.bb | 32 ++--

Re: [OE-core] [PATCH 0/4] systemd & systemd-boot: upgrade to 237

2018-03-07 Thread ChenQi
On 03/08/2018 12:55 AM, Khem Raj wrote: On Wed, Mar 7, 2018 at 12:11 AM, ChenQi wrote: Hi Ross, I've rebased the following patch against latest master and updated remote branch. systemd-boot: upgrade to 237 git://git.pokylinux.org/poky-contrib ChenQi/systemd-237

[OE-core] ✗ patchtest: failure for kernel-fitimage.bbclass: Deploy fitImage without Initramfs (rev2)

2018-03-07 Thread Patchwork
== Series Details == Series: kernel-fitimage.bbclass: Deploy fitImage without Initramfs (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/11297/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] ✗ patchtest: failure for "[pyro] linux-yocto-tiny/4.1: u..." and 2 more

2018-03-07 Thread Patchwork
== Series Details == Series: "[pyro] linux-yocto-tiny/4.1: u..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/11303/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Vineeth Karumanchi
Hi, I am getting the patch failure error saying unable to apply. https://patchwork.openembedded.org/series/11297/ I did these steps: - git clone git://git.yoctoproject.org/poky ( master is at 83cd2b3e775235942dd4201622dc5cc2d4328994 ) - Applied this patch, it went well. Can you please

[OE-core] [pyro][PATCH 3/3] linux-yocto-rt/4.1: update to include spectre fixes

2018-03-07 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index bdad3ea..37d4e03

[OE-core] [pyro][PATCH 1/3] linux-yocto-tiny/4.1: update with spectre fixes

2018-03-07 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index

[OE-core] [pyro][PATCH 2/3] linux-yocto/4.1: updated to include spectre fixes

2018-03-07 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index

[OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Vineeth Chowdary Karumanchi
This patch deploys fitImage (linux.bin + dtb ). The use case is to have 2 partioned sd card, with FAT partition having bootloader + fitImage and ext4 partion having rootfs. Signed-off-by: Vineeth Chowdary Karumanchi --- v2: Proper signed off ---

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Martin Hundebøll
Hi Vineeth, On 2018-03-07 15:41, Vineeth Chowdary Karumanchi wrote: This patch deploys fitImage (linux.bin + dtb ). The use case is to have 2 partioned sd card, with FAT partition having bootloader + fitImage and ext4 partion having rootfs. Signen-off-by: Vineeth Chowdary Karumanchi

Re: [OE-core] [PATCH 0/4] systemd & systemd-boot: upgrade to 237

2018-03-07 Thread ChenQi
Hi Ross, I've rebased the following patch against latest master and updated remote branch. systemd-boot: upgrade to 237 git://git.pokylinux.org/poky-contrib ChenQi/systemd-237 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-237 Best Regards, Chen Qi On

Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-07 Thread Burton, Ross
On 6 March 2018 at 18:11, Bruce Ashfield wrote: > +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" > +# 4.15+ needs these next two RDEPENDS > +RDEPENDS_${PN} += "openssl-dev util-linux" > +# and x86 needs a bit more for 4.15+ > +RDEPENDS_${PN} +=

Re: [OE-core] [PATCH] package_manager.py: Explicit complementary fail

2018-03-07 Thread Mauno Niko
On 03/02/2018 03:59 PM, Mauno Niko wrote: > On 02/28/2018 06:58 PM, Alexander Kanavin wrote: >> On 02/28/2018 06:20 PM, Niko Mauno wrote: >>> >>> Improve associated install() method behaviour in affected OpkgPM and >>> DpkgPM classes so that a problematic state of affairs becomes directly >>>

[OE-core] [PATCH] util-linux: Remove kill from native install

2018-03-07 Thread Mike Crowe
util-linux installs kill as ${base_bindir}/kill. coreutils installs kill as ${bindir}/kill. If base_bindir and bindir are the same (as they are in meta-micro) then this causes a conflict for recipes that depend on util-linux-native and coreutils-native. This means that in the unlikely event that

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Burton, Ross
On 6 March 2018 at 18:11, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb > b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb > index ae9e7691367d..1ccbf6283e43 100644 > ---

Re: [OE-core] [meta-oe][PATCH v3] libepoxy: New recipe updated to latest release

2018-03-07 Thread Francesco Giancane
Hi, This email just to point that a revised patch has been submitted. Please find attached at https://patchwork.openembedded.org/patch/148586/ Thanks, Francesco Giancane 2018-03-01 17:20 GMT+01:00 Francesco Giancane : > v4 is being sent with updated commit

Re: [OE-core] [PATCH] busybox: mdev: make mdev auto load modules at boot

2018-03-07 Thread Alexandre Belloni
On 06/03/2018 at 13:28:52 +0100, Mike Looijmans wrote: > On 05-03-18 09:22, Quentin Schulz wrote: > > Thanks to the MODALIAS line at the beginning of mdev.conf, mdev supports > > module auto probing on hotplug. > > > > However, this does not work for cold plugged modules (i.e. modules for > >

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Bruce Ashfield
On Wed, Mar 7, 2018 at 3:38 AM, Burton, Ross wrote: > On 6 March 2018 at 18:11, Bruce Ashfield > wrote: >> >> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb >> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb >> index

[OE-core] [PATCH] gtk-doc: inherit classes only if gtk-doc is enabled

2018-03-07 Thread Ross Burton
Respect GTKDOC_ENABLED when inheriting python3native and DEPENDing on qemu-native, as they're not needed when disabled. python3native is required as otherwise the host Python is most likely used which may or may not have python3-six installed (a requirement of gtk-doc). Signed-off-by: Ross

[OE-core] [PATCH] libfm: fix dependencies

2018-03-07 Thread Ross Burton
libfm uses glib-gettextize so explicitly depend on glib-2.0-native. Instead of depending on gettext-native, inherit gettext. Signed-off-by: Ross Burton --- meta/recipes-support/libfm/libfm-extra_1.2.5.bb | 4 ++-- meta/recipes-support/libfm/libfm_1.2.5.bb | 4 ++--

Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-07 Thread Bruce Ashfield
On Wed, Mar 7, 2018 at 3:40 AM, Burton, Ross wrote: > On 6 March 2018 at 18:11, Bruce Ashfield > wrote: >> >> +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" >> +# 4.15+ needs these next two RDEPENDS >> +RDEPENDS_${PN} += "openssl-dev

Re: [OE-core] [PATCH 4/4] systemd-boot: upgrade to 237

2018-03-07 Thread Burton, Ross
Can you rebase this to master as there's been changes to booting made. Ross On 5 March 2018 at 02:02, Chen Qi wrote: > Upgrade systemd-boot to 237. > > As systemd has dropped autotools support, fix configure and compile > failures related to meson. > > Signed-off-by:

Re: [OE-core] [meta-oe][PATCH v3] libepoxy: New recipe updated to latest release

2018-03-07 Thread Burton, Ross
Yes, it's been merged :) Ross On 7 March 2018 at 10:49, Francesco Giancane wrote: > Hi, > > This email just to point that a revised patch has been submitted. > > Please find attached at https://patchwork.openembedded.org/patch/148586/ > > Thanks, > > Francesco

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Burton, Ross
On 7 March 2018 at 15:06, Bruce Ashfield wrote: > > Odd. My merge of standard/tiny/base -> tiny* didn't go automatically. > Could have been the new branch naming. Either way, that SRCREV is > now valid for 4.14, and there's no patch to resend. > > Bruce > > -- >

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Bruce Ashfield
On 03/07/2018 03:38 AM, Burton, Ross wrote: On 6 March 2018 at 18:11, Bruce Ashfield > wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb

Re: [OE-core] [PATCH 0/4] systemd & systemd-boot: upgrade to 237

2018-03-07 Thread Khem Raj
On Wed, Mar 7, 2018 at 12:11 AM, ChenQi wrote: > Hi Ross, > > I've rebased the following patch against latest master and updated remote > branch. > > systemd-boot: upgrade to 237 > > git://git.pokylinux.org/poky-contrib ChenQi/systemd-237 >

Re: [OE-core] ccache: update to 3.4.1

2018-03-07 Thread Khem Raj
On Wed, Mar 7, 2018 at 7:59 AM Justin Bronder wrote: > On 02/03/18 19:14 -0800, Khem Raj wrote: > > On 3/2/18 2:09 PM, Justin Bronder wrote: > > > https://ccache.samba.org/releasenotes.html#_ccache_3_4_1 > > > > > > License-Update: copyright years and file paths updated

Re: [OE-core] ccache: update to 3.4.1

2018-03-07 Thread Justin Bronder
On 02/03/18 19:14 -0800, Khem Raj wrote: > On 3/2/18 2:09 PM, Justin Bronder wrote: > > https://ccache.samba.org/releasenotes.html#_ccache_3_4_1 > > > > License-Update: copyright years and file paths updated > > > > Signed-off-by: Justin Bronder > > --- > >

[OE-core] [PATCH] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Vineeth Chowdary Karumanchi
This patch deploys fitImage (linux.bin + dtb ). The use case is to have 2 partioned sd card, with FAT partition having bootloader + fitImage and ext4 partion having rootfs. Signen-off-by: Vineeth Chowdary Karumanchi --- meta/classes/kernel-fitimage.bbclass | 5

[OE-core] ✗ patchtest: failure for kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Patchwork
== Series Details == Series: kernel-fitimage.bbclass: Deploy fitImage without Initramfs Revision: 1 URL : https://patchwork.openembedded.org/series/11297/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several