[oe] [PATCH] libgpiod: fix packaging of tools

2018-01-26 Thread Martin Hundebøll
gpiod-tools package with the gpio{detect,find,get,info,mon,set} executables. To avoid missing tools for existing installations of libgpiod, the libgpiod-tools package is setup as a recommendation by libgpiod when the tools package config is enabled. Signed-off-by: Martin Hundebøll --- meta-oe/re

Re: [oe] Splitting meta-oe?

2018-02-21 Thread Martin Hundebøll
On 2018-02-21 14:57, Tom Rini wrote: On Tue, Feb 20, 2018 at 09:10:25PM -0300, Otavio Salvador wrote: On Tue, Feb 20, 2018 at 9:07 PM, Otavio Salvador wrote: On Tue, Feb 20, 2018 at 3:52 PM, Richard Purdie wrote: I could combo-layer pieces of meta-oe into poky but I'd imagine that would cr

Re: [oe] [meta-gnome][PATCH 01/23] santiy-meta-gnome: add class for bbappend files checking

2018-03-08 Thread Martin Hundebøll
Hi Armin, Just a minor copy-paste error bellow... On 2018-03-07 20:00, Armin Kuster wrote: Idea taken from meta-virt Add a new class, sanity-meta-gnome.bbclass, to check for whether necessary settings are available for bbappend files in this layer to be effective, and warn users if not. In ad

[oe] [meta-oe][PATCH 2/2] libgpiod: add packageconfig for python bindings

2018-05-23 Thread Martin Hundebøll
Signed-off-by: Martin Hundebøll --- meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb index c2e11ad38..1bda8bc3a 100644 --- a/meta-oe

[oe] [meta-oe][PATCH 1/2] libgpiod: update to 1.1

2018-05-23 Thread Martin Hundebøll
Add native dependency on autoconf-archive as it is now used by the libgpiod autotools. Signed-off-by: Martin Hundebøll --- meta-oe/recipes-support/libgpiod/libgpiod_1.0.1.bb | 4 meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb | 6 ++ 2 files changed, 6 insertions(+), 4 deletions

Re: [oe] [meta-qt5] QtWebEngine SEGV_MAPERR when opening web view on Raspberry Pi 3

2018-05-29 Thread Martin Hundebøll
Hi, On 2018-05-29 13:25, kdgoncha...@gmail.com wrote: Hi I'm using meta-qt5 and meta-raspberrypi layers to build an image for Rapberry Pi 3. The image contains PyQt app running with eglfs plugin. Starting from QT 5.9.4 (commit e1046125d212a016d96944ff907e17d51a5b41af on rocko branch), QtWebEn

[oe] [meta-oe][PATCH] ell: update to 0.6

2018-07-10 Thread Martin Hundebøll
Removed patch is upstreamed Signed-off-by: Martin Hundebøll --- .../0001-ell-fix-build-with-musl-libc.patch | 39 --- .../ell/{ell_0.4.bb => ell_0.6.bb}| 6 +-- 2 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 meta-oe/recipes-core/ell/

[oe] [meta-oe][PATCH v2] ell: update to 0.6

2018-07-12 Thread Martin Hundebøll
Remove upstreamed patch to fix musl build, and replace with another (submitted) patch to fix a new musl issue. Signed-off-by: Martin Hundebøll --- Changes in v2: - Added patch to fix musl build --- meta-oe/recipes-core/ell/ell/0001-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch

Re: [oe] [meta-oe][PATCH v2] ell: update to 0.6

2018-07-12 Thread Martin Hundebøll
On 2018-07-12 14:05, Martin Hundebøll wrote: Remove upstreamed patch to fix musl build, and replace with another (submitted) patch to fix a new musl issue. Signed-off-by: Martin Hundebøll --- [snip] diff --git a/meta-oe/recipes-core/ell/ell_0.4.bb b/meta-oe/recipes-core/ell/ell_0.4.bb

Re: [oe] [meta-oe][PATCH v2] ell: update to 0.6

2018-07-12 Thread Martin Hundebøll
Hi Khem, On 2018-07-12 14:05, Martin Hundebøll wrote: Remove upstreamed patch to fix musl build, and replace with another (submitted) patch to fix a new musl issue. Signed-off-by: Martin Hundebøll --- Changes in v2: - Added patch to fix musl build --- meta-oe/recipes-core/ell/ell/0001

[oe] [meta-oe][PATCH] ell: update patch status to backport

2018-07-12 Thread Martin Hundebøll
Signed-off-by: Martin Hundebøll --- ...1-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/ell/ell/0001-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch b/meta-oe/recipes-core/ell/ell

[oe] [PATCH] ell: update to 0.8

2018-08-23 Thread Martin Hundebøll
Remove backported patch and make reconfiguration work by allowing the build-aux folde to exist already. Signed-off-by: Martin Hundebøll --- meta-oe/recipes-core/ell/{ell_0.6.bb => ell_0.8.bb} | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) rename meta-oe/recipes-core/

Re: [oe] [meta-networking][PATCH v2] networkd-dispatcher: new package

2018-09-09 Thread Martin Hundebøll
all -D -m 0755 ${S}/networkd-dispatcher ${D}${sbindir}/networkd-dispatcher +install -D -m 0644 ${S}/networkd-dispatcher.service ${D}/${systemd_system_unitdir}/networkd-dispatcher.service +install -D -m 0644 ${S}/networkd-dispatcher.conf ${D}/${sysconfdir}/conf.d/networkd-dispatcher.co

Re: [oe] [meta-networking][PATCH] libldb: add pam to REQUIRED_DISTRO_FEATURES

2018-10-09 Thread Martin Hundebøll
___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/open

[oe] [meta-oe][PATCH 1/3] ell: remove unused patch

2018-11-21 Thread Martin Hundebøll
Commit cc7bce67b ('ell: update to 0.8') removed the patch from SRC_URI but forgot to delete it from the git tree. Signed-off-by: Martin Hundebøll --- ...arp.h-from-libc-instead-of-linux-hea.patch | 39 --- 1 file changed, 39 deletions(-) delete mode 100644 meta-oe/re

[oe] [meta-oe][PATCH 2/3] ell: update to 0.15

2018-11-21 Thread Martin Hundebøll
Signed-off-by: Martin Hundebøll --- meta-oe/recipes-core/ell/{ell_0.8.bb => ell_0.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/ell/{ell_0.8.bb => ell_0.15.bb} (88%) diff --git a/meta-oe/recipes-core/ell/ell_0.8.bb b/meta-oe/recipes-core/ell/el

[oe] [meta-oe][PATCH 3/3] iwd: add version 0.12

2018-11-21 Thread Martin Hundebøll
The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll --- meta-oe/recipes-connectivity/iwd/iwd_0.12.bb | 24 1 file changed, 24 insertions(+) create mode

[oe] [meta-oe][PATCHv2] iwd: add version 0.12

2018-11-22 Thread Martin Hundebøll
The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll --- Changes since v1: - add packageconfig for client, ead, and ofono - split out packages for iwctl, ead, and iwmon - add

[oe] [meta-oe][PATCHv2] iwd: add version 0.12

2018-11-22 Thread Martin Hundebøll
The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll --- Changes since v2: - add patch to make client unit test depend on packageconfig - remove split of packages Changes since

Re: [oe] [meta-oe][PATCHv2] iwd: add version 0.12

2018-11-22 Thread Martin Hundebøll
Sorry, forgot to update patch version. // Martin On 22/11/2018 14.51, Martin Hundebøll wrote: The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll --- Changes since v2

Re: [oe] [thud][PATCH 1/2] lvm2: update SRC_URI

2018-11-22 Thread Martin Hundebøll
are.org/pub/lvm2/releases/ ? file://lvm.conf \ file://0001-implement-libc-specific-reopen_stream.patch \ file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \ -- Kind regards, Martin Hundebøll Embedded Linux Consultant +45 61 65 54 61 mar...@gea

[oe] [meta-oe][PATCHv4] iwd: add version 0.12

2018-11-22 Thread Martin Hundebøll
The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll --- Changes since v3: - Update patch upstream status to backport Changes since v2: - add patch to make client unit test

Re: [oe] [meta-oe][PATCH] ndctl: fix compile issue

2018-11-23 Thread Martin Hundebøll
ystemd', d)}" // Martin +PACKAGECONFIG[systemd] = "--with-systemd-unit-dir=${systemd_system_unitdir}, --without-systemd-unit-dir," + do_configure_prepend() { ${S}/autogen.sh } -- Kind regards, Martin Hundebøll Embedded Linux Consult

Re: [oe] [meta-multimedia][PATCH] Add a working tvheadend recipe

2018-11-23 Thread Martin Hundebøll
do_configure() and do_install() look pretty much like the ones from autotools.bbclass. Wouldn't it be prettier to do: inherit autotools EXTRA_OECONF = "--disable-libav --disable-ffmpeg_static --disable-hdhomerun_static" do_compile[noexec] = "1" ? // Martin +

Re: [oe] [PATCH] postgresql: Allow successful run of postgresql-setup

2018-11-23 Thread Martin Hundebøll
USERADD_PARAM_${PN} to use /bin/sh instead would be leaner. // Martin FILES_${PN}-client = "${bindir}/clusterdb \ ${bindir}/createdb \ -- Kind regards, Martin Hundebøll Embedded Linux Consultant +45 61 65 54 61 mar...@geanix.com Geanix IVS https://geanix.com DK39600706 -- _

Re: [oe] [meta-multimedia][PATCH] Add a working tvheadend recipe

2018-11-23 Thread Martin Hundebøll
Sorry, I hadn't noticed PATCHv3 on the list when I wrote this. // Martin On 23/11/2018 10.58, Martin Hundebøll wrote: On 18/11/2018 18.04, Peter Bašista wrote: The original one was previously removed by commit ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 as part of a clean-up of blackl