[oe] [PATCH] rtc-tools: Bump the recipe

2022-02-16 Thread Fabio Estevam
From: Fabio Estevam The patch that adds the rtc-tools Makefile has been accepted upstream, so bump to the latest version and remove the local Makefile patch. Signed-off-by: Fabio Estevam --- .../0001-rtc-tools-Add-a-Makefile.patch | 39 --- .../rtc-tools/rtc-tools_1.0.0

Re: [oe] [PATCH] rtc-tools: Bump the recipe

2022-02-16 Thread Fabio Estevam
Hi Peter, On Wed, Feb 16, 2022 at 1:49 PM Peter Kjellerstedt wrote: > I suggest changing the Git subject to: > > rtc-tools: Update to 2022.02 > > as that is what the change is tagged as (also see below). Good catch! I did as you suggested and submitted a v2. Thanks -=-=-=-=-=-=-=-=-=-=-=-

[oe] [PATCH v2] rtc-tools: Update to 2022.02

2022-02-16 Thread Fabio Estevam
From: Fabio Estevam The patch that adds the rtc-tools Makefile has been accepted upstream, so update to the latest 2022.02 version and remove the local Makefile patch. Also, rename the recipe to reflect the new version. Signed-off-by: Fabio Estevam --- Changes since v1: - Use the 2022.02 tag

Re: [oe] [PATCH v2] rtc-tools: Update to 2022.02

2022-02-16 Thread Fabio Estevam
Hi Khem, On Wed, Feb 16, 2022 at 2:10 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The patch that adds the rtc-tools Makefile has been accepted > upstream, so update to the latest 2022.02 version and remove the > local Makefile patch. > > Also, rename the r

Re: [oe] [PATCH v3 meta-oe] rtc-tools: Add a recipe

2022-01-28 Thread Fabio Estevam
Hi Peter, On Fri, Jan 28, 2022 at 1:48 AM Peter Kjellerstedt wrote: > > +TARGET_CC_ARCH += "${LDFLAGS}" > > You forgot to remove the TAGET_CC_ARCH line. If I remove this line, the following error happens: ERROR: rtc-tools-1.0.0-r0 do_package_qa: QA Issue: File /usr/bin/rtc-sync in package

[oe] [PATCH v3 meta-oe] rtc-tools: Add a recipe

2022-01-27 Thread Fabio Estevam
From: Fabio Estevam rtc-tools is a useful utility developed by Alexandre Belloni for testing RTC kernel drivers, such as y2038 support. Based on the initial recipe from Heiko Schocher . Signed-off-by: Fabio Estevam --- .../0001-rtc-tools-Add-a-Makefile.patch | 44

Re: [oe] [PATCH v3 meta-oe] rtc-tools: Add a recipe

