Re: [oe] [meta-python][PATCH 2/2] python3-uefi-firmware: add recipe for version 1.9

2022-11-29 Thread tomzy
> > On Fri, Nov 25, 2022 at 3:44 AM tomzy < tomasz.zyjewski@... > wrote: > > > Install uefi-firmware-parser tool > > Signed-off-by: Tomasz Żyjewski < tomasz.zyjewski@... > > --- > .../python/ python3-uefi-firmware_1.9.bb ( > http://python3-uefi-firmware_1.9.bb ) | 17 + > 1

Re: [oe] [meta-python][PATCH 1/2] python3-binwalk: add recipe for version 2.3.3

2022-11-29 Thread tomzy
> > On Fri, Nov 25, 2022 at 3:44 AM tomzy < tomasz.zyjewski@... > wrote: > > > Install binwalk utility > > Signed-off-by: Tomasz Żyjewski < tomasz.zyjewski@... > > --- > .../python/ python3-binwalk_2.3.3.bb ( http://python3-binwalk_2.3.3.bb ) | > 17 + > 1 file changed, 17

[oe] [meta-multimedia][PATCH 10/10] flite: Add missing deps on alsa-lib and chrpath

2022-11-29 Thread Khem Raj
Disable parallel build to avoid build race Fixes | make[1]: *** No rule to make target 'flite_voice_list.c', needed by 'all'. Stop. | make[1]: *** Waiting for unfinished jobs | make: *** [config/common_make_rules:133: build/arm-linux-gnueabi/obj//.make_build_dirs] Error 2 | ERROR:

[oe] [meta-oe][PATCH 08/10] audit: Inherit python3targetconfig

2022-11-29 Thread Khem Raj
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is

[oe] [meta-networking][PATCH 09/10] opensaf: Check for _FILE_OFFSET_BITS instead of __TIMESIZE

2022-11-29 Thread Khem Raj
This is fixing both LFS as well as 64bit time_t issue in one go Signed-off-by: Khem Raj --- ...0001-Use-correct-printf-format-for-__fsblkcnt_t.patch | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git

[oe] [meta-gnome][PATCH 07/10] gfbgraph: Use rest 0.8.1

2022-11-29 Thread Khem Raj
Drop the patch needed to use rest 1.0 API ( 0.9 onwards ) Signed-off-by: Khem Raj --- ...-Update-rest-requirement-to-rest-1.0.patch | 58 --- .../recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | 5 +- 2 files changed, 3 insertions(+), 60 deletions(-) delete mode 100644

[oe] [meta-gnome][PATCH 06/10] rest: Re-add 0.8.1

2022-11-29 Thread Khem Raj
Its needed by gfbgraph Signed-off-by: Khem Raj --- .../recipes-gnome/rest/librest_0.8.1.bb | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 meta-gnome/recipes-gnome/rest/librest_0.8.1.bb diff --git a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb

[oe] [meta-oe][PATCH 05/10] satyr: Inherit python3targetconfig

2022-11-29 Thread Khem Raj
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is

[oe] [meta-python][PATCH 04/10] python3-pyproj: Export PROJ_DIR

2022-11-29 Thread Khem Raj
point PROJ_DIR to staged proj-native which can be used during cross build Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb

[oe] [meta-oe][PATCH 03/10] proj: Enable apps when building native variant

2022-11-29 Thread Khem Raj
proj binary is used during build by some recipes e.g. python3-pyproj Signed-off-by: Khem Raj --- meta-oe/recipes-navigation/proj/proj_9.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-navigation/proj/proj_9.1.0.bb b/meta-oe/recipes-navigation/proj/proj_9.1.0.bb

[oe] [meta-oe][PATCH 02/10] volume-key: Inherit python3targetconfig

2022-11-29 Thread Khem Raj
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is

[oe] [meta-filesystem][PATCH 01/10] aufs-util: Fix build with large file support enabled systems

2022-11-29 Thread Khem Raj
Fixes | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/aufs-util/4.9+gitAUTOINC+8f35db59ef-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-ld: rdu64.o: in function `readdir64': | :122: multiple definition of `readdir64'; rdu.o::122: first

Re: [oe] [meta-python][PATCH] python3-wxgtk4: replace deprecated inspect.getargspec

2022-11-29 Thread Kai Kang
On 11/30/22 06:19, Khem Raj wrote: On Tue, Nov 29, 2022 at 6:51 AM Kai Kang wrote: From: Kai Kang Backport patch to replace deprecated inspect.getargspec in lib pubsub. And add python3-pip to RDEPENDS which is required by utils wxdemo, wxdocs and wxget provided by python3-wxgtk4.

[oe] [meta-python] [PATCH] python3-termcolor: upgrade 2.1.0 -> 2.1.1

2022-11-29 Thread zhengruoqin
Changelog: Add __main__ to re-enable demo via python -m termcolor (#27) Signed-off-by: Zheng Ruoqin --- .../{python3-termcolor_2.1.0.bb => python3-termcolor_2.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-termcolor_2.1.0.bb

[oe] [meta-python] [PATCH] python3-twitter: upgrade 4.10.1 -> 4.12.1

2022-11-29 Thread zhengruoqin
Changelog: = * Add 1 second buffer to API v2 streaming timeout (51a5d61) * Default AsyncBaseStream to abort closed SSL transports (#1904) * Warn when Tweet data is missing default edit_history_tweet_ids field (3dea0df, #1994) * Change initial network_error_wait to 0 for streaming

[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.9.10 -> 1.11.1

2022-11-29 Thread zhengruoqin
Changelog: == Move set_transaction_name out of event processor in fastapi/starlette (#1751) Expose proxy_headers as top level config and use in ProxyManager: https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers (#1746) Signed-off-by: Zheng Ruoqin ---

[oe] [meta-python] [PATCH] python3-texttable: upgrade 1.6.4 -> 1.6.7

2022-11-29 Thread zhengruoqin
Changelog: Get rid of stub file in wheel package (#84) Signed-off-by: Zheng Ruoqin --- .../{python3-texttable_1.6.4.bb => python3-texttable_1.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-texttable_1.6.4.bb =>

[oe] [meta-python] [PATCH] python3-redis: upgrade 4.3.4 -> 4.3.5

2022-11-29 Thread zhengruoqin
Changelog: = * New Features -- Add support for TIMESERIES 1.8 (#2296) Graph - add counters for removed labels and properties (#2292) Add support for TDIGEST.QUANTILE extensions (#2317) Add TDIGEST.TRIMMED_MEAN (#2300) Add support for async GRAPH module

Re: [oe] [meta-python][PATCH] python3-wxgtk4: replace deprecated inspect.getargspec

2022-11-29 Thread Khem Raj
On Tue, Nov 29, 2022 at 6:51 AM Kai Kang wrote: > > From: Kai Kang > > Backport patch to replace deprecated inspect.getargspec in lib pubsub. > > And add python3-pip to RDEPENDS which is required by utils wxdemo, > wxdocs and wxget provided by python3-wxgtk4. > > Signed-off-by: Kai Kang > --- >

Re: [oe] [meta-oe][PATCH 3/3] tuna: add recipe

2022-11-29 Thread Khem Raj
On Mon, Nov 28, 2022 at 7:21 AM Erwann Roussy wrote: > > Tuna is a cui/gui tool for tuning of running processes. > It is useful to see and changed irq affinity on an embedded board. > > The chosen revision of tuna is the last commit to this day and not the > last release. This is due to the

Re: [oe] [OE-core] OpenEmbedded Happy Hour November 30

2022-11-29 Thread Alexander Kanavin
Isn't that clashing with YPS social slot? https://summit.yoctoproject.org/yocto-project-summit-2022-11/talk/UBXLG8/ Alex On Tue, 29 Nov 2022 at 14:15, Denys Dmytriyenko wrote: > > All, > > This month OpenEmbedded Happy Hour coincides with the Yocto Project Summit > and will be held on

Re: [oe] [kirkstone][master][meta-oe][PATCH] redis: upgrade 7.0.4 to 7.0.5

2022-11-29 Thread Randy MacLeod
On 2022-10-13 22:24, Changqing Li wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0.4.bb => redis_7.0.5.bb} | 2 +- Is it time to remove redis_6* yet? 7 was added in February and it seems to be the stable version now. redis_6 was added in

Re: [oe] [meta-networking] [PATCH] lldpd: upgrade 1.0.15 -> 1.0.16

2022-11-29 Thread Khem Raj
On Mon, Nov 28, 2022 at 8:01 PM Peter Kjellerstedt wrote: > > > -Original Message- > > From: openembedded-devel@lists.openembedded.org > > On Behalf Of wangmy > > Sent: den 28 november 2022 07:10 > > To: openembedded-devel@lists.openembedded.org > > Cc: Wang Mingyu > > Subject: [oe]

[oe] [kirkstone][PATCH] redis-6: build with USE_SYSTEMD=yes when systemd is enabled

2022-11-29 Thread Qiu, Zheng
Compile redis with full systemd support when the chosen init system is systemd. Enabling systemd supervision allows redis to communicate the actual server status (i.e. "Loading dataset", "Waiting for master<->replica sync") to systemd, instead of declaring readiness right after initializing the

[oe] [meta-python][PATCH] python3-wxgtk4: replace deprecated inspect.getargspec

2022-11-29 Thread Kai Kang
From: Kai Kang Backport patch to replace deprecated inspect.getargspec in lib pubsub. And add python3-pip to RDEPENDS which is required by utils wxdemo, wxdocs and wxget provided by python3-wxgtk4. Signed-off-by: Kai Kang --- ...eplace-deprecated-inspect.getargspec.patch | 65

[oe] OpenEmbedded Happy Hour November 30

2022-11-29 Thread Denys Dmytriyenko
All, This month OpenEmbedded Happy Hour coincides with the Yocto Project Summit and will be held on Wednesday, November 30 after the sessions are over, aroud 1800/6pm UTC (1pm ET / 10am PT). The usual Zoom link is in the Wiki: https://www.openembedded.org/wiki/Calendar