[oe] [meta-oe][PATCH v3 2/2] polkit: fix build on sysvinit

2024-09-05 Thread Yoann Congal via lists.openembedded.org
From: Yoann Congal Polkit unconditionally installs a systemd service, remove it in do_install() on SysVinit systems to avoid "installed but not packaged file" error. Fixes this error: ERROR: polkit-125-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any pack

[oe] [meta-oe][PATCH v3 1/2] polkit: Switch PAM files to common-*

2024-09-05 Thread Yoann Congal via lists.openembedded.org
From: Yoann Congal Add a new OS option to polkit meson: "openembedded" and use this to set PAM include to common-* which matches OE-Core libpam. This also may fix a non-reproducibility since polkit meson system tried to detect the host (compiling) OS and changed PAM config from the detected valu

Re: [oe] [meta-oe][PATCH v3] dediprog-flasher: Add recipe

2024-07-29 Thread Khem Raj
Can you rebase it on latest master branch and send the delta alone since I accepted v2 already On Mon, Jul 29, 2024 at 10:27 AM Tymoteusz Burak wrote: > > This patch adds the dpcmd utility recipe. It provides software for > Dediprog SF100 and SF600 SPI flash programmers. > > I've changed the PV t

[oe] [meta-oe][PATCH v3] dediprog-flasher: Add recipe

2024-07-29 Thread Tymoteusz Burak
This patch adds the dpcmd utility recipe. It provides software for Dediprog SF100 and SF600 SPI flash programmers. I've changed the PV to the tag from which the sources are fetched. Signed-off-by: Tymoteusz Burak CC: Khem Raj --- ...01-add-support-for-cross-compilation.patch | 21 ++ .

Re: [oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-04 Thread Khem Raj
On Tue, Jun 4, 2024 at 3:19 PM Dmitry Baryshkov wrote: > > On Wed, 5 Jun 2024 at 00:12, Khem Raj wrote: > > > > This patch in itself is ok however ntopng fails now with this patch applied > > see > > Pretty much like lmsensors, as it seems. How should we proceed? Fix > all existing uses? I am a

Re: [oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-04 Thread Dmitry Baryshkov
On Wed, 5 Jun 2024 at 00:12, Khem Raj wrote: > > This patch in itself is ok however ntopng fails now with this patch applied > see Pretty much like lmsensors, as it seems. How should we proceed? Fix all existing uses? > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3899/st

Re: [oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-04 Thread Khem Raj
This patch in itself is ok however ntopng fails now with this patch applied see https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3899/steps/15/logs/stdio | src/LuaEngineNtop.cpp: In function 'int ntop_rrd_tune(lua_State*)': | src/LuaEngineNtop.cpp:5430:27: error: invalid co

[oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-03 Thread Dmitry Baryshkov
Import patch from the rrdtool's git to fix building with GCC 14. Note, it also requires fixing other tools (like lmsensors) in a similar way. Signed-off-by: Dmitry Baryshkov --- ...3c578f1e9f582e9c28f50d82b1f569602075.patch | 1583 + .../recipes-extended/rrdtool/rrdtool_1.8.0.bb

[oe] [meta-oe][PATCH v3 2/2] lmsensors: fix building with GCC 14

2024-06-03 Thread Dmitry Baryshkov
GCC 14 is more strict regarding const pointers conversion. Fix conversion to let lmsensors build with GCC 14. Signed-off-by: Dmitry Baryshkov --- .../0001-Fix-building-with-GCC-14.patch | 36 +++ .../recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | 1 + 2 files changed, 37 inse

[oe] [meta-oe][PATCH V3] fuse3: remove sysv init script and install fuse kernel module explictly

2024-05-22 Thread Changqing Li
From: Changqing Li For systemd, there is not a fuse.service since systemd provides sys-fs-fuse-connections.mount to mount the fuse control filesystem, so instead, only fuse3.conf is added to modules-load.d to load the required fuse kernel module. Signed-off-by: Changqing Li --- meta-oe/recipes

[oe] [meta-oe][PATCH v3

2024-05-16 Thread Abhilash Raju
An Observability framework to create and manage telemetry data such as traces, metrics, and logs Signed-off-by: Abhilash Raju --- .../opentelemetry/opentelemetry-cpp_1.15.0.bb | 26 +++ 1 file changed, 26 insertions(+) create mode 100644 meta-oe/recipes-support/opentelemetry/op

Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-04-02 Thread Peter Marko via lists.openembedded.org
ATH(f(2, 0), ""); } Peter -Original Message- From: Khem Raj Sent: Thursday, March 28, 2024 21:15 To: Marko, Peter (ADV D EU SK BFS1) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest > No worri

Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-28 Thread Khem Raj
> Sent: Thursday, March 28, 2024 10:49 > To: Khem Raj > Cc: openembedded-devel@lists.openembedded.org > Subject: RE: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including > ptest > > > I did not see this when building locally with poky defaults (using 5.0_M3),

Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-28 Thread Peter Marko via lists.openembedded.org
Peter (ADV D EU SK BFS1) Sent: Thursday, March 28, 2024 10:49 To: Khem Raj Cc: openembedded-devel@lists.openembedded.org Subject: RE: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest > I did not see this when building locally with poky defaults (using 5.0_M3), > but from

Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-28 Thread Peter Marko via lists.openembedded.org
24 5:32 To: Marko, Peter (ADV D EU SK BFS1) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest > Thanks for reworking the patch, there however is still one error popping up > when ptests distro feature is e

Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-27 Thread Khem Raj
Thanks for reworking the patch, there however is still one error popping up when ptests distro feature is enabled https://snips.sh/f/bftvz4ANO6 This patch fixes it, but I would like to see if this warning is already fixed or can be fixed. https://snips.sh/f/pRVar8hlif On Wed, Mar 27, 2024 at 4:

[oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-27 Thread Peter Marko via lists.openembedded.org
From: Peter Marko The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL. Signed-off-by: Peter Marko --- v2: adapt conditional ptest c

Re: [oe] [meta-oe][PATCH v3 1/5] lvgl: fix typo in lv-conf.inc

2024-03-16 Thread Marek Vasut
On 3/16/24 9:21 AM, Christophe Chapuis wrote: On Sat, Mar 16, 2024 at 3:59 AM Marek Vasut wrote: On 3/15/24 7:03 PM, Christophe Chapuis wrote: Fix a typo in the first sed instruction, where the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. Signed-off-by: Christophe Chapuis

Re: [oe] [meta-oe][PATCH v3 1/5] lvgl: fix typo in lv-conf.inc

2024-03-16 Thread Tofe
On Sat, Mar 16, 2024 at 3:59 AM Marek Vasut wrote: > On 3/15/24 7:03 PM, Christophe Chapuis wrote: > > Fix a typo in the first sed instruction, where the #if 0 is > > never changed to #if 1 at the beginning of lv_conf.h. > > > > Signed-off-by: Christophe Chapuis > > --- > > meta-oe/recipes-gra

Re: [oe] [meta-oe][PATCH v3 5/5] lvgl: add more variables to lv-conf.inc

2024-03-15 Thread Marek Vasut
On 3/15/24 7:03 PM, Christophe Chapuis wrote: As it can be usefull to customize these other variables, let's add them in lv-conf.inc. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 17 + 1 file changed, 17 insertions(+) diff --git a/meta-oe

Re: [oe] [meta-oe][PATCH v3 4/5] lvgl: cleanup sed instructions in lv-conf.inc

2024-03-15 Thread Marek Vasut
On 3/15/24 7:03 PM, Christophe Chapuis wrote: Use back reference instead of repeating the search pattern. Later on this could lead to a more generic way of replacing values in the .h file. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 28 +++

Re: [oe] [meta-oe][PATCH v3 2/5] lvgl: install lv_conf.h

2024-03-15 Thread Marek Vasut
On 3/15/24 7:03 PM, Christophe Chapuis wrote: Add an install append to copy the generated lv_conf.h as part of the lvgl package, so that it will be found and used by the recipes that want to use lvgl. Signed-off-by: Christophe Chapuis Reviewed-by: Marek Vasut -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [oe] [meta-oe][PATCH v3 3/5] lvgl: remove useless FILES include

2024-03-15 Thread Marek Vasut
On 3/15/24 7:03 PM, Christophe Chapuis wrote: As ${includedir}${PN} is already listed in FILES, there is no need to add one of its subdirectories. Signed-off-by: Christophe Chapuis Reviewed-by: Marek Vasut -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Repl

Re: [oe] [meta-oe][PATCH v3 1/5] lvgl: fix typo in lv-conf.inc

2024-03-15 Thread Marek Vasut
On 3/15/24 7:03 PM, Christophe Chapuis wrote: Fix a typo in the first sed instruction, where the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[oe] [meta-oe][PATCH v3 5/5] lvgl: add more variables to lv-conf.inc

2024-03-15 Thread Tofe
As it can be usefull to customize these other variables, let's add them in lv-conf.inc. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 17 + 1 file changed, 17 insertions(+) diff --git a/meta-oe/recipes-graphics/lvgl/lv-conf.inc b/meta-oe/reci

[oe] [meta-oe][PATCH v3 4/5] lvgl: cleanup sed instructions in lv-conf.inc

2024-03-15 Thread Tofe
Use back reference instead of repeating the search pattern. Later on this could lead to a more generic way of replacing values in the .h file. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 28 +++ 1 file changed, 14 insertions(+), 14 deleti

[oe] [meta-oe][PATCH v3 2/5] lvgl: install lv_conf.h

2024-03-15 Thread Tofe
Add an install append to copy the generated lv_conf.h as part of the lvgl package, so that it will be found and used by the recipes that want to use lvgl. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta

[oe] [meta-oe][PATCH v3 3/5] lvgl: remove useless FILES include

2024-03-15 Thread Tofe
As ${includedir}${PN} is already listed in FILES, there is no need to add one of its subdirectories. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb b/meta-oe/recipes

[oe] [meta-oe][PATCH v3 1/5] lvgl: fix typo in lv-conf.inc

2024-03-15 Thread Tofe
Fix a typo in the first sed instruction, where the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/lvgl/lv-c

[oe] [meta-oe][PATCH v3 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher Uprev libusbgx to ec0b01c to get following fixes: ``` ec0b01c Merge pull request #83 from mgrzeschik/uac2-controls cbf1750 uac2: add additional configuration controls 81d7c05 load libcomposite kernel module caad244 Fix: Memory leak config label 51abbfd Automake: fix distcle

[oe] [meta-oe][PATCH v3 1/2] libusbgx: fix usbgx.service stop / restart

2024-02-15 Thread Max Krummenacher
From: Max Krummenacher On start the usbgx service configures the usb gadget. However if one stops the service nothing is done, a subsequent start then tries to configure the gadget again and fails. `systemctl restart` is implemented by doing a stop followed by a start and thus is also affected.

[oe] [meta-oe][PATCH v3] bonnie++: New recipe for version 2.0

2024-01-08 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with *fix-configure-lfs.patch*

Re: [oe] [meta-oe][PATCH v3] bearssl: Upgrade to latest

2023-12-30 Thread Khem Raj
On Sun, 24 Dec 2023 15:44:58 +, Alex Kiernan wrote: > Install headers so that dependencies can use this to build against. Make > `brssl` executable, fixup library soname. Drop patches which change > build flags in favour of command line overrides. Add support for static > build. > > Changes:

[oe] [meta-oe][PATCH v3] bonnie++: New recipe for version 2.0

2023-12-30 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with *fix-configure-lfs.patch*

[oe] [meta-oe][PATCH v3] bearssl: Upgrade to latest

2023-12-24 Thread Alex Kiernan
Install headers so that dependencies can use this to build against. Make `brssl` executable, fixup library soname. Drop patches which change build flags in favour of command line overrides. Add support for static build. Changes: Thomas Pornin (4): Added generic API for date range validation

[oe] [meta-oe][PATCH v3 2/2] ptest-packagelists-meta-oe.inc Add c-ares to PTESTS_SLOW_META_OE

2023-12-23 Thread Alex Kiernan
These take around 60s to run. Signed-off-by: Alex Kiernan --- (no changes since v1) meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc

[oe] [meta-oe][PATCH v3 1/2] c-ares: Move to tarballs, add ptest and static support

2023-12-23 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- Changes in v3: - Filter out "Live" tests which fail inside `runqemu` (there's no resolv.conf) Changes in v2: - Use relative path to arestest .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1.24.0.bb | 19

Re: [oe] [meta-oe][PATCH v3] vboxguestdrivers: Remove the buildpath

2023-11-02 Thread Khem Raj
please rebase it against master or master-next and resend. I can not apply v3 On Wed, Nov 1, 2023 at 11:19 PM Yu, Mingli wrote: > > From: Mingli Yu > > Fixes: > WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File > /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in

[oe] [meta-oe][PATCH v3] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0 do_packa

Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from /usr/ to /.

2023-10-19 Thread Khem Raj
http://www.fujitsu.com/cn/fnst/ > > > -Original Message- > > From: Ross Burton > > Sent: Thursday, October 19, 2023 5:05 PM > > To: Wang, Mingyu/王 鸣瑜 > > Cc: openembedded-devel@lists.openembedded.org > > Subject: Re: [oe] [meta-oe] [PATCH v3] dnf-plug

Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from /usr/ to /.

2023-10-19 Thread wangmy
openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from > /usr/ > to /. > > On 19 Oct 2023, at 07:51, Mingyu Wang (Fujitsu) > wrote: > > > >> Isn’t this what create_merged_usr_symlinks in image.bbcla

Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from /usr/ to /.

2023-10-19 Thread Ross Burton
On 19 Oct 2023, at 07:51, Mingyu Wang (Fujitsu) wrote: > >> Isn’t this what create_merged_usr_symlinks in image.bbclass does? Why does >> a DNF plugin need to do this, and not anything else? > Because dnf-plugin-tui is used to created rootfs in any nativesdk environment. > It is not in a bitbake

Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from /usr/ to /.

2023-10-18 Thread wangmy
n/fnst/ > -Original Message- > From: Ross Burton > Sent: Tuesday, October 17, 2023 5:51 PM > To: Wang, Mingyu/王 鸣瑜 > Cc: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from > /usr/ &

Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from /usr/ to /.

2023-10-17 Thread Ross Burton
Isn’t this what create_merged_usr_symlinks in image.bbclass does? Why does a DNF plugin need to do this, and not anything else? Ross > On 17 Oct 2023, at 08:23, wangmy via lists.openembedded.org > wrote: > > From Poky 4.3, by default, usrmerge has been enabled. > Some important binaries have

[oe] [meta-oe] [PATCH v3] dnf-plugin-tui: create symlinks from /usr/ to /.

2023-10-17 Thread wangmy
From: Wang Mingyu >From Poky 4.3, by default, usrmerge has been enabled. Some important binaries have been installed to /usr/sbin instead of /sbin such as init. So it is necessary to create symlinks from /usr/ to /, such as /usr/sbin to /sbin, /usr/bin to /bin. Signed-off-by: Wang Mingyu --- m

[oe] [meta-oe] [PATCH v3] freerdp: upgrade 2.10.0 -> 2.11.0

2023-09-11 Thread wangmy
From: Wang Mingyu 0001-Fix-const-qualifier-error.patch added to fix error with clang Changelog: === Noteworthy changes: * Various input validation fixes * Added various CMake options #9317 * LibreSSL build fixes #8709 Fixed issues: * Backported #9233: Big endian support * Backported #90

Re: [oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-31 Thread Khem Raj
On Thu, Aug 31, 2023 at 2:35 AM Tymoteusz Burak wrote: > > Hello everyone, > > I hope you're doing well. Your feedback is much appreciated, and I'd > like to provide some context on a few matters. > > I understand that there's a reported Clang build failure with the patch. > I'd like to clarify th

Re: [oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-31 Thread Tymoteusz Burak
Hello everyone, I hope you're doing well. Your feedback is much appreciated, and I'd like to provide some context on a few matters. I understand that there's a reported Clang build failure with the patch. I'd like to clarify that I don't currently have Clang configured on my workstation, and

Re: [oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-24 Thread Khem Raj
fails to compile with clang https://errors.yoctoproject.org/Errors/Details/732866/ -Wno-nonnull-compare seems to be not a portable option On Wed, Aug 23, 2023 at 1:53 AM Tymoteusz Burak wrote: > > This commit adds the libfaketime library recipe, which provides time > manipulation capabilities f

[oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-23 Thread Tymoteusz Burak
This commit adds the libfaketime library recipe, which provides time manipulation capabilities for testing and debugging purposes. libfaketime allows developers to modify the system time reported to applications, aiding in scenarios where accurate time emulation is required. I deleted the extra f

Re: [oe] [meta-oe][PATCH v3] qcbor: add recipe

2023-08-22 Thread Khem Raj
On Mon, Aug 21, 2023 at 11:32 PM Pawel Langowski wrote: > > This adds QCBOR - a CBOR encoder/decoder library > looking at https://github.com/laurencelundblade/QCBOR/releases there has been few releases so I think this recipe should reflect that via PV set PV = "1.2+git${SRCPV}" > Signed-off-by

[oe] [meta-oe][PATCH v3] qcbor: add recipe

2023-08-21 Thread Pawel Langowski
This adds QCBOR - a CBOR encoder/decoder library Signed-off-by: Pawel Langowski --- meta-oe/recipes-extended/qcbor/qcbor_git.bb | 30 + 1 file changed, 30 insertions(+) create mode 100644 meta-oe/recipes-extended/qcbor/qcbor_git.bb diff --git a/meta-oe/recipes-extended/qcbo

[oe] [meta-oe][PATCH v3] ttf-google-fira: add recipe

2023-08-18 Thread Tymoteusz Burak
Signed-off-by: Tymoteusz Burak --- .../ttf-fonts/ttf-google-fira.bb | 61 +++ 1 file changed, 61 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe/reci

[oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-18 Thread Tymoteusz Burak
This commit adds the libfaketime library recipe, which provides time manipulation capabilities for testing and debugging purposes. libfaketime allows developers to modify the system time reported to applications, aiding in scenarios where accurate time emulation is required. GitHub Repository: ht

[oe] [meta-oe] [PATCH v3] lastlog2: add new recipe

2023-07-24 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...emove-lto-to-fix-link-error-of-clang.patch | 31 .../lastlog2/lastlog2_1.1.0.bb| 36 +++ 2 files changed, 67 insertions(+) create mode 100644 meta-oe/recipes-extended/lastlog2/files/0001-remov

[oe] [meta-oe] [PATCH v3] wtmpdb: add new recipe

2023-07-24 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...emove-lto-to-fix-link-error-of-clang.patch | 31 .../recipes-extended/wtmpdb/wtmpdb_0.7.1.bb | 36 +++ 2 files changed, 67 insertions(+) create mode 100644 meta-oe/recipes-extended/wtmpdb/files/0001-remove-

Re: [oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-08 Thread Zoltan Boszormenyi
2023. 06. 08. 23:10 keltezéssel, Khem Raj írta: I have added fixes for the issues I have seen, Please take a look at the updated patch in master-next Thanks, it looks good. On Thu, Jun 8, 2023 at 10:23 AM Khem Raj wrote: On Thu, Jun 8, 2023 at 9:41 AM Khem Raj wrote: still seeing issues

Re: [oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-08 Thread Khem Raj
I have added fixes for the issues I have seen, Please take a look at the updated patch in master-next On Thu, Jun 8, 2023 at 10:23 AM Khem Raj wrote: > > On Thu, Jun 8, 2023 at 9:41 AM Khem Raj wrote: > > > > still seeing issues > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/

Re: [oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-08 Thread Khem Raj
On Thu, Jun 8, 2023 at 9:41 AM Khem Raj wrote: > > still seeing issues > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2802 > I dropped the unknown option and it went further which is good, however I am seeing WARNING: mpich-4.1.1-r0 do_package_qa: QA Issue: File /usr/lib/l

Re: [oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-08 Thread Khem Raj
still seeing issues https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2802 On Wed, Jun 7, 2023 at 12:28 AM Böszörményi Zoltán wrote: > > 2023. 06. 07. 9:23 keltezéssel, Zoltán Böszörményi írta: > > mpich 4.1+ has its own official way to allow cross-compiling, > > use it. > > > >

Re: [oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
2023. 06. 07. 9:23 keltezéssel, Zoltán Böszörményi írta: mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed

[oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed by intel-oneapi-mkl in meta-intel. Don't enable either by

Re: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: modify suffix of spdx file.

2023-06-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of wangmy > Sent: den 2 juni 2023 04:59 > To: openembedded-devel@lists.openembedded.org > Cc: Wang Mingyu > Subject: [oe] [meta-oe] [PATCH v3] dnf-plugin-tui: modify suffix of spdx

[oe] [meta-oe] [PATCH v3] dnf-plugin-tui: modify suffix of spdx file.

2023-06-01 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-

[oe] [meta-oe] [PATCH V3 3/3] libusbgx: fix some systemd service conditions

2023-05-09 Thread Ming Liu
From: Ming Liu Let usbgx.service require and run after sys-kernel-config.mount. Use "Type=simple" rather than "Type=oneshot", this ensures usbgx.service would not hang on failures, failures could happen in many conditions, like if the end user has manually configured something in configfs, or st

[oe] [meta-oe] [PATCH V3 2/3] libusbgx: fix device hot-plug use case

2023-05-09 Thread Ming Liu
From: Marcel Ziswiler Upon hot-plugging device (resp. un-plugging host) dwc3_gadget_init() does nicely get executed. However, for an actual gadget to get started, it also requires the libusbgx dance as well. Instead of only doing this upon boot aka after multi-user.target (which is fine only if t

[oe] [meta-oe] [PATCH V3 1/3] libusbgx: uprev to the latest commit

2023-05-09 Thread Ming Liu
From: Ming Liu Uprev libusbgx to 721e3a1 to get following fixes: ``` 721e3a1 correct attribute import / export bbdaad2 Document the license of the library and examples 36e71e1 Rename the net class variables to class_ efdd7a6 tests: update test code with new net attributes 4ca4a76 net: adds class,

[oe] [meta-oe] [PATCH V3 0/3] libusbgx: uprev to the latest/fix hotplug/fix systemd service

2023-05-09 Thread Ming Liu
From: Ming Liu I found more issues on libusbgx, have to make this V3, the new changes include: 1 Add some dependency checking in usbgx.service. 2 Turn it to be a simple type. Marcel Ziswiler (1): libusbgx: fix device hot-plug use case Ming Liu (2): libusbgx: uprev to the latest commit li

Re: [oe][meta-oe][PATCH v3 2/3] protobuf-c: add support of protobuf 4.22.x

2023-03-29 Thread Khem Raj
here are errors on qemuarm/clang https://errors.yoctoproject.org/Errors/Build/161813/ On Wed, Mar 29, 2023 at 12:49 PM Khem Raj wrote: > > I use archlinux for build system and I am still seeing build failure > for protobuf-c-native > > http://sprunge.us/TiQyPZ > > On Wed, Mar 29, 2023 at 3:08 AM

Re: [oe][meta-oe][PATCH v3 2/3] protobuf-c: add support of protobuf 4.22.x

2023-03-29 Thread Khem Raj
I use archlinux for build system and I am still seeing build failure for protobuf-c-native http://sprunge.us/TiQyPZ On Wed, Mar 29, 2023 at 3:08 AM Xiangyu Chen wrote: > > From: Xiangyu Chen > > Signed-off-by: Xiangyu Chen > --- > .../0001-add-support-of-protobuf-4.22.x.patch | 315 ++

[oe][meta-oe][PATCH v3 2/3] protobuf-c: add support of protobuf 4.22.x

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- .../0001-add-support-of-protobuf-4.22.x.patch | 315 ++ .../protobuf/protobuf-c_1.4.1.bb | 5 +- 2 files changed, 319 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-devtools/protobuf/protobuf-c/

[oe][meta-oe][PATCH v3 1/3] protobuf: upgrade 3.21.12 -> 4.22.2

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- ...efile-respect-CXX-LDFLAGS-variables-fix-.patch | 15 +-- .../{protobuf_3.21.12.bb => protobuf_4.22.2.bb} | 11 --- 2 files changed, 17 insertions(+), 9 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.

[oe][meta-oe][PATCH v3 3/3] mosh: add support of protobuf 4.22.x

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- ...re.ac-add-support-of-protobuf-4.22.x.patch | 63 +++ .../recipes-connectivity/mosh/mosh_1.4.0.bb | 7 ++- 2 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-connectivity/mosh/mosh/0001-c

[oe][meta-oe][PATCH v3 0/3] protobuf: upgrade 3.21.12 -> 4.22.2

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Changes: v2->v3: 1. fix mosh compile failure 2. fix protobuf-c compile failure under clang protobuf,protobuf-c and mosh tested under both clang and gcc mode. v1->v2: The v2[1] patch for upgrading protobuf from 3.21.12 to 4.22.2. After upgrading the protobuf, the package prot

Re: [oe] [meta-oe][PATCH v3] pgpool2: Added a new recipe.

2023-03-16 Thread leimaohui
-Original Message- > From: Khem Raj > Sent: Thursday, March 16, 2023 12:03 PM > To: Lei, Maohui > Cc: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe][PATCH v3] pgpool2: Added a new recipe. > > fails layer compliance check > > stdio: ERROR:

Re: [oe] [meta-oe][PATCH v3] pgpool2: Added a new recipe.

2023-03-15 Thread Khem Raj
fails layer compliance check stdio: ERROR: Nothing PROVIDES 'libmemcached' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-support/pgpool2/pgpool2_4.4.1.bb DEPENDS on or otherwise requires it) stdio: ERROR: Required build target 'meta-world-pkgdata' has no buildab

[oe] [meta-oe][PATCH v3] pgpool2: Added a new recipe.

2023-03-15 Thread leimaohui
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features. Signed-off-by: Lei Maohui --- ...0001-Fix-build-error-when-build-this-file.patch | 32 +

[oe] [meta-oe][PATCH V3] minio: add recipe for minio client

2022-10-31 Thread Sakib Sajal
MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4). Signed-off-by: Sakib Sajal --- go_recipes.txt| 103 ..

Re: [oe] [meta-oe][PATCH v3] jwt-cpp: add recipe

2022-10-26 Thread Khem Raj
the patch seems to not apply perhaps due to malformed characters in it. Can you check and see if your mailer is ok On Tue, Oct 25, 2022 at 11:27 PM Meier Boas wrote: > > From 02b6a81c2a98bcc0a643f20d1e96d14b4269db30 Mon Sep 17 00:00:00 2001 > From: Boas Meier > Date: Tue, 25 Oct 2022 11:28:40 +0

[oe] [meta-oe][PATCH v3] jwt-cpp: add recipe

2022-10-25 Thread Meier Boas
>From 02b6a81c2a98bcc0a643f20d1e96d14b4269db30 Mon Sep 17 00:00:00 2001 From: Boas Meier Date: Tue, 25 Oct 2022 11:28:40 +0200 Subject: [PATCH 1/1] jwt-cpp: add v0.6.0 Signed-off-by: Boas Meier --- .../recipes-devtools/jwt-cpp/jwt-cpp_0.6.0.bb | 18 ++ 1 file changed, 18 insert

[oe] [meta-oe][PATCH v3] syzkaller: add recipe and selftest for syzkaller fuzzing

2022-10-21 Thread Ovidiu Panait
Syzkaller is a coverage-guided fuzzer that is widely used to find bugs in the Linux kernel: https://github.com/google/syzkaller Add the recipe and a selftest for running the fuzzer in a qemux86-64 kvm environment. The following steps can be used to start the test: """ cat >> conf/local.conf

Re: [oe] [meta-oe][PATCH v3] v4l-utils: Update 1.22.1 -> 1.23.0+fd544473

2022-09-30 Thread Khem Raj
Can you rebase on top of master-next and resend a v4 please ? I cant apply v3 here cleanly. On Fri, Sep 30, 2022 at 11:59 AM Daniel Gomez wrote: > > Use git instead of release tarball to close the gap between the latest > 1.22.1 and master. > > Add 'bootstrap.sh' call to fix configuration issues:

[oe] [meta-oe][PATCH v3] v4l-utils: Update 1.22.1 -> 1.23.0+fd544473

2022-09-30 Thread Daniel Gomez
Use git instead of release tarball to close the gap between the latest 1.22.1 and master. Add 'bootstrap.sh' call to fix configuration issues: Error: config.status: error: cannot find input file: `v4l-utils-po/Makefile.in.in Adapt patch '0007-Do-not-use-getsubopt.patch': Upstream has replaced th

[oe] [meta-oe][PATCH v3] jq: add ptest

2022-09-16 Thread Qiu, Zheng
Add run-ptest to run the 7 tests provided by jq. In do_install_ptest, add a soft link to jq in the ptest directory to avoid having to patch the jq setup script. While the jq tests can use valgrind, it is out of scope for integration testing. Signed-off-by: Zheng Qiu Signed-off-by: Randy MacLeod

[oe] [meta-oe][PATCH v3] protobuf: disable protoc binary for target

2022-08-27 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov When applications want to use protoc during the build, the target binary has to be disabled in order to avoid following error: | The imported target "protobuf::protoc" references the file | | "/recipe-sysroot/usr/bin/protoc-" | | but this file does not exist. Po

Re: [oe] [meta-oe][PATCH v3 1/4] geos: Upgrade to 3.9.3

2022-07-02 Thread Zoltan Boszormenyi via lists.openembedded.org
2022. 07. 01. 15:38 keltezéssel, Khem Raj írta: this fails to build on arm/clang https://errors.yoctoproject.org/Errors/Details/659199/ Interesting: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/geos/3.9.3-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnuea

Re: [oe] [meta-oe][PATCH v3 1/4] geos: Upgrade to 3.9.3

2022-07-01 Thread Khem Raj
this fails to build on arm/clang https://errors.yoctoproject.org/Errors/Details/659199/ On Wed, Jun 22, 2022 at 10:13 AM Zoltan Boszormenyi via lists.openembedded.org wrote: > > From: Zoltán Böszörményi > > Remove an upstreamed patch. > > Signed-off-by: Zoltán Böszörményi > --- > meta-oe/reci

[oe] [meta-oe][PATCH v3 4/4] libspatialite: Upgrade to 5.0.1

2022-06-22 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi Removed a patch that didn't apply to the new version. Added three patches without changes from Fedora that allowed the new version to compile. See https://koji.fedoraproject.org/koji/buildinfo?buildID=1924183 Signed-off-by: Zoltán Böszörményi --- .../libspatialite/geo

[oe] [meta-oe][PATCH v3 2/4] proj: Upgrade to 8.2.1

2022-06-22 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi Signed-off-by: Zoltán Böszörményi --- .../proj/{proj_7.0.1.bb => proj_8.2.1.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-oe/recipes-navigation/proj/{proj_7.0.1.bb => proj_8.2.1.bb} (63%) diff --git a/meta-oe/recipes-nav

[oe] [meta-oe][PATCH v3 1/4] geos: Upgrade to 3.9.3

2022-06-22 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi Remove an upstreamed patch. Signed-off-by: Zoltán Böszörményi --- meta-oe/recipes-navigation/geos/geos_3.4.3.bb | 7 --- meta-oe/recipes-navigation/geos/geos_3.9.3.bb | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 meta-oe/recipes-navi

[oe] [meta-oe][PATCH v3] wxwidgets: enable to use private fonts

2022-05-15 Thread kai
From: Kai Kang Enable option wxUSE_PRIVATE_FONTS of wxwidgets if build with gtk. It allows application to use the font from the given file even if it is not globally installed on the system. Signed-off-by: Kai Kang --- meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb | 2 +- 1 file change

[oe] [meta-oe][PATCH v3 4/4] idevicerestore: add recipe

2022-03-31 Thread Potin Lai
A command-line application to restore firmware files to iOS devices. Signed-off-by: Potin Lai --- .../idevicerestore/idevicerestore_git.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb diff --git

[oe] [meta-oe][PATCH v3 1/4] libimobiledevice-glue: add recipe

2022-03-31 Thread Potin Lai
libimobiledevice-glue is the library with common code used by the libraries and tools around the libimobiledevice project. Signed-off-by: Potin Lai --- .../libimobiledevice-glue_git.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-co

[oe] [meta-oe][PATCH v3 3/4] libirecovery: add recipe

2022-03-31 Thread Potin Lai
libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. Signed-off-by: Potin Lai --- .../libirecovery/libirecovery_git.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-c

[oe] [meta-oe][PATCH v3 2/4] libimobiledevice-glue: fix undefined bswap error

2022-03-31 Thread Potin Lai
Add patch for fixing undefiened bswap32 & bswap64 error on MIPS machine Signed-off-by: Potin Lai --- ...wap32-and-bswap64-errors-for-MIPS-ma.patch | 32 +++ .../libimobiledevice-glue_git.bb | 5 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 10064

[oe] [meta-oe][PATCH v3 0/4] add idevicerestore support

2022-03-31 Thread Potin Lai
This patch series adds idevicerestore package and dependent libraries. LINK: [v1] https://lore.kernel.org/all/20220329024856.27349-1-potin@quantatw.com/ LINK: [v2] https://lore.kernel.org/all/20220331021648.16582-1-potin@quantatw.com/ Changes v2 --> v3: - update license to follow SPDX f

[oe] [meta-oe][PATCH v3 2/2] polkit: switch from mozjs to duktape javascript engine

2022-03-25 Thread Mikko Rapeli
From: Mikko Rapeli cherry-pick the change from polkit 0.120+ upstream since it applies directly to 0.119. Drop mozjs patches. Removes mozjs and its dependency nspr from images. They account for roughly 21 Mb on 64bit ARM machines. The replacement libduktape is roughly 300 kb in size. Thus this s

[oe] [meta-oe][PATCH v3 1/2] polkit: add patches for CVE-2021-4034 and CVE-2021-4115

2022-03-25 Thread Mikko Rapeli
From: Mikko Rapeli They were available in polkit master branch and cherry-pick to 0.119 version works so pick the patches. Signed-off-by: Mikko Rapeli --- ...l-privilege-escalation-CVE-2021-4034.patch | 84 ++ ...0002-CVE-2021-4115-GHSL-2021-077-fix.patch | 88 +

[oe] [meta-oe][PATCH v3 0/2] polkit: switch from mozjs to duktape javascript engine

2022-03-25 Thread Mikko Rapeli
From: Mikko Rapeli polkit 0.121 will contain support for duktape but the patch applies to 0.119 already so use it to get rid of mozjs and free 20 Mb of space. Pick some CVE patches from master while at it. v3: rebased to master-next v2: added Signed-off-By lines to all patches Mikko Rapeli (2)

Re: [oe] [meta-oe][PATCH v3] usbguard: Add inital recipe

2022-03-15 Thread Khem Raj
Thanks for patch it needs some rework however on distros using systemd in DISTRO_FEATURES ERROR: usbguard-1.1.0-r0 do_package: QA Issue: usbguard: Files/directories were installed but not shipped in any package: /usr/lib/tmpfiles.d /usr/lib/tmpfiles.d/usbguard.conf Please set FILES such that t

  1   2   3   4   5   6   >