[OE-core] [PATCH] openssl: Add c_rehash to misc package and add perl runtime dependency

2020-11-09 Thread Federico Pellegrin
The following changes since commit f075071761172c69f8ae2be5868d51ef9ef646e7: conf: update for release 3.2 (2020-11-09 13:16:13 +) are available in the Git repository at: git://push.yoctoproject.org/poky-contrib fedepell/bug14083 Federico Pellegrin (1): openssl: Add c_rehash to misc

[OE-core] [poky][meta][PATCHv2] signing-keys: fix RDEPENDS to signing-keys-dev

2022-06-19 Thread Federico Pellegrin
REQUIRES: signing-keys-1.0-r0 This MR will fix the situation by removing the RDEPENDS for the -dev package Signed-off-by: Federico Pellegrin --- meta/recipes-core/meta/signing-keys.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-c

[OE-core] gpg signing and stale gpg-agent

2022-06-29 Thread Federico Pellegrin
Hi all, I've been working with signing packages via gpg (specificall RPM, but that shouldn't really matter) lately and things mostly work fine (modulo that small patch from some 2 weeks ago now in master). I have just one more possibly minor issue I wanted to get possibly an opinion from the exper

Re: [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-10 Thread Federico Pellegrin
Hi Jupiter, /etc/profile and similar are interactive shell (/bash) concepts, not really system startup ones. So indeed: just on a login (be it local, ssh and so on) they are executed. If you want to execute something else without the need for logging it, you should look elsewhere, depending on you

Re: [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-11 Thread Federico Pellegrin
Hi Jupiter, To centralize, agreed that you are using systemd, one way I could see is setting the variables in systemd-system.conf using the DefaultEnvironment directive, see: https://freedesktop.org/software/systemd/man/systemd-system.conf.html This states: DefaultEnvironment=ΒΆ

[OE-core][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for

2022-10-05 Thread Federico Pellegrin
be present and working. Signed-off-by: Federico Pellegrin --- meta-networking/recipes-support/chrony/chrony_4.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.3.bb index 083d2cbc0

[OE-core] [PATCH 1/1] curl: fix dependencies when building with ldap/ldaps

2023-02-09 Thread Federico Pellegrin
/10445 Signed-off-by: Federico Pellegrin --- meta/recipes-support/curl/curl_7.87.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.87.0.bb b/meta/recipes-support/curl/curl_7.87.0.bb index 9956a284228..0b4d649f54a 100644 --- a/meta/recipes

Re: [OE-core] Which vendors maintain SDIO WiFi in mainline stable kernel

2022-03-28 Thread Federico Pellegrin
Hi Jupiter, I cannot help you on the specific chip you ask, but responding to the second part of your question I have quite good experience with Microchip WILC1000/3000 on SDIO which, after a part separate repo and then staging, is now in mailine from quite some time: https://github.com/torvalds/li