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

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.

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

[oe] [meta-networking][PATCH 2/2] frr: Upgrade to latest on 9.1 stable

2024-03-15 Thread Khem Raj
Fix build with latest musl Signed-off-by: Khem Raj --- ...me-API-for-non-glibc-library-e.g.-mu.patch | 35 +++ .../recipes-protocols/frr/frr_9.1.bb | 3 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 1/2] dietsplash: Update and fix build with musl

2024-03-15 Thread Khem Raj
Signed-off-by: Khem Raj --- ...me-API-for-non-glibc-library-e.g.-mu.patch | 28 +++ .../dietsplash/dietsplash_git.bb | 7 +++-- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644

[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

[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

[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

[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

[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

[oe] [meta-openembedded] [PATCH 2/2] buildtools-imagemagick: Add new recipe

2024-03-15 Thread Richard Purdie
This is useful on the Yocto Project autobuilder to allow automated screenshot testing/processing during QA. Signed-off-by: Richard Purdie --- meta-oe/recipes-core/meta/buildtools-imagemagick.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644

[oe] [meta-openembedded] [PATCH 1/2] imagemagick/lcms/fftw: Allow nativesdk versions to exist

2024-03-15 Thread Richard Purdie
These allow the use of imagemagick in SDKs where it is useful to perform image analysis such as on the autobuilder for screenshot processing during QA testing. Signed-off-by: Richard Purdie --- meta-oe/recipes-support/fftw/fftw_3.3.10.bb | 2 +-

[oe] [PATCH][meta-python] python3-pydantic-core: just set PYPI_PACKAGE

2024-03-15 Thread Ross Burton
From: Ross Burton There's no need to set PYPI_ARCHIVE_NAME and S explicitly if PYPI_PACKAGE is set correctly. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pydantic-core_2.16.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

Re: [oe] [meta-oe][PATCHv2 3/3] lvgl: add more variables to lv-conf.inc

2024-03-15 Thread Marek Vasut
On 3/15/24 9:16 AM, Christophe Chapuis wrote: Sure, I agree with your comments; I'll propose a patch v3 tonight or during the week-end, taking all this into consideration. Thank you ! I'll CC you on the LVGL 9.1 update once that is available too. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

Re: [oe] [meta-oe][PATCHv2 3/3] lvgl: add more variables to lv-conf.inc

2024-03-15 Thread Tofe
Sure, I agree with your comments; I'll propose a patch v3 tonight or during the week-end, taking all this into consideration. On Fri, Mar 15, 2024 at 1:34 AM Marek Vasut wrote: > On 3/14/24 8:21 PM, Christophe Chapuis wrote: > > As it can be usefull to customize these other variables, let's > >

Re: [oe] [meta-multimedia][PATCH v2] spandsp: new telephony DSP library

2024-03-15 Thread Jörg Sommer via lists . openembedded . org
Yes, I'm getting these errors, too, when compiling with clang; independent of the clang version up to 19. It seems to be a problem of `pow()`. gcc might have a built-in and can compute it at compile-time, while clang has no built-in of pow. Jörg Sommer Software Developer / Programmierer