Re: [oe] [meta-oe][PATCH] meta-oe: fix native inheritance order in recipes

2021-01-27 Thread Martin Jansa
Thanks. Khem already sent these changes in 2 separate patches which are already in master-next: https://git.openembedded.org/meta-openembedded/commit/?h=master-next=58a4c525ac1359f91ba8e97a26eb693e6468a362

Re: [oe][meta-networking][PATCH v2] networkmanager: add missing readline depends

2021-01-26 Thread Martin Jansa
Hi, is the ALLOW_EMPTY_${PN}-nmcli* actually useful for anything? Why should the empty package exist? If people include it in the image, then they need to make sure the PACKAGECONFIG is enabled. And when it's not enabled do_rootfs will correctly fail. Creating useless empty package hides this

[oe] [meta-oe][dunfell][PATCH] networkd-dispatcher: use git fetcher

2021-01-22 Thread Martin Jansa
uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad] Signed-off-by: Martin Jansa --- .../networkd-dispatcher/networkd-dispatcher_2.0.1.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-daemons/networkd

Re: [oe] [bitbake-devel] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-01-16 Thread Martin Jansa
Aren't the missing spaces in appends fixes also needed for meta-oe recipes? I think at least top 5 commits from: https://git.openembedded.org/meta-openembedded/log/?qt=grep=space.*append were also follow-up from these changes in oe-core. On Thu, Jan 14, 2021 at 6:50 PM Peter Kjellerstedt <

[oe] [meta-oe][PATCH] linuxconsole: move jscal to separate package, add to packagegroup

2020-12-27 Thread Martin Jansa
and not shipped files. [installed-vs-shipped] as in: https://github.com/ros/meta-ros/commit/9fbfe41ac55a423afd57d9e24173a5655448acd5 Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-oe.bb | 1 + .../linuxconsole/linuxconsole_1.7.0.bb| 37 +-- 2 files

Re: [oe] [meta-oe][PATCH] linuxconsole: Add recipe for version 1.7.0

2020-12-25 Thread Martin Jansa
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. linuxconsole: 5 installed and not shipped files. [installed-vs-shipped] On Wed, Dec 23, 2020 at 2:15 PM Martin Jansa via lists.openembedded.org wrote

Re: [oe] [meta-oe][PATCH] linuxconsole: Add recipe for version 1.7.0

2020-12-23 Thread Martin Jansa
On Tue, Dec 8, 2020 at 7:26 PM Fabio Berton wrote: > Add linuxconsole and inputattach-config recipes. The inputattach-config > recipe is intend to use as machine configuration file for inputattach. > > Signed-off-by: Fabio Berton > +FILES_joystick += "\ > +${bindir}/evdev-joystick \ >

Re: [oe] [meta-oe][PATCH] nanopb: move to dynamic-layers

2020-12-02 Thread Martin Jansa
c 2, 2020 at 7:28 AM Martin Jansa > wrote: > > > > * depends on python3-protobuf from meta-python: > > * fixes: > > ERROR: Nothing RPROVIDES 'python3-protobuf' (but > meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb RDEPENDS on or otherwise > requires it) &g

[oe] [PATCH] nanopb: move to dynamic-layers