2022-01-28 Thread Fabio Estevam
Hi Peter, On Fri, Jan 28, 2022 at 3:36 PM Peter Kjellerstedt wrote: > @Fabio: Are you sure you built with the correct version of the recipe and > Makefile when you got the error about GNU_HASH? Because it should work (and > I’ve verified that the files I built have the GNU_HASH and I never

[oe] [PATCH v4 meta-oe] rtc-tools: Add a recipe

2022-01-28 Thread Fabio Estevam
From: Fabio Estevam rtc-tools is a useful utility developed by Alexandre Belloni for testing RTC kernel drivers, such as y2038 support. Based on the initial recipe from Heiko Schocher . Signed-off-by: Fabio Estevam --- Changes since v3: - Removed the TARGET_CC_ARCH line (Peter/Khem

Re: [oe] [PATCH v4 meta-oe] rtc-tools: Add a recipe

2022-02-07 Thread Fabio Estevam
Hi Khem and Peter, On Fri, Jan 28, 2022 at 8:57 PM Otavio Salvador wrote: > > Em sex., 28 de jan. de 2022 às 16:54, Fabio Estevam > escreveu: > > > > From: Fabio Estevam > > > > rtc-tools is a useful utility developed by Alexandre Belloni > > for te

Re: [oe] [PATCH v4 meta-oe] rtc-tools: Add a recipe

2022-02-07 Thread Fabio Estevam
Hi Khem, On Mon, Feb 7, 2022 at 8:21 PM Khem Raj wrote: > Yes it should be in master Sorry, I don't see it in master yet: https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-support -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [oe] [PATCH v4 meta-oe] rtc-tools: Add a recipe

2022-02-10 Thread Fabio Estevam
On Mon, Feb 7, 2022 at 8:31 PM Fabio Estevam wrote: > > Hi Khem, > > On Mon, Feb 7, 2022 at 8:21 PM Khem Raj wrote: > > > Yes it should be in master > > Sorry, I don't see it in master yet: > https://github.com/openembedded/meta-openembedded/tree/master/meta

[oe] [PATCH 2/3] multipath-tools: Use https for github

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam --- .../recipes-support/multipath-tools/multipath-tools_0.9.3.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [PATCH 1/3] openocd: Use https for github

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam --- meta-oe/recipes-devtools/openocd/openocd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools

[oe] [PATCH 1/3] openocd: Use https for github

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam --- meta-oe/recipes-devtools/openocd/openocd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools

[oe] [PATCH 2/3] multipath-tools: Use https for github

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam --- .../recipes-support/multipath-tools/multipath-tools_0.9.3.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [PATCH 3/3] python3-piccata: Use https for github

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam --- .../recipes-devtools/python3-piccata/python3-piccata_2.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[oe] [PATCH 2/3] multipath-tools: Use https for github

2023-11-03 Thread Fabio Estevam
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam --- .../recipes-support/multipath-tools/multipath-tools_0.9.3.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [PATCH] crucible: Upgrade to 2023.11.02

2023-11-05 Thread Fabio Estevam
From: Fabio Estevam Upgrade to 2023.11.02, which contanins the following new commits: fix MAC address fuse naming Merge pull request #21 from Lionizers/master fusemaps: Add support for second MAC address for i.MX7D move to BSD style license tidying Merge pull request #18 from

[oe] [PATCH] edid-decode: Upgrade to latest master

2023-10-19 Thread Fabio Estevam
infoframe types Signed-off-by: Fabio Estevam --- meta-oe/recipes-support/edid-decode/edid-decode_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb index

Re: [oe] [meta-gnome][PATCH] ibus.inc: fix after branch renaming

2022-07-30 Thread Fabio Estevam
On Sat, Jul 30, 2022 at 4:57 PM Markus Volk wrote: > I'll test this tomorrow. But on the ibus github page there is no master > branch anymore, so i doubt -c cleanall will help > > https://github.com/ibus/ibus Does the change below fix it? --- a/meta-gnome/recipes-support/ibus/ibus.inc +++

[oe] [meta-networking][PATCH] spice: Include aarch64 to COMPATIBLE_HOST

2022-10-10 Thread Fabio Estevam
From: Fabio Estevam Allow spice to be built on ARM64 as well, so add aarch64 entry to COMPATIBLE_HOST. Signed-off-by: Fabio Estevam --- meta-networking/recipes-support/spice/spice_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/spice

[oe] [meta-oe][PATCH] remmina: Update to 1.4.27

2022-10-14 Thread Fabio Estevam
From: Fabio Estevam Update to the 1.4.27 version and also pass -DWITH_WEBKIT2GTK=OFF to allow building it without webkit2gtk support. Signed-off-by: Fabio Estevam --- .../remmina/{remmina_1.4.24.bb => remmina_1.4.27.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[oe] [meta-oe][PATCH] crucible: Add recipe

2022-10-15 Thread Fabio Estevam
From: Fabio Estevam crucible is an utility that provides userspace support for reading and writing to the i.MX fuses. Signed-off-by: Fabio Estevam --- .../crucible/crucible_2022.05.25.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes

Re: [oe] [meta-openembedded][PATCHv2] spice-gtk: add recipe

2022-12-07 Thread Fabio Estevam
Hi Markus, On Mon, Oct 31, 2022 at 3:50 AM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > .../recipes-support/spice/spice-gtk_0.4.1.bb | 43 +++ > 1 file changed, 43 insertions(+) > create mode 100644 meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb > >

Re: [oe] [meta-python][PATCH] python3-rapidjson: add recipe

2022-12-12 Thread Fabio Estevam
On Mon, Dec 12, 2022 at 2:59 PM Roger Knecht wrote: > > Add a recipe for the python bindings of the rapidjson library. > > Signed-off-by: Roger Knecht > --- > .../python/python3-rapidjson_1.9.bb | 17 + > 1 file changed, 17 insertions(+) > create mode 100644 >

[oe] [PATCH] remmina: Update to 1.4.28

2022-12-03 Thread Fabio Estevam
From: Fabio Estevam Update to the 1.4.28 version, which includes the following changes: https://gitlab.com/Remmina/Remmina/-/compare/v1.4.27...v1.4.28 Signed-off-by: Fabio Estevam --- .../remmina/{remmina_1.4.27.bb => remmina_1.4.28.bb}| 2 +- 1 file changed, 1 insertion(+)

[oe] [PATCH] crucible: Upgrade to 2022.12.06

2022-12-07 Thread Fabio Estevam
From: Fabio Estevam Upgrade to the crucible 2022.12.06 version. Signed-off-by: Fabio Estevam --- .../crucible/{crucible_2022.05.25.bb => crucible_2022.12.06.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/crucible/{crucible_2022.05.25

Re: [oe] [meta-gnome][PATCH 09/10] libxmlb: allow to build native

2022-12-19 Thread Fabio Estevam
On Mon, Dec 19, 2022 at 10:12 AM Markus Volk wrote: > > This will be needed for gnome-software > --- Missed your Signed-off-by tag. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#100106):

[oe] [PATCH] lvgl-demo-fb: Add recipe

2023-01-17 Thread Fabio Estevam
From: Fabio Estevam Add a recipe for the LVGL framebuffer GUI demo. This allows to quickly test the LVGL framebuffer GUI demo application by running the "demo" binary. Signed-off-by: Fabio Estevam --- meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb | 17 + 1 file c

[oe] [meta-networking][PATCH v2] ettercap: Update Upstream-Status

2023-03-23 Thread Fabio Estevam
From: Fabio Estevam The patch has been applied upstream, so update the Upstream-Status line accordingly. Signed-off-by: Fabio Estevam --- Changes since v1: - Fix typo in the Subject line. ...1-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch | 2 +- 1 file changed, 1 insertion

[oe] [meta-networking][[PATCH] ettercap: Update Upstream-Status

2023-03-23 Thread Fabio Estevam
From: Fabio Estevam The patch has been applied upstream, so update the Upstream-Status line accordingly. Signed-off-by: Fabio Estevam --- ...1-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking

Re: [oe] [meta-gnome][PATCH 06/32] gedit: update 43.2 -> 44.2

2023-03-25 Thread Fabio Estevam
On Sat, Mar 25, 2023 at 5:03 AM Markus Volk wrote: > > --- You missed your Signed-off-by tag. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#101748): https://lists.openembedded.org/g/openembedded-devel/message/101748 Mute This Topic:

[oe] [PATCH] glmark2: Update to 2023.01

2023-02-27 Thread Fabio Estevam
From: Fabio Estevam Update to the 2023.01 version: glmark2 2023.01 (20230119) == * Add gbm-gl/glesv2 flavors for GBM offscreen rendering. * Add x11-gl-egl flavor that uses EGL under X11. * Implement SwapInterval 0 for the DRM backend. * Support multisampled configs

[oe] [PATCH] iperf3: Update to 3.13

2023-03-04 Thread Fabio Estevam
From: Fabio Estevam Update to the 3.13 version. The iperf3 release notes are available at: https://github.com/esnet/iperf/blob/6bfe27d82a3f74ad1239aba987a4fb75c1005078/RELNOTES.md The only change in the LICENSE file was the year update. Signed-off-by: Fabio Estevam --- .../iperf3

[oe] [PATCH] spice-gtk: Update to version 0.42

2023-02-09 Thread Fabio Estevam
From: Fabio Estevam Update to version 0.42: v0.42 = - !115 - Fix compilation on win32 with EGL - !114 - spice-widget: fix hotspot position on Wayland/HiDPI - !112 - meson: Allow building on a Wayland-only environment - !110 - usb-backend: Fix devices not being enumerated - !108 - spicy

[oe] [PATCH] lvgl: lvgl-demo-fb: Inherit features_check

2023-05-14 Thread Fabio Estevam
From: Fabio Estevam Inherit features_check to fix the following QA error: ERROR: QA Issue: lvgl-demo-fb: recipe doesn't inherit features_check [unhandled-features-check] Reported-by: Martin Jansa Signed-off-by: Fabio Estevam --- meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb | 2 ++ 1

[oe] [PATCH] i2cdev_git: Remove AUTHOR field

2024-01-02 Thread Fabio Estevam
The AUTHOR field is no longer used in generating packages. It may also create a possible confusion with the recipe maintainer name, so let's remove it. Signed-off-by: Fabio Estevam --- meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes

[oe] [PATCH] picocom: Update to 2023-04

2024-01-03 Thread Fabio Estevam
From: Fabio Estevam Update to the 2023-04 version. Use the the new upstream repository and drop the fix that has been upstreamed. Signed-off-by: Fabio Estevam --- .../picocom/0001-Fix-building-with-musl.patch | 118 -- .../recipes-support/picocom/picocom_git.bb| 7 +- 2

[oe] [PATCH v2] picocom: Update to 2023-04

2024-01-03 Thread Fabio Estevam
From: Fabio Estevam Update to the 2023-04 version. Use the the new upstream repository and drop the fix that has been upstreamed. Signed-off-by: Fabio Estevam --- Changes since v1: - Also update SRCREV. .../picocom/0001-Fix-building-with-musl.patch | 118 -- .../recipes

[oe] [PATCH] v4l-utils: Update to 1.26.1

2024-01-10 Thread Fabio Estevam
From: Fabio Estevam Update to 1.26.1. Also remove the Makefile.am patches as they no longer apply due to the swith to Meson. Signed-off-by: Fabio Estevam --- ...-Don-t-install-libmediactl-and-libv4.patch | 46 --- ...02-original-patch-mediactl-pkgconfig.patch | 23

Re: [oe] [PATCH] v4l-utils: Update to 1.26.1

2024-01-11 Thread Fabio Estevam
Hi Khem, On Thu, Jan 11, 2024 at 5:10 PM Khem Raj wrote: > > I meant to say without systemd ( using sysvinit ) Yes, I have sent a patch to v4l-utils to fix this bug. Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108232):

[oe] [PATCH v2] v4l-utils: Update to 1.26.1

2024-01-12 Thread Fabio Estevam
From: Fabio Estevam Update to 1.26.1. Remove the Makefile.am patches as they no longer apply due to the switch to Meson. Backport a fix that prevents installing 50-rc_keymap.conf in systems without systemd. Signed-off-by: Fabio Estevam --- Changes since v1: - Adjust SRCREV to point

[oe] [PATCH] v4l-utils: Remove unneeded musl patch

2024-01-15 Thread Fabio Estevam
From: Fabio Estevam The musl issue that 0004-Do-not-use-getsubopt.patch fixes has already been addressed by the following v4l-utils upstream commit: commit 6e19bb895a16a9a247524ac526ab47f576cc36f6 Author: Hans Verkuil Date: Thu Nov 25 10:59:22 2021 +0100 v4l-utils: use v4l_getsubopt

Re: [oe] [meta-python][PATCH] python-4.8.2: update to version 4.8.2

2024-01-12 Thread Fabio Estevam
On Fri, Jan 12, 2024 at 4:19 PM Derek Straka wrote: > > Signed-off-by: Derek Straka Maybe change the Subject to: python3-engineio: update to version 4.8.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108252):

[oe] libeigen: Backport license fix to kirkstone

2024-05-03 Thread Fabio Estevam
Hi Khem, Can dff417630f26 ("libeigen: Update GPL-3.0-only to GPL-2.0-only") be backported to kirkstone? Akash sent a kirkstone backport sometime ago: https://lists.openembedded.org/g/openembedded-devel/message/105451 Thanks, Fabio Estevam -=-=-=-=-=-=-=-=-=-=-=- Links: You r