Re: [oe] [meta-gnome][PATCH] seahorse: initial add recipe

2022-02-16 Thread Markus Volk
Maybe i'm not running into this because i have this in my config ? IMAGE_FEATURES += " ssh-server-openssh" Am 17.02.22 um 08:13 schrieb Markus Volk: That's strange. I have this error only without using meson-build-dont-look-for-native-ssh-keygen.patch Native ssh Dependency is fullfilled

Re: [oe] [meta-gnome][PATCH] seahorse: initial add recipe

2022-02-16 Thread Markus Volk
That's strange. I have this error only without using meson-build-dont-look-for-native-ssh-keygen.patch Native ssh Dependency is fullfilled because we have it in HOSTTOOLS, probably because the machine fails to build openssh-native. But we dont provide native ssh-keygen. Adding it to hosttools

Re: [oe] [meta-gnome][PATCH] seahorse: initial add recipe

2022-02-16 Thread Khem Raj
seeing configure failure https://errors.yoctoproject.org/Errors/Details/625735/ On Wed, Feb 16, 2022 at 8:57 AM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > ...uild-dont-look-for-native-ssh-keygen.patch | 15 +++ > .../recipes-gnome/seahorse/seahorse_41.0.bb | 27

Re: [oe] [PATCH v2] rtc-tools: Update to 2022.02

2022-02-16 Thread Khem Raj
On Wed, Feb 16, 2022 at 1:18 PM Fabio Estevam wrote: > > Hi Khem, > > On Wed, Feb 16, 2022 at 2:10 PM Fabio Estevam wrote: > > > > From: Fabio Estevam > > > > The patch that adds the rtc-tools Makefile has been accepted > > upstream, so update to the latest 2022.02 version and remove the > >

Re: [oe] [PATCH v2] rtc-tools: Update to 2022.02

2022-02-16 Thread Fabio Estevam
Hi Khem, On Wed, Feb 16, 2022 at 2:10 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The patch that adds the rtc-tools Makefile has been accepted > upstream, so update to the latest 2022.02 version and remove the > local Makefile patch. > > Also, rename the recipe to reflect the new

Re: [oe] [hardknott 6/9] cryptsetup: Add runtime dependency on lvm2-udevrules for udev

2022-02-16 Thread Denys Dmytriyenko
Can we also get this backported to Dunfell please? Do you want me to submit a separate patch for this to happen? Thanks! On Wed, Sep 15, 2021 at 06:55:17AM -0700, Armin Kuster wrote: > From: Kristian Klausen > > Without the udevrules cryptsetup luksOpen will be hanging with "Udev > cookie

[oe] [meta-multimedia][PATCH] wireplumber: Improve configuration

2022-02-16 Thread Carlos Rafael Giani via lists.openembedded.org
By default, the WirePlumber lua scripts try to access a session DBus, which is not available if WirePlumber is run system wide. Add a small script that turns off the bits that require session DBus. These involve reserving ALSA devices (only useful in multi-user desktop setups) and Flatpak. Also,

[oe] [meta-webserver][PATCH] netdata: version bump 1.33.0 -> 1.33.1

2022-02-16 Thread Jan Vermaete
https can now be enabled (default) or disabled. The lz4 patch is now in this release. Package size increase of 2% Tested on RaspberryPi4-64 Signed-off-by: Jan Vermaete --- ...on-Bug-fix-12043-lz4.h-compilation-e.patch | 26 --- .../{netdata_1.33.0.bb => netdata_1.33.1.bb} |

[oe] [PATCH] recipes: Use renamed SKIP_RECIPE varFlag

2022-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | 2 +- meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb | 2 +- .../recipes-support/lowpan-tools/lowpan-tools_git.bb| 2 +-

Re: [oe] Cannot build nodejs application with OpenEmbedded master branch

2022-02-16 Thread Alexander Kanavin
Hello, not sure why this is addressed directly to me, but Stefan H. knows the most about the current state of npm (which is not great). Alex On Wed, 16 Feb 2022 at 18:58, Christian Eggers wrote: > I have created a recipe for quicktype ([1], [2]) according to the wiki > article [3]. The recipe

[oe] Cannot build nodejs application with OpenEmbedded master branch