2020-12-02 Thread Martin Jansa
dependency chain was: ['python3-protobuf'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nanopb', 'python3-protobuf'] Signed-off-by: Martin Jansa --- v2: add it to packagegroup .../recipes-core

[oe] [meta-oe][PATCH] nanopb: move to dynamic-layers

2020-12-02 Thread Martin Jansa
dependency chain was: ['python3-protobuf'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nanopb', 'python3-protobuf'] Signed-off-by: Martin Jansa --- .../meta-python}/recipes-devtools/nanopb

Re: [oe] [meta-oe][PATCH v2] thingsboard-gateway: Move under dynamic layers

2020-11-23 Thread Martin Jansa
Acked-by: Martin Jansa BTW: "python3-jsonpath-rw: Add recipe for v1.4.0" commit is also only in master-next branch (and after this), so thingsboard-gateway_2.5.2.bb is broken in master completely (not only when meta-python layer isn't included). On Thu, Nov 19, 2020 at 4:58 PM Khem

Re: [oe] [meta-oe][PATCH 4/5] thingsboard-gateway: Add recipe for v2.5.2

2020-11-19 Thread Martin Jansa
python3-jsonpath-rw dependency was added to meta-python, but meta-oe doesn't depend on meta-python, so either python3-jsonpath-rw needs to be moved to meta-oe (if it doesn't depend on other stuff from meta-python) or thingsboard-gateway needs to be moved to meta-python. On Wed, Nov 18, 2020 at

Re: [oe] [dunfell 13/17] libeigen: update SRC_URI to use gitlab git

2020-11-18 Thread Martin Jansa
I know this is just cherry-pick from master, but if someone wants to update this in master, then nobranch isn't needed (anymore?), the tag is in 3.3 branch eigen$ git branch -a --contains 21ae2afd4edaa1b69782c67a54182d34efe43f9c remotes/origin/3.3 On Wed, Nov 18, 2020 at 4:08 PM akuster

[oe] [dunfell][meta-oe][PATCH] remmina: use git fetcher

2020-11-14 Thread Martin Jansa
* fixes QA recently backported to dunfell: WARNING: remmina-1.3.6-r0 do_package_qa: QA Issue: remmina: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad] Signed-off-by: Martin Jansa --- meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 7

Re: [oe] [meta-python][PATCH v2] Add python3-cvxopt

2020-11-09 Thread Martin Jansa
> SRCREV = "1.2.5" Use the actual git SHA not the tag name. On Mon, Nov 9, 2020 at 7:32 PM Gregory Anders wrote: > --- > Added python3-cvxopt to meta-python packagegroup > > .../packagegroups/packagegroup-meta-python.bb | 1 + > .../python/python3-cvxopt_1.2.5.bb| 20

Re: [oe] [meta-oe][PATCH] Add suitesparse

2020-11-09 Thread Martin Jansa
I don't have strong opinion, but when I was adding suitesparse to meta-ros a while ago, it was a bit easier to build each library separately as in: https://github.com/ros/meta-ros/commit/1242e0ce3c84a05363fc11244a8a6ac0e08de4e9 not sure if that changed between 5.4 and 5.8. It might be still useful

Re: [oe] [meta-gnome][PATCH] libuvc: add recipe

2020-10-01 Thread Martin Jansa
Why? It's fetching from git which doesn't use checksums, just SRCREV. On Thu, Oct 1, 2020 at 5:10 PM tom king wrote: > Please add SRC_URI[md5sum] and SRC_URI[sha256sum] to recipe > > Thanks > > Tom > > On Wed, Sep 30, 2020 at 4:20 PM Zig Globulin wrote: > >> Signed-off-by: Zig Globulin >> ---

Re: [oe] [meta-browser] [PATCH] chromium: change to python3

2020-09-23 Thread Martin Jansa
https://bugs.chromium.org/p/chromium/issues/detail?id=942720 is still far from finished. Using python from host and assuming it's python2 is much worse than pythonnative inherit and using meta-python2. On Wed, Sep 23, 2020 at 8:11 PM Ming Liu wrote: > From: Ming Liu > > python support has

[oe] [meta-networking][PATCH] ssmtp: adjust u-a

2020-09-18 Thread Martin Jansa
/newalias Signed-off-by: Martin Jansa --- meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb index 3739c496a5

Re: [oe] [meta-networking][PATCH 07/10] ssmtp: Use update alternatives for conflicts with esmtp

2020-09-18 Thread Martin Jansa
In my build I don't have mailq, sendmail, newaliases as man pages, but binaries in sbindir (and the sbinbinary is called newaliases, not newalias) tmp-glibc/work/core2-64-oe-linux/ssmtp/2.64-r0/image/ tmp-glibc/work/core2-64-oe-linux/ssmtp/2.64-r0/image/usr

[oe] [meta-networking][PATCH] netkit-rsh: inherit update-alternatives

2020-09-18 Thread Martin Jansa
ALTERNATIVE_netkit-rsh-server but doesn't inherit update-alternatives. This might fail during do_rootfs later! [missing-update-alternatives] Signed-off-by: Martin Jansa --- meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [oe] [meta-oe][dunfell][PATCH 3/3] iwd: Upgrade to 1.9

2020-09-18 Thread Martin Jansa
This is now needed in dunfell, because ell upgrade was backported to dunfell in oe-core: https://git.openembedded.org/openembedded-core/commit/?h=dunfell=deb77c59b9c11738a93fc80c1b256b3df8e14827 On Fri, Sep 18, 2020 at 12:35 PM Martin Jansa via lists.openembedded.org wrote: > From: Khem

[oe] [meta-oe][dunfell][PATCH 3/3] iwd: Upgrade to 1.9

2020-09-18 Thread Martin Jansa
From: Khem Raj Need this upgrade to work with ell >= 0.33 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} (96%) diff --git

[oe] [meta-oe][dunfell][PATCH] iwd: Upgrade to 1.9

2020-09-18 Thread Martin Jansa
From: Khem Raj Need this upgrade to work with ell >= 0.33 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} (96%) diff --git

[oe] [meta-oe][dunfell][PATCH 2/3] iwd: update to 1.8

2020-09-18 Thread Martin Jansa
From: Oleksandr Kravchuk Changelog: - Fix issue with handling FT AKMs when not supported. - Fix issue with handling FILS and RSNE in authenticate. - Fix issue with handling auto-connection and quick scan. - Fix issue with sending multiple scan requests. - Add support for P2P feature and API.

[oe] [meta-oe][dunfell][PATCH 1/3] iwd: upgrade 1.6 -> 1.7

2020-09-18 Thread Martin Jansa
From: Pierre-Jean Texier This includes the following changes: ver 1.7: Fix issue with APs that send IGTK falsely in big endian. Fix issue with setting linkmode & operstate for open networks. Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj ---

[oe] [meta-oe][PATCH] bhugetlbfs: revert one commit from 2.23 to work around build error on arm

