Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Martin Jansa
Thanks for update. So there will be 4 more changes and then after: "Starting January 2, 2019, the last build will be removed from our website." the archive will be only on OE premirror? That's really unfortunate, I'm not using geoip (other than seeing it fail in my world builds), but this will be

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Changqing Li
Khem and Marthin, The failure still caused by frequently changed checksum of the database. I send the patch on 11.20. but the checksum changed on 1121, and it also changed on 1128, seems like weekly change. but it should not failed if there is a premirror saved the Here is a result I get:

[oe] [meta-networking][PATCH V2] autofs: upgrade to 5.1.5

2018-11-28 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../0001-Do-not-hardcode-path-for-pkg.m4.patch | 19 +++-- .../0002-Replace-__S_IEXEC-with-S_IEXEC.patch | 36 ++--- .../autofs-5.0.7-do-not-check-for-modprobe.patch | 89 --

Re: [oe] [meta-networking][PATCH V2] autofs: upgrade to 5.1.5

2018-11-28 Thread Changqing Li
On 11/29/18 10:53 AM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../0001-Do-not-hardcode-path-for-pkg.m4.patch | 19 +++-- .../0002-Replace-__S_IEXEC-with-S_IEXEC.patch | 36 ++--- .../autofs-5.0.7-do-not-check-for-modprobe.patch

[oe] [PATCH 2/2] libxklavier: Fix keyboard layout bug for xfce4-settings

2018-11-28 Thread Andreas Müller
* This was one the longest lasting and most annoying bug * While we are at it: rename path files -> libxklavier Signed-off-by: Andreas Müller --- ...nfig_xkb.c-Fix-keyboard-layout-settings-f.patch | 39 ++ .../fix-do_installe-failure.patch | 0

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-11-28 Thread Khem Raj
We have two options Download and rename may be add a date component and save it on sources.oe.org Second option is to download the databases during build as temporary artifacts but this might cause reproducibility problems Either way it is going to have some issues May be option 1 even though

[oe] [PATCH 1/2] libmtp: fix paths for packages

2018-11-28 Thread Andreas Müller
Upstream has moved udev-rules/mtp-probe. That was not detected on previous update commit so this is a follow-up. Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/libmtp/libmtp_1.1.16.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH] libcereal: Allow empty package

2018-11-28 Thread Brad Bishop
libcereal is header-only so create the empty base package so that libcereal can be sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop --- meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-networking][PATCH 4/4] autofs: upgrade to 5.1.5

2018-11-28 Thread Khem Raj
http://errors.yoctoproject.org/Errors/Details/202450/ On Tue, Nov 27, 2018 at 1:38 AM wrote: > > From: Changqing Li > > Signed-off-by: Changqing Li > --- > .../0001-Do-not-hardcode-path-for-pkg.m4.patch | 19 +++-- > .../0002-Replace-__S_IEXEC-with-S_IEXEC.patch | 36 ++--- >

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

2018-11-28 Thread Khem Raj
Thanks Martin, I missed it. I have now send a patch to add the recipe for missing package. On Tue, Nov 27, 2018 at 2:32 PM Martin Jansa wrote: > > What is supposed to provide libdvbcsa? It's not in any public layers > registered here: >

[oe] [meta-multimedia][PATCH] libdvbcsa: Add recipe

2018-11-28 Thread Khem Raj
tvheadend needs this library Signed-off-by: Khem Raj --- .../libdvbcsa/libdvbcsa/libdvbcsa.pc | 10 ++ .../libdvbcsa/libdvbcsa_1.1.0.bb | 19 +++ 2 files changed, 29 insertions(+) create mode 100644

Re: [oe] [meta-oe][sumo][PATCH] nodejs: Enable system ICU support

2018-11-28 Thread Raphael Kubo da Costa
akuster808 writes: > On 11/26/18 10:45 AM, Khem Raj wrote: >> Armin >> >> This is ok for rocko >> On Tue, Nov 20, 2018 at 7:40 AM Raphael Kubo da Costa >> wrote: >>> From: Khem Raj >>> >>> Latest Chromium needs it during build > > Is this keeping chromium from building. Yes. --

[oe] OpenJDK 8 Segfault on i.MX6

2018-11-28 Thread Attie Grande
Hi all, I've been trying to get OpenJDK 8 162-b12 running on Linux on an ARM platform (i.MX6), using the Yocto Sumo recipes from meta-java [1]. Unfortunately, the result is a java executable that cannot startup without hitting a SIGSEGV. Even running "simple" things like `java` or `java -help`

Re: [oe] [PATCH v2] mpd: update to 0.21.3

2018-11-28 Thread Khem Raj
On Tue, Nov 27, 2018 at 11:34 PM Max Kellermann wrote: > > On 2018/11/28 06:53, Khem Raj wrote: > > Hi Max > > > > it fails to build with systemd see > > http://errors.yoctoproject.org/Errors/Details/202303/ > > > > It seems the new meson change is not installing the system unit files > > and

Re: [oe] OpenJDK 8 Segfault on i.MX6

2018-11-28 Thread Attie Grande
Hi again, As a follow-up (under Aleksey's guidance) I applied the following patches: - JDK-8202600 [1][2] had no effect, but I'll be keeping it applied. - JDK-8194739 [3][4] and things have sprung into life. I'll prepare a patch and submit tomorrow. Attie [1]: