[oe] [meta-networking][PATCH v3] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot - to build and package nmtui - to automatically append networkmanager-adsl and networkmanager-wwan in recommended packages. - to fix an invalid-packageconfig QA issue that is raised when adsl and wwan are added in pkgconfig. Signed-off-by: Thomas Perrot

Re: [oe] [meta-networking][PATCH v2] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
On Wed, 2023-12-20 at 14:47 +, Ross Burton wrote: > On 20 Dec 2023, at 14:15, Thomas Perrot via lists.openembedded.org > wrote: > > > > +RDEPENDS:${PN}-nmtui += "${PN}-daemon > > ${@bb.utils.contains('PACKAGECONFIG','nmtui','libnewt','',d)}” > > My point

[oe] [meta-networking][PATCH v2] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot - to build and package nmtui - to automatically append networkmanager-adsl and networkmanager-wwan in recommended packages. - to fix an invalid-packageconfig QA issue that is raised when adsl and wwan are added in pkgconfig. Signed-off-by: Thomas Perrot

Re: [oe] [meta-networking][PATCH] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
ppy automatically?  This puts > the RDEPENDS on networkmanager, which isn’t the package containing > nmtui. > I agree, I'm submitting a v2 that adds the required dependency on ${PN}-nmtui instead. Kind regards, Thomas Perrot > Ross > > > > -- Thomas Perrot, Bootlin Embe

[oe] [meta-networking][PATCH] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot - to build and package nmtui - to automatically append networkmanager-adsl and networkmanager-wwan in recommended packages. - to fix an invalid-packageconfig QA issue that is raised when adsl and wwan are added in pkgconfig. Signed-off-by: Thomas Perrot

[oe] [meta-networking][PATCH] networkmanager: add missing modemmanager rdepends

2023-12-15 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Fix rdepends with modemmanager PACKAGECONFIG enabled. Signed-off-by: Thomas Perrot --- .../networkmanager/networkmanager_1.44.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/networkmanager

[oe] [meta-networking][PATCH] networkmanager: Turn ppp support into a packageconfig option

2023-05-22 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Enable it only if ppp is in distro features Signed-off-by: Thomas Perrot --- .../networkmanager/networkmanager_1.42.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/networkmanager

[oe][meta-xfce][PATCH] xfce4-settings: upgrade 4.16.2 -> 4.16.3

2022-10-18 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This version includes a fix for an issue led by libx11 thread safety feature, that is enabled by default, since the upgrade to 1.8.1. Signed-off-by: Thomas Perrot --- .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.3.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe][meta-oe][PATCH] spitools: remove unused BPV variable

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
This variable isn't longer used to set the PV value. Signed-off-by: Thomas Perrot --- meta-oe/recipes-support/spitools/spitools_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index

[oe] [meta-networking][PATCH] nbd: update 3.20 -> 3.24

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Signed-off-by: Thomas Perrot --- .../packagegroups/packagegroup-meta-networking.bb| 1 + .../recipes-support/nbd/{nbd_3.20.bb => nbd_3.24.bb} | 9 + 2 files changed, 6 insertions(+), 4 deletions(-) rename meta-networking/recipes-support/nbd/{nbd_3.20.bb => nbd_3.24.b

Re: [oe][meta-oe][honister][PATCH] breakpad: fix branch for gtest in SRC_URI

2022-03-16 Thread Thomas Perrot via lists.openembedded.org
Hello, This patch has been applied on the master branch, could it be backported to all other branches still maintained? Kind regards, Thomas On Wed, 2022-02-09 at 14:40 +0100, Thomas Perrot wrote: > The commit 4fe018038f87 is in the main branch, so the do_fetch task > failed. > >

[oe][meta-oe][honister][PATCH] breakpad: fix branch for gtest in SRC_URI

2022-02-09 Thread Thomas Perrot via lists.openembedded.org
The commit 4fe018038f87 is in the main branch, so the do_fetch task failed. Signed-off-by: Thomas Perrot --- meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes

Re: [oe] [meta-oe][PATCH] influxdb: add new recipe

2021-01-12 Thread Thomas Perrot
Hello Khem, On Tue, 2021-01-12 at 00:53 -0800, Khem Raj wrote: > Just test it in your environment and see if it does not break things. > I test it in my environment and it does not break anything. Best regards, Thomas > On Tue, Jan 12, 2021 at 12:50 AM Thomas Perrot > wrote: &g

Re: [oe] [meta-oe][PATCH] influxdb: add new recipe

2021-01-12 Thread Thomas Perrot
*syscall.Termios has no field or method > > Ospeed) > > > > I think these perhaps can be fixed in term package maybe just > > comment them out. > > > > Thanks > > -Khem > > > > > > On Mon, Jan 11, 2021 at 7:53 AM Thomas Perrot < >