2020-09-16 Thread Martin Jansa
/libhugetlbfs/tests/obj32/stmuFa58[.interp]: file format not recognized Signed-off-by: Martin Jansa --- ...bfs-fix-Ttext-segment-argument-on-AA.patch | 210 ++ .../libhugetlbfs/libhugetlbfs_git.bb | 1 + 2 files changed, 211 insertions(+) create mode 100644 meta-oe/recipes

Re: [oe] [meta-oe] [PATCH] libhugetlbfs: upgrade 2.22 -> 2.23

2020-09-16 Thread Martin Jansa
: > On Tue, Sep 15, 2020 at 9:44 AM Martin Jansa > wrote: > > > > This is somehow causing strip to fail when building for arm (I'm seeing > it e.g. in raspberrypi4 builds): > > > > ERROR: libhugetlbfs-1_2.23-r0 do_populate_sysroot: Fatal errors occurred > in subpr

Re: [oe] [meta-oe] [PATCH] libhugetlbfs: upgrade 2.22 -> 2.23

2020-09-15 Thread Martin Jansa
This is somehow causing strip to fail when building for arm (I'm seeing it e.g. in raspberrypi4 builds): ERROR: libhugetlbfs-1_2.23-r0 do_populate_sysroot: Fatal errors occurred in subprocesses: Command '['arm-oe-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note',

[oe] [meta-oe][PATCH 2/2] st: fix indentation

2020-09-12 Thread Martin Jansa
* using combination of 4, 2 and 1 space for indentation in the same file sucks almost the same as tabs and spaces in the same file! Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/suckless/st_0.8.4.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-oe

[oe] [meta-oe][PATCH 1/2] st: add x11 to REQUIRED_DISTRO_FEATURES to suck less

2020-09-12 Thread Martin Jansa
it) ERROR: Nothing RPROVIDES 'st-dev' (but meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.8.4.bb RDEPENDS on or otherwise requires it) in bitbake world suck Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/suckless/st_0.8.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion

Re: [oe] [meta-oe][patch v2 1/1] New terminal emulator: st 0.8.4

2020-09-12 Thread Martin Jansa
This is missing x11 in REQUIRED_DISTRO_FEATURES and the inherit, will send patch shortly. On Thu, Sep 3, 2020 at 2:15 PM Yann Dirson wrote: > From: Yann Dirson > > Can be used as a replacement for matchbox-terminal, with much less > dependencies (does not need gtk and vte), and supports "-e"

[oe] [meta-python2][dunfell][PATCH] python: prevent lib32-python depending on python

2020-09-07 Thread Martin Jansa
_sysroot" "python.do_prepare_recipe_sysroot" -> "sqlite3.do_populate_sysroot" "python.do_prepare_recipe_sysroot" -> "zlib.do_populate_sysroot" "python.do_unpack" [label="python do_unpack\n:2.7.18-r0\n/OE/build/oe-core/meta-python2/rec

[oe] [meta-python2][PATCH] python: prevent lib32-python depending on python

2020-09-03 Thread Martin Jansa
_sysroot" "python.do_prepare_recipe_sysroot" -> "sqlite3.do_populate_sysroot" "python.do_prepare_recipe_sysroot" -> "zlib.do_populate_sysroot" "python.do_unpack" [label="python do_unpack\n:2.7.18-r0\n/OE/build/oe-core/meta-python2/rec

Re: [oe] [meta-oe][PATCH] libeigen: update SRC_URI to download from gitlab

2020-09-02 Thread Martin Jansa
On Wed, Sep 02, 2020 at 02:25:10PM +0200, Diego Rondini wrote: > Hi, > > On Wed, Aug 26, 2020 at 9:16 AM Diego Rondini > wrote: > > > > Hi Khem, > > > > On Tue, Aug 25, 2020 at 8:40 PM Khem Raj wrote: > > > > > > On Tue, Aug 25, 2020 at 1

Re: [oe] [meta-oe][PATCH] nss: remove signlibs.sh

2020-09-01 Thread Martin Jansa
On Tue, Sep 01, 2020 at 04:16:15PM -0700, Khem Raj wrote: > On Tue, Sep 1, 2020 at 3:41 PM Martin Jansa wrote: > > > > Looks like my "solution" also isn't working well at least for images with > > read-only-rootfs in IMAGE_FEATURES. > > > > pkg_post

[oe] [meta-oe][PATCH] nss: remove signlibs.sh

2020-09-01 Thread Martin Jansa
363beb6bdbece it looked like signlibs.sh was something special only for target. So it looks to me, that we should just remove signlibs.sh script and let the same postinst be used on target and offline (with or without D being empty). Signed-off-by: Martin Jansa --- meta-oe/recipes-support/nss/ns

Re: [oe] [meta-oe][PATCH] nss: fix postinst in do_rootfs for target

2020-09-01 Thread Martin Jansa
s to me, that we should just remove signlibs.sh script and let the same postinst be used on target and offline (with or without D being empty). Cheers, On Mon, Aug 31, 2020 at 9:45 AM wrote: > Hi, > > On Fri, Aug 28, 2020 at 09:01:34PM +0200, Martin Jansa wrote: > > Partially r

[oe] [meta-oe][PATCH] nss: fix postinst in do_rootfs for target

2020-08-28 Thread Martin Jansa
do_rootfs: Postinstall scriptlets of ['nss'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget_${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Signed-off-by: Martin Jansa --- meta-oe/recipes-support/nss/nss_3.

Re: [oe] [meta-oe][PATCH v2] nss: Upgrade to 3.56

2020-08-28 Thread Martin Jansa
I'm testing a fix for target, would be nice if Mikko can confirm nativesdk works with it - will send it later today. On Fri, Aug 28, 2020 at 7:03 PM Khem Raj wrote: > > > On 8/28/20 8:14 AM, Martin Jansa wrote: > > I'm seeing this postinst issue already without Khem's nss chang

[oe] [meta-python2][PATCH] python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common

2020-08-28 Thread Martin Jansa
* this is one of last python2 compatible commits, before: https://github.com/dcantrell/pyparted/commit/c4949263538784036a5917195f956f8fcda9cf20 Signed-off-by: Martin Jansa --- .../{python-pyparted_3.11.3.bb => python-pyparted_git.bb}| 5 - 1 file changed, 4 insertions(+), 1 delet

Re: [oe] [meta-oe][PATCH] nss: fix postinst script for nativesdk build

2020-08-28 Thread Martin Jansa
This breaks running postinst in do_rootfs, it tries to run /usr/bin/shlibsign from host which fails when doesn't exist and then it complains about exit 1 called after that: WARNING: nss.postinst returned 127, marking as unpacked only, configuration required on target. ERROR: Postinstall

Re: [oe] [meta-oe][PATCH v2] nss: Upgrade to 3.56

2020-08-28 Thread Martin Jansa
I'm seeing this postinst issue already without Khem's nss changes, I guess it is caused by: 31552510b1 nss: fix postinst script for nativesdk build On Fri, Aug 28, 2020 at 4:43 PM akuster wrote: > > > On 8/27/20 7:04 PM, Khem Raj wrote: > > Forward port >

[oe] [meta-networking][zeus][PATCH] miniupnpd: Build config.h before full build

2020-08-27 Thread Martin Jansa
From: Khem Raj This fixes a race condition e.g. testminissdp.c:15:10: fatal error: config.h: No such file or directory 15 | #include "config.h" | ^~ compilation terminated. : recipe for target 'testminissdp.o' failed Signed-off-by: Khem Raj ---

Re: [oe] [meta-oe][PATCH] libeigen: update SRC_URI to download from gitlab

2020-08-25 Thread Martin Jansa
: https://docs.gitlab.com/ee/user/project/releases/ like github does with tag archives. On Tue, Aug 25, 2020 at 6:36 PM Diego Rondini wrote: > Hi Martin, > > On Tue, Aug 25, 2020 at 5:57 PM Martin Jansa > wrote: > > > > Doesn't this trigger src-uri-bad QA warning? It woul

Re: [oe] [meta-oe][PATCH] libeigen: update SRC_URI to download from gitlab

2020-08-25 Thread Martin Jansa
Doesn't this trigger src-uri-bad QA warning? It would be better to use git fetcher. On Tue, Aug 25, 2020 at 5:45 PM Diego wrote: > Bitbucket is no longer the official home of eigen, which has moved to > gitlab. Update SRC_URI to download releases from gitlab, fixing: > WARNING:

Re: [oe] [meta-oe][PATCH] iwd: Module load dir should be relative to root_dir

2020-08-22 Thread Martin Jansa
It doesn't correctly respect nonarch_base_libdir variable when installing the file. With this change applied I'm seeing: ERROR: iwd-1.8-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/modules-load.d

[oe] [meta-oe][PATCH] fbida: require opengl in DISTRO_FEATURES

2020-08-21 Thread Martin Jansa
-by: Martin Jansa --- meta-oe/recipes-graphics/fbida/fbida_2.14.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb index 29d0f64ac2..7ac302821a 100644 --- a/meta-oe/recipes-graphics/fbida

[oe] [meta-oe][PATCHv2] valijson: Move it to networking-layer under BBFILES_DYNAMIC

2020-08-20 Thread Martin Jansa
From: Khem Raj it has a hard dependency on curlpp package which comes from meta-networking Signed-off-by: Khem Raj Signed-off-by: Martin Jansa Cc: Oleksandr Kravchuk --- meta-oe/conf/layer.conf| 1 + .../recipes-core/packagegroups/packagegroup-meta

Re: [oe] [meta-oe][PATCH] valijson: Move it to networking-layer under BBFILES_DYNAMIC

2020-08-20 Thread Martin Jansa
rom > meta-networking > > Signed-off-by: Khem Raj > Cc: Martin Jansa > Cc: Oleksandr Kravchuk > --- > meta-oe/conf/layer.conf | 1 + > .../networking-layer}/recipes-devtools/valijson/valijson_0.3.bb | 0 > 2 files changed, 1

Re: [oe] [PATCH][meta-oe] valijson: update to 0.3

2020-08-19 Thread Martin Jansa
> On 02/08/2020 22:03, Martin Jansa wrote: > > Hi, > > new dependency curlpp is only available in meta-networking, so this recipe > in meta-oe cannot depend on it, either move it to meta-networking as well, > or make it optional with PACKAGECONFIG if possible. > > Now it causes

[oe] [meta-oe][PATCH] lcov: fix lcov-native build

2020-08-05 Thread Martin Jansa
* there is no provider for gcov-native nor gcov-symlinks-native Signed-off-by: Martin Jansa --- meta-oe/recipes-support/lcov/lcov_1.14.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov

Re: [oe] [PATCH][meta-oe] valijson: update to 0.3

2020-08-02 Thread Martin Jansa
Hi, new dependency curlpp is only available in meta-networking, so this recipe in meta-oe cannot depend on it, either move it to meta-networking as well, or make it optional with PACKAGECONFIG if possible. Now it causes: ERROR: Nothing PROVIDES 'curlpp' (but

Re: [oe] [PATCH 2/2] khronos: includes virtual/libgles2 , needs opengl

2020-07-26 Thread Martin Jansa
Hi, I've already sent this one: https://lists.openembedded.org/g/openembedded-devel/message/85932 On Sun, Jul 26, 2020 at 11:22 AM akuster wrote: > add FEATURE_CHECK on opengl. > > Signed-off-by: Armin Kuster > --- > meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 4 +++- > 1 file

[oe] [meta-oe][PATCH] khronos-cts: add opengl to REQUIRED_DISTRO_FEATURES

2020-07-25 Thread Martin Jansa
RPROVIDES 'opengl-es-cts' (but meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.6.1.bb RDEPENDS on or otherwise requires it) Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

Re: [oe] [PATCH 1/2] recipes-graphics: Add opengl-es-cts install in /usr/lib

2020-07-24 Thread Martin Jansa
It should also probably list opengl in REQUIRED_DISTRO_FEATURES as it depends on virtual/libgles2 and virtual/egl. I'll send a patch shortly. On Mon, Jul 13, 2020 at 4:50 PM Anibal Limon wrote: > Thanks for noticing, I need to add musl to my tests :). > > Anibal > > El dom., 12 de jul. de

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-09 Thread Martin Jansa
as well use newer jsoncpp (and in that case might backport this upgrade anyway even if it gets reverted in dunfell). Maybe someone else will share an opinion on this as well. On Thu, Jul 9, 2020 at 6:06 PM akuster808 wrote: > > > On 7/9/20 8:21 AM, Martin Jansa wrote: > > FYI this

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-09 Thread Martin Jansa
FYI this "small" upgrade changes ABI version from libjsoncpp22 to libjsoncpp24 which might cause some issues to people who expect relatively stable ABIs in LTS dunfell. On Wed, Jul 1, 2020 at 2:07 AM akuster wrote: > From: Pierre-Jean Texier > > See full changelog >

Re: [oe] [meta-oe][PATCH 1/2] zchunk: upgrade 1.1.5 -> 1.1.6

2020-07-08 Thread Martin Jansa
Now the same upgrade was merged to dunfell, are you going to fix it? On Sun, Jun 14, 2020 at 1:41 PM Martin Jansa via lists.openembedded.org wrote: > The argp check added in: > > https://github.com/zchunk/zchunk/commit/73f9f26d43f6786eadc49f7d43f1672e03d92b7f > > fails in bui

Re: [oe] [dunfel 11/32] vlc: Fix build with qt5 in PACKAGECONFIG and Qt >= 5.15 / renumber patches

2020-06-30 Thread Martin Jansa
> [AK: meta-QT5 dufell has 5.15 so this is seems reasonable.] I don't know which meta-QT5 had 'dufell' :) but 'dunfell' branch in https://github.com/meta-qt5/meta-qt5 has 5.15 only in master branch and dunfell will stay on 5.14.*, but the 0005-Fix-build-with-Qt-5.15.patch seems to be backwards

[oe] [meta-oe][PATCH] ace: fix installation paths when usrmerge is used

2020-06-14 Thread Martin Jansa
ckaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ace: 16 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/ace/ace_6.5.8.bb | 2 ++ meta-oe/recipes-connectivity/ace/

Re: [oe] [meta-oe][PATCH 1/2] zchunk: upgrade 1.1.5 -> 1.1.6

2020-06-14 Thread Martin Jansa
The argp check added in: https://github.com/zchunk/zchunk/commit/73f9f26d43f6786eadc49f7d43f1672e03d92b7f fails in builds with Werror=return-type with: Code: #include static error_t parse_opt (int key, char *arg, struct argp_state *state) { argp_usage(state); }; void main() {} Compiler stdout:

Re: [oe] [meta-oe][PATCH] toybox-inittab: Get rid of bashism

2020-06-09 Thread Martin Jansa
Thanks, my world builds will be green again! .. maybe.. :) On Wed, Jun 10, 2020 at 3:26 AM Khem Raj wrote: > Be explicit about copying the files, makes it simpler for dash to handle > it > > Signed-off-by: Khem Raj > Cc: Martin Jansa > Cc: Adam Miartus > --- > met

[oe] [meta-oe][PATCHv3] meta-python: depend on core version 12 or higher

2020-06-04 Thread Martin Jansa
/8a40f295bc36f96efeb8633dc4a5314f6077d0bf#diff-e4eb329834da3d36278b1b7d943b3bc9 Signed-off-by: Martin Jansa --- v3: typo in commit messages "versionw" fixed meta-python/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/layer.conf b/meta-p

[oe] [meta-oe][PATCHv2] meta-python: depend on core version 12 or higher

2020-06-03 Thread Martin Jansa
/8a40f295bc36f96efeb8633dc4a5314f6077d0bf#diff-e4eb329834da3d36278b1b7d943b3bc9 Signed-off-by: Martin Jansa --- meta-python/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index 7cfeafe599..0dbc4296eb 100644

[oe] [meta-oe][PATCH] meta-python: depend on core version 11 or higher

2020-06-03 Thread Martin Jansa
to 3.9.7: https://www.pycryptodome.org/en/latest/src/changelog.html#february-2020 python2-pyelftools from 0.25 to 0.26: https://github.com/eliben/pyelftools/commit/8a40f295bc36f96efeb8633dc4a5314f6077d0bf#diff-e4eb329834da3d36278b1b7d943b3bc9 Signed-off-by: Martin Jansa --- meta-python/conf

[oe] [meta-oe][PATCH] irssi: package libirc_proxy.a in PN-staticdev

2020-05-25 Thread Martin Jansa
* fixes: ERROR: irssi-1.0.4-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: irssi path '/work/core2-64-oe-linux/irssi/1.0.4-r0/packages-split/irssi/usr/lib/irssi/modules/libirc_proxy.a' [staticdev] Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity

Re: [oe] Should meta-python2 include python-numpy?

2020-05-18 Thread Martin Jansa
I've asked the same in December, see: https://www.openembedded.org/pipermail/openembedded-devel/2019-December/203618.html I've also included them in my layer: https://github.com/ros/meta-ros/commit/630d755319c2bb5d33e2f5910877e153eaebc47d because I don't want to include meta-python2/zeus branch

Re: [oe] [meta-oe] [PATCH] gpsd: fix build on aarch64

2020-05-17 Thread Martin Jansa
t_1.o -L. -LBUILD/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/gpsd/3.20-r0/recipe-sysroot/usr/lib scons: Configure: yes On Sun, May 17, 2020 at 4:13 PM Sean Nyekjaer wrote: > > > On 15/05/2020 17.22, Khem Raj wrote: > > > > > > On 5/15/20 8:07 AM, Martin Jansa wrote:

Re: [oe] [meta-networking][PATCH 1/3] netplan: Depend on systemd if its in distro

2020-05-17 Thread Martin Jansa
Acked-by: Martin Jansa It's needed in dunfell as well. FWIW: the error message is complaining about glib.h, because it's calling pkg-config directly in Makefile and the libsystemd fails first netplan-dbus: src/dbus.c $(CC) $(BUILDFLAGS) $(CFLAGS) -o $@ $^ `pkg-config --cflags --libs

Re: [oe] [meta-oe] [PATCH] gpsd: fix build on aarch64

2020-05-15 Thread Martin Jansa
I was seeing this issue also on arm (raspberrypi4), so it's not specific to aarch64 as subject says. With this fix I'm still seeing build failure: | ppsthread.c:1281: error: undefined reference to 'pthread_create' going back to 3.19 fixes both issues (so it's not caused by my setup). On Fri,

[oe] [meta-oe][PATCH] daemontools: use u-a for /usr/bin/svc and /usr/bin/svok

2020-04-24 Thread Martin Jansa
rootfs/usr/bin/svok to /usr/bin/busybox.nosuid since rootfs/usr/bin/svok exists and is not a link Signed-off-by: Martin Jansa --- meta-oe/recipes-support/daemontools/daemontools_0.76.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb

Re: [oe] [meta-oe][PATCH 1/3] opencv: 4.1.0 -> 4.1.1

2020-04-16 Thread Martin Jansa
On Thu, Apr 16, 2020 at 11:38:24AM -0700, Khem Raj wrote: > This fails on mips/glibc > > https://errors.yoctoproject.org/Errors/Details/404685/ > > > On Thu, Apr 16, 2020 at 7:17 AM Gregory Vimont > wrote: > > > > Signed-off-by: Gregory Vimont > > --- > > .../opencv/{opencv_4.1.0.bb =>

Re: [oe] [meta-multimedia][PATCH 3/3] vlc: Add check to require X11

2020-04-16 Thread Martin Jansa
On Mon, Apr 13, 2020 at 02:45:13PM -0700, Khem Raj wrote: > It needs X11 as of now to build. there is a possiblily to build it > without X11, but lets keep this check until that path is fixed > > Also fixes > >

[oe] [meta-oe][PATCH] lapack: use git fetcher

2020-04-15 Thread Martin Jansa
* fixes: ERROR: lapack-3.9.0-r0 do_package_qa: QA Issue: lapack: SRC_URI uses unstable GitHub archives [src-uri-bad] Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes

Re: [oe] [meta-oe] [PATCH] lapack: upgrade 3.8.0 -> 3.9.0

2020-04-15 Thread Martin Jansa
This causes ERROR: lapack-3.9.0-r0 do_package_qa: QA Issue: lapack: SRC_URI uses unstable GitHub archives [src-uri-bad] Will send patch shortly. On Wed, Mar 25, 2020 at 2:43 AM Wang Mingyu wrote: > Signed-off-by: Wang Mingyu > --- > .../lapack/{lapack_3.8.0.bb => lapack_3.9.0.bb}

Re: [oe] [bitbake-devel] Mailing list platform change March 20th

2020-03-30 Thread Martin Jansa
On Wed, Mar 25, 2020 at 04:03:25PM +0100, Martin Jansa wrote: > On Fri, Mar 20, 2020 at 05:44:36PM -0700, Michael Halstead wrote: > > The migration to Groups.io is nearly complete. All functionality is ready > > to use and you can send e-mail now. Archives are in place except f

Re: [oe] [meta-qt5] qtwebkit 5.15 update failure

2020-03-26 Thread Martin Jansa
On Thu, Mar 26, 2020 at 01:07:21PM -0400, Denys Dmytriyenko wrote: > On Thu, Mar 26, 2020 at 01:55:29AM +0100, Martin Jansa wrote: > > On Wed, Mar 25, 2020 at 08:02:57PM -0400, Denys Dmytriyenko wrote: > > > | > > > Source/WebKit/WebKi

Re: [oe] [meta-qt5] qtwebkit 5.15 update failure

2020-03-25 Thread Martin Jansa
On Wed, Mar 25, 2020 at 08:02:57PM -0400, Denys Dmytriyenko wrote: > | > Source/WebKit/WebKitWidgets_autogen/J52LRV53MS/moc_DefaultFullScreenVideoHandler.cpp:116: > error: undefined reference to 'QWebFullScreenVideoHandler::qt_metacast(char > const*)' > | >

Re: [oe] [bitbake-devel] Mailing list platform change March 20th

2020-03-25 Thread Martin Jansa
On Fri, Mar 20, 2020 at 05:44:36PM -0700, Michael Halstead wrote: > The migration to Groups.io is nearly complete. All functionality is ready > to use and you can send e-mail now. Archives are in place except for the > most recent from the Openembedded-commits list. Those are continuing to >

[oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell

2020-03-25 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 395954c..b25c9ef 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,6 +14,6 @@ LAYERVERSION_meta-python2 = "1" LAYERDE

Re: [oe] [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell

2020-03-20 Thread Martin Jansa
Can we drop at least thud and warrior? without e.g. features_check or mime-xdg bbclasses from dunfell oe-core some of these layers don't even parse, so it might be worth keeping just dunfell (that's what I did for meta-qt5 now). On Fri, Mar 20, 2020 at 3:46 PM Khem Raj wrote: > Signed-off-by:

Re: [oe] [meta-oe][PATCH] sysdig: Upgrade to 0.26.5

2020-03-12 Thread Martin Jansa
and no known rule to make it | WARNING: exit code 1 from a shell command. On Tue, Mar 3, 2020 at 4:27 PM Khem Raj wrote: > > > On Tue, Mar 3, 2020 at 5:53 AM Martin Jansa > wrote: > >> Should I send the patch to move grpc from meta-networking to meta-oe to >> fix thi

[oe] [meta-oe][PATCH] daemontools: remove native BBCLASSEXTEND

2020-03-06 Thread Martin Jansa
ough for x to hold all groups, then setgroups will fail with errno 1 EPERM, which is the same error as shown under docker container where getgroups doesn't fail, because in both cases I'm using unprivileged user for builds Signed-off-by: Martin Jansa --- ...001-daemontools-native-Fix-a-warning.

Re: [oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-05 Thread Martin Jansa
Can we fix mozjs instead? On Fri, Mar 6, 2020 at 6:38 AM wrote: > From: Changqing Li > > yocto-check-layer/test_world failed since error: > ERROR: test_world (common.CommonCheckLayer) > ERROR: Nothing PROVIDES 'python3-pytoml-native' (but >

Re: [oe] [meta-oe][PATCH v4] luajit: Upgrade to 2.1.0-beta3

2020-03-03 Thread Martin Jansa
You can use something like: 2.0.99+2.1.0-beta3 to make sure it doesn't go backwards. 2.1.0+beta3 seems wrong, because it would sort higher than final 2.1.0 (without the +git${SRCPV} suffix). 2.1.0~beta3 might work, but it's not used by many recipes. On Wed, Mar 4, 2020 at 4:01 AM Leo Yan

[oe] [meta-oe][meta-networking][PATCH] grpc: move from meta-networking to meta-oe

2020-03-03 Thread Martin Jansa
* because sysdig from meta-oe depends on it now, since: commit ed798c764319d83ad9eb1b963bfc99b1fa1a791a Author: Khem Raj Date: Wed Jan 2 17:59:20 2019 -0800 sysdig: Upgrade to 0.26.5 Signed-off-by: Martin Jansa --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb

Re: [oe] [meta-oe][PATCH] sysdig: Upgrade to 0.26.5

2020-03-03 Thread Martin Jansa
Should I send the patch to move grpc from meta-networking to meta-oe to fix this or do you have it already? On Mon, Mar 2, 2020 at 6:22 PM Khem Raj wrote: > On Mon, Mar 2, 2020 at 4:27 AM Martin Jansa > wrote: > > > > Hi, > > > > added dependency on grpc exis

Re: [oe] [meta-oe][PATCH] sysdig: Upgrade to 0.26.5

2020-03-02 Thread Martin Jansa
Hi, added dependency on grpc exists only in meta-networking, so this fails to parse now. Cheers, -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [oe-commits] [meta-openembedded] 09/10: c-ares: move from meta-networking to meta-oe

2020-02-25 Thread Martin Jansa
enembedded. > > commit d15fd2cfb6bcd2472a8b346cc6fe4bc070675d13 > Author: Martin Jansa > AuthorDate: Tue Feb 25 20:36:15 2020 +0100 > > c-ares: move from meta-networking to meta-oe > > * nodejs from meta-oe depends on this since: > commit 76dd3dac1f1e67a5c44ad

[oe] [meta-oe][meta-networking][PATCH] c-ares: move from meta-networking to meta-oe

2020-02-25 Thread Martin Jansa
line with other uses of this (wget & curl recipes in OE core) Signed-off-by: André Draszik Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb | 2 +- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

Re: [oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 08:22:02PM +0100, Martin Jansa wrote: > On Tue, Feb 25, 2020 at 11:13:42AM -0800, Khem Raj wrote: > > On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa > > wrote: > > > > > > * c-ares is in meta-networking and meta-oe doesn't depend on &g

Re: [oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Martin Jansa
On Tue, Feb 25, 2020 at 11:13:42AM -0800, Khem Raj wrote: > On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa wrote: > > > > * c-ares is in meta-networking and meta-oe doesn't depend on meta-networking > > * fixes: > > ERROR: Nothing PROVIDES 'c-ares' (but > >

[oe] [meta-python2][PATCH 2/2] python-networkmanager: skip when meta-networking isn't included

2020-02-25 Thread Martin Jansa
* fixes ERROR: Nothing RPROVIDES 'networkmanager' (but meta-python2/recipes-connectivity/python-networkmanager/python-networkmanager_2.1.bb RDEPENDS on or otherwise requires it) in world builds without meta-networking Signed-off-by: Martin Jansa --- .../python-networkmanager/python

[oe] [meta-python2][PATCH 1/2] python-ldap: skip when meta-networking isn't included

2020-02-25 Thread Martin Jansa
* fixes: ERROR: Nothing PROVIDES 'cyrus-sasl' (but meta-python2/recipes-devtools/python/python-ldap_3.2.0.bb DEPENDS on or otherwise requires it) in world builds without meta-networking Signed-off-by: Martin Jansa --- recipes-devtools/python/python-ldap_3.2.0.bb | 6 ++ 1 file changed

[oe] [meta-oe][PATCH 1/2] nodejs: don't enable ares support by default

2020-02-25 Thread Martin Jansa
* c-ares is in meta-networking and meta-oe doesn't depend on meta-networking * fixes: ERROR: Nothing PROVIDES 'c-ares' (but meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb DEPENDS on or otherwise requires it) in builds without meta-networking Signed-off-by: Martin Jansa --- meta-oe

[oe] [meta-oe][PATCH 2/2] libvncserver: don't enable sasl support by default

2020-02-25 Thread Martin Jansa
* cyrus-sasl is in meta-networking and meta-oe doesn't depend on meta-networking Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb b/meta

[oe] [meta-networking][warrior][PATCH] drbd: update SRC_URI to use archive subdirectory

2020-02-25 Thread Martin Jansa
* 9.0.17-1 version was moved to archive: http://www.linbit.com/downloads/drbd/9.0/archive/drbd-9.0.17-1.tar.gz * 9.0.19-1 used by zeus and newer wasn't moved yet: http://www.linbit.com/downloads/drbd/9.0/drbd-9.0.19-1.tar.gz that's why this change is only for warrior Signed-off-by: Martin

[oe] [meta-python2][PATCH 2/2] python-backports-init: enable native and nativesdk

2020-02-25 Thread Martin Jansa
* needed for python-backports-functools-lru-cache-native Signed-off-by: Martin Jansa --- recipes-devtools/python/python-backports-init_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-backports-init_1.0.bb b/recipes-devtools/python/python-backports

[oe] [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk

2020-02-25 Thread Martin Jansa
-backports-functools-lru-cache-native' and error in world builds: ERROR: Nothing RPROVIDES 'python-backports-functools-lru-cache-native' (but virtual:native:meta-python2/recipes-devtools/python/python-soupsieve_1.9.4.bb RDEPENDS on or otherwise requires it) Signed-off-by: Martin Jansa

<    3   4   5   6   7   8   9   10   11   12   >