2022-02-16 Thread Christian Eggers
I have created a recipe for quicktype ([1], [2]) according to the wiki article [3]. The recipe (attached) builds fine under dunfell, gatesgarth, hardknott and honister, but not on master: npm ERR! code 1 npm ERR! path

Re: [oe] [meta-networking][PATCH] networking: add new netsniff-ng recipe version 0.6.8

2022-02-16 Thread Khem Raj
On 2/16/22 6:53 AM, Clément Péron wrote: Netsniff-ng is a fast zero-copy analyzer, pcap capturing and replaying tool. Actually the Makefile doesn't create the folder when installing tools, let's add a patch to fix this. Signed-off-by: Clément Péron ---

Re: [oe] [PATCH] rtc-tools: Bump the recipe

2022-02-16 Thread Fabio Estevam
Hi Peter, On Wed, Feb 16, 2022 at 1:49 PM Peter Kjellerstedt wrote: > I suggest changing the Git subject to: > > rtc-tools: Update to 2022.02 > > as that is what the change is tagged as (also see below). Good catch! I did as you suggested and submitted a v2. Thanks -=-=-=-=-=-=-=-=-=-=-=-

[oe] [PATCH v2] rtc-tools: Update to 2022.02

2022-02-16 Thread Fabio Estevam
From: Fabio Estevam The patch that adds the rtc-tools Makefile has been accepted upstream, so update to the latest 2022.02 version and remove the local Makefile patch. Also, rename the recipe to reflect the new version. Signed-off-by: Fabio Estevam --- Changes since v1: - Use the 2022.02 tag

[oe] [meta-gnome][PATCH] seahorse: initial add recipe

2022-02-16 Thread Markus Volk
Signed-off-by: Markus Volk --- ...uild-dont-look-for-native-ssh-keygen.patch | 15 +++ .../recipes-gnome/seahorse/seahorse_41.0.bb | 27 +++ 2 files changed, 42 insertions(+) create mode 100644

[oe] [PATCH] rsyslog: update to 8.2202

2022-02-16 Thread Randy MacLeod
Package changes are mostly bug fixes, and additions to modules/tests: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog I removed the md5sum line since it's obsolete. ptest results for qemux86-64 with kvm and a timeout of 1000 seconds to allow stress tests to complete: Version

Re: [oe] [PATCH] rtc-tools: Bump the recipe

2022-02-16 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of Fabio Estevam > Sent: den 16 februari 2022 15:14 > To: openembedded-devel@lists.openembedded.org > Cc: raj.k...@gmail.com; Fabio Estevam > Subject: [oe] [PATCH] rtc-tools: Bump the recipe I suggest

[oe] [meta-networking][PATCH] networking: add new netsniff-ng recipe version 0.6.8

2022-02-16 Thread Clément Péron
Netsniff-ng is a fast zero-copy analyzer, pcap capturing and replaying tool. Actually the Makefile doesn't create the folder when installing tools, let's add a patch to fix this. Signed-off-by: Clément Péron --- ...001-Cmds-automatically-create-folder.patch | 26 +

[oe] [PATCH] rtc-tools: Bump the recipe

2022-02-16 Thread Fabio Estevam
From: Fabio Estevam The patch that adds the rtc-tools Makefile has been accepted upstream, so bump to the latest version and remove the local Makefile patch. Signed-off-by: Fabio Estevam --- .../0001-rtc-tools-Add-a-Makefile.patch | 39 ---

[oe] [meta-oe][honister][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot

2022-02-16 Thread Christian Eggers
The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under

[oe] [meta-oe][hardknott][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot

2022-02-16 Thread Christian Eggers
The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under

[oe] [meta-oe][dunfell][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot

2022-02-16 Thread Christian Eggers
The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under

[oe] [meta-networking][hardknott][PATCH] ebtables: remove perl from RDEPENDS

2022-02-16 Thread Christian Eggers
The upstream ebtables-legacy-save perl script is replaced by a bash implementation (taken from Fedora). So there's nothing left which RDEPENDs on perl. Signed-off-by: Christian Eggers Signed-off-by: Khem Raj --- meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb | 2 +- 1 file changed,