[oe] [meta-oe][PATCH] influxdb: add new recipe

2021-01-11 Thread Thomas Perrot
InfluxDB is a time series database designed to handle high write and query loads. Signed-off-by: Thomas Perrot --- .../recipes-dbs/influxdb/influxdb/influxdb| 235 +++ .../influxdb/influxdb/influxdb.conf | 586 ++ .../recipes-dbs/influxdb/influxdb_1.7.10.bb

Re: [oe] [OE-core][PATCH] go.bbclass: don't stage test data with sources of dependencies

2021-01-07 Thread Thomas Perrot
Hi Khem, On Thu, 2021-01-07 at 12:43 -0800, Khem Raj wrote: > Hi Thomas > > This needs to go into openembedded-core mailing list. > Thank you and sorry for my mistake. Best regards, Thomas > On 1/7/21 10:02 AM, tperrot wrote: > > From: Thomas Perrot > &

[oe] [meta-erlang][PATCH] rabbitmq-server: correct some sysvinit issues

2021-01-07 Thread Thomas Perrot
- When the sysvinit distro feature is used, if the log directory doesn’t exist the script “rabbitmq-server-setup” is called, as for the systemd’s service. - When the rabbitmq-sercer process is started successfully the return code is 69 instead of 0. Signed-off-by: Thomas Perrot --- recipes

[oe] [meta-erlang][PATCH] rabbitmq-server: the initscrit creates the log dir if doesn't exist

2020-12-28 Thread Thomas Perrot
Starting : FAILED - check /var/log/rabbitmq/startup_{log, _err} /etc/rc5.d/S20rabbitmq-server: line 77: can't create /var/log/rabbitmq/startup_err: nonexistent directory Signed-off-by: Thomas Perrot --- recipes-connectivity/rabbitmq/files/rabbitmq-server | 7 +++ 1 file changed, 7

[oe] [meta-oe][PATCH] openocd: disable the support of ccache

2020-12-08 Thread Thomas Perrot
-O2 -pipe | Build C compiler...ccache gcc | Checking for stdlib.h...not found | Error: Compiler does not work. See config.log | Try: 'configure --help' for options | configure: error: ./configure.gnu failed for jimtcl | WARNING: exit code 1 from a shell command. | Signed-off-by: Thomas Perrot --

[oe] [meta-oe][PATCH] Update makedumpfile recipe to add ARM into COMPATIBLE_HOST

2016-12-11 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb b/meta-oe/recipes-kernel/makedu

Re: [oe] [fido][PATCH v2] Fix build issue on openssl 1.0.2d on Fido branch. OpenSSL's URIs of old releases have changed to /source/old/ instead of /source.

2015-12-17 Thread Thomas PERROT
mailing list instead this list. Best regards, Thomas P. On Wed, Dec 16, 2015 at 4:29 PM, Burton, Ross <ross.bur...@intel.com> wrote: > On 16 December 2015 at 12:58, Thomas Perrot <thomas.per...@tupi.fr> wrote: > > > -SRC_URI += "file://configure-targets.patch \ > > -

[oe] [fido][PATCH v2] Fix build issue on openssl 1.0.2d on Fido branch. OpenSSL's URIs of old releases have changed to /source/old/ instead of /source.

2015-12-16 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- .../recipes-connectivity/openssl/openssl_1.0.2d.bb | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb b/meta/recipes-connectivity/o

[oe] [fido][PATCH] Fix build issue on openssl 1.0.2d on Fido branch. OpenSSL's URIs of old releases have changed to /source/old/ instead of /source.

2015-12-16 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- .../recipes-connectivity/openssl/openssl_1.0.2d.bb | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb b/meta/recipes-connectivity/o

[oe] [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-05-22 Thread Thomas Perrot
Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- conf/machine/include/rpi-base.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a26803a..1dda207 100644 --- a/conf/machine/include/rpi

Re: [oe] [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-05-22 Thread Thomas PERROT
, May 22, 2015 at 1:23 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-05-22 04:04, Thomas Perrot wrote: Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- conf/machine/include/rpi-base.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi

[oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/oe-co

2015-05-05 Thread Thomas Perrot
From: tprrt tp...@tupi.fr Signed-off-by: tprrt tp...@tupi.fr --- .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-systemd/oe-core/recipes-connectivity/bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}