[oe] [PATCH] picocom: Fix build

2017-01-19 Thread Marek Vasut
/lock by default, drop the CPPFLAGS override altogether and replace it simply with passing VERSION argument to make to precisely retain the original intention. Signed-off-by: Marek Vasut <ma...@denx.de> --- meta-oe/recipes-support/picocom/picocom_1.7.bb | 5 - 1 file changed, 4 inse

Re: [oe] [PATCH] picocom: Fix build

2017-01-19 Thread Marek Vasut
On 01/19/2017 08:17 PM, Martin Jansa wrote: > Why not use EXTRA_OEMAKE to set these variables? Clearly because I wasn't thinking, I'll send a V2, thanks for spotting this. > On Thu, Jan 19, 2017 at 4:21 PM, Marek Vasut <ma...@denx.de> wrote: > >> The picocom complains a

[oe] [PATCH V2] picocom: Fix build

2017-01-19 Thread Marek Vasut
/lock by default, drop the CPPFLAGS override altogether and replace it simply with passing VERSION argument to make to precisely retain the original intention. Signed-off-by: Marek Vasut <ma...@denx.de> --- V2: Use EXTRA_OEMAKE instead of custom do_configure --- meta-oe/recipes-support/p

[oe] [PATCH] picocom: Fix build

2017-01-20 Thread Marek Vasut
/lock by default, drop the CPPFLAGS override altogether and replace it simply with passing VERSION argument to make to precisely retain the original intention. Signed-off-by: Marek Vasut <ma...@denx.de> --- V2: Use EXTRA_OEMAKE instead of custom do_configure V3: Use EXTRA_OEMAKE i

Re: [oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-30 Thread Marek Vasut
On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote: > On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote: >> On 03/27/2017 04:25 PM, Richard Purdie wrote: >>> On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote: >>>> Upgrade U-Boot to the latest version. &

Re: [oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-30 Thread Marek Vasut
On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote: > On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote: >> On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote: >>> On Mon, Mar 27, 2017 at 04:31:16PM +0200, Marek Vasut wrote: >>>> On 03/27/2017 04:25 PM, Richard Pu

Re: [oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-27 Thread Marek Vasut
On 03/27/2017 04:25 PM, Richard Purdie wrote: > On Mon, 2017-03-27 at 16:22 +0200, Marek Vasut wrote: >> Upgrade U-Boot to the latest version. > > Wrong list and how does this compare to Ovatio's patch? I was not CCed on Otavio's patch :( -- Best regar

[oe] [PATCH] u-boot: Update to 2017.03 release

2017-03-27 Thread Marek Vasut
Upgrade U-Boot to the latest version. Signed-off-by: Marek Vasut <ma...@denx.de> Cc: Denys Dmytriyenko <de...@denix.org> Cc: Richard Purdie <richard.pur...@linuxfoundation.org> Cc: Ross Burton <ross.bur...@intel.com> --- .../u-boot/{u-boot-common_2017.01.inc => u-boot-

Re: [oe] [PATCH] fbida: Fix compile-host-path error

2017-04-09 Thread Marek Vasut
On 04/09/2017 08:56 PM, Khem Raj wrote: > On Fri, Apr 7, 2017 at 2:37 PM Marek Vasut <ma...@denx.de> wrote: > >> Remove the explicit reference to /usr/local/* in Variables.mk. >> This is completely bogus and causes failure during cross-compilation. >> >> Signe

[oe] [PATCH] fbida: Fix compile-host-path error

2017-04-07 Thread Marek Vasut
Remove the explicit reference to /usr/local/* in Variables.mk. This is completely bogus and causes failure during cross-compilation. Signed-off-by: Marek Vasut <ma...@denx.de> --- meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 4 ++- .../fbida/files/0001-Avoid-using-host-path.patch

Re: [oe] [PATCH] fbida: Fix compile-host-path error

2017-04-28 Thread Marek Vasut
On 04/07/2017 11:36 PM, Marek Vasut wrote: > Remove the explicit reference to /usr/local/* in Variables.mk. > This is completely bogus and causes failure during cross-compilation. > > Signed-off-by: Marek Vasut <ma...@denx.de> Can we have this applied so that the package stop

Re: [oe] [PATCH] Fix broken package fbida

2017-05-16 Thread Marek Vasut
d. Marek, is it > correct ? Yeah. The inherit pkgconfig is needed too (since some time), I have a patch in a tree but forgot to submit it. Clearly you were faster. -- Best regards, Marek Vasut -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH] freerdp: Add missing libxkbcommon WL dependency

2020-08-24 Thread Marek Vasut
The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut --- meta-oe/recipes-support/freerdp/freerdp_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.2.0.bb b/meta-oe/recipes-support/freerdp

[oe] [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency

2020-12-04 Thread Marek Vasut
The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut --- meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp

[oe] [meta-oe][PATCH] nss: Fix build on Centos 7

2021-06-03 Thread Marek Vasut
off-by: Marek Vasut Cc: Armin Kuster Cc: Armin Kuster Cc: Khem Raj Cc: Richard Purdie Cc: Ross Burton --- meta-oe/recipes-support/nss/nss_3.64.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/nss/nss_3.64.bb b/meta-oe/recipes-support/nss/nss_3.64.bb index fce5a8

[oe] [meta-oe][dunfell][PATCH] nss: Fix build on Centos 7

2021-06-03 Thread Marek Vasut
off-by: Marek Vasut Cc: Armin Kuster Cc: Armin Kuster Cc: Khem Raj Cc: Richard Purdie Cc: Ross Burton --- meta-oe/recipes-support/nss/nss_3.51.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/nss/nss_3.51.1.bb b/meta-oe/recipes-support/nss/nss_3.51.1.bb in

Re: [oe] [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency

2021-03-29 Thread Marek Vasut
On 3/29/21 7:14 AM, akuster808 wrote: [...] diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb index 7cafbb799..82ef561fb 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb @@

Re: [oe] [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency

2021-03-27 Thread Marek Vasut
On 3/12/21 3:18 PM, Marek Vasut wrote: On 12/5/20 12:47 AM, Marek Vasut wrote: The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut ---   meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [oe] [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency

2021-03-12 Thread Marek Vasut
On 12/5/20 12:47 AM, Marek Vasut wrote: The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut --- meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/freerdp

[oe] [meta-oe][dunfell][PATCH] yaml-cpp: add new recipe

2021-09-20 Thread Marek Vasut
From: Ramon Fried yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. Signed-off-by: Ramon Fried Signed-off-by: Khem Raj (cherry picked from commit 4090ca3b5be48b4df4c526cf0b66bf02ee2a8058) --- NOTE: This would be useful to me in dunfell, but it is not a fix ---

[oe] [meta-oe][PATCH] dstat: Add missing python-six runtime dependency

2021-09-20 Thread Marek Vasut
The tool depends on the six module, add it, otherwise the following traceback happens when running it on the target: Traceback (most recent call last): File "/usr/bin/dstat", line 32, in import six ModuleNotFoundError: No module named 'six' Signed-off-by: Marek Vasut Cc: Kh

Re: [oe] [meta-oe][PATCH] apitrace: Conditionally enable X11 support

2021-10-14 Thread Marek Vasut
for whatever reason). On Fri, Oct 15, 2021 at 12:41 AM Marek Vasut wrote: In case DISTRO_FEATURES contain both x11 and opengl, enable X11 support in apitrace, because all the requirements are satisfied. Signed-off-by: Marek Vasut Cc: Khem Raj --- meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | 3

[oe] [meta-oe][PATCH] yavta: Upgrade to latest version and drop downstream patch

2021-10-14 Thread Marek Vasut
Upgrade yavta to latest version and drop downstream patch from 2014 which was never upstreamed and no longer applies to upstream either. The patch had sufficient time to make it upstream. Signed-off-by: Marek Vasut Cc: Martin Jansa Cc: Mike Crowe --- ...to-allow-streaming-over-the-network

[oe] [meta-oe][PATCH] apitrace: Upgrade to latest version

2021-10-14 Thread Marek Vasut
Update apitrace to latest version available in apitrace git and drop patch which is now upstream as apitrace commit d28a980802ad48568c87da02d630c8babfe163bb Signed-off-by: Marek Vasut Cc: Khem Raj --- ...-2.34-build-failure-by-disabling-dls.patch | 28 --- .../apitrace

[oe] [meta-oe][PATCH] apitrace: Conditionally enable X11 support

2021-10-14 Thread Marek Vasut
In case DISTRO_FEATURES contain both x11 and opengl, enable X11 support in apitrace, because all the requirements are satisfied. Signed-off-by: Marek Vasut Cc: Khem Raj --- meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH v2] apitrace: Conditionally enable X11 support

2021-10-15 Thread Marek Vasut
In case DISTRO_FEATURES contain both x11 and opengl, enable X11 support in apitrace, because all the requirements are satisfied. Signed-off-by: Marek Vasut Cc: Khem Raj --- V2: Switch to PACKAGECONFIG and make x11 support configurable that way --- meta-oe/recipes-devtools/apitrace

[oe] [meta-oe][dunfell][PATCH] dstat: Add missing python-six runtime dependency

2021-09-20 Thread Marek Vasut
The tool depends on the six module, add it, otherwise the following traceback happens when running it on the target: Traceback (most recent call last): File "/usr/bin/dstat", line 32, in import six ModuleNotFoundError: No module named 'six' Signed-off-by: Marek Vasut Cc: Kh

Re: [oe] [meta-oe][dunfell][PATCH] dstat: Add missing python-six runtime dependency

2021-09-20 Thread Marek Vasut
On 9/21/21 12:42 AM, akuster808 wrote: Merek, On 9/20/21 8:12 AM, Marek Vasut wrote: The tool depends on the six module, add it, otherwise the following traceback happens when running it on the target: Traceback (most recent call last): File "/usr/bin/dstat", line 32, in

[oe] [meta-games][PATCH v3] neverball: Add neverball

2021-11-20 Thread Marek Vasut
This is an interactive game with a rolling ball, useful for testing whether point sprites work correctly in GPU drivers. The user should install both neverball neverball-data packages. Signed-off-by: Marek Vasut --- V2: Use cp -R --no-dereference --preserve=mode,links V3: - Add the missing

Re: [oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Marek Vasut
On 11/18/21 8:15 PM, Khem Raj wrote: On 11/18/21 11:11 AM, Marek Vasut wrote: On 11/18/21 8:03 PM, Khem Raj wrote: [...] diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb index aba77e20f..571ba5fcb 100644 --- a/meta-oe/recipes

Re: [oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Marek Vasut
On 11/18/21 8:03 PM, Khem Raj wrote: [...] diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb index aba77e20f..571ba5fcb 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb +++

[oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Marek Vasut
Enable NEON SIMD on armv7a and armv7ve, this does improve performance on these systems. Aarch64 NEON SIMD is available only in FreeRDP 3.x, so do not enable NEON on aarch64 just yet. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj --- meta-oe/recipes-support/freerdp

[oe] [meta-oe][PATCH 3/4] freerdp: Make PCSC dependency optional

2021-11-18 Thread Marek Vasut
The PCSC is used for smartcard forwarding, make this optional as not all users need this functionality and it pulls in considerable amount of dependencies. Keep this enabled by default to retain backward compatibility. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj --- meta-oe

[oe] [meta-oe][PATCH 1/4] freerdp: Upgrade 2.3.0 -> 2.4.1

2021-11-18 Thread Marek Vasut
Upgrade freerdp to latest stable 2.x version and drop OpenSSL 3.x backports which are already upstream. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj --- ...e-support-and-build-with-OpenSSL-3.0.patch | 43 --- ...d-calling-FIPS_mode-with-OpenSSL-3.0.patch | 28

[oe] [meta-oe][PATCH 2/4] freerdp: Add missing libusb1 dependency

2021-11-18 Thread Marek Vasut
The freerdp does depend on libusb1 for rdpdr device forwarding. This missing dependency is currently hidden, since it is pulled in by pcsc-lite, but if the later is removed from DEPENDS, the build fails. Add the missing dependency. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj

Re: [oe] [meta-games][PATCH] neverball: Add neverball

2021-11-19 Thread Marek Vasut
On 11/19/21 10:08 PM, Khem Raj wrote: [...] +do_install() { + install -d -m 755 ${D}${bindir} + install -m 755 ${B}/neverball ${D}/${bindir}/ + install -m 755 ${B}/neverputt ${D}/${bindir}/ + + install -d -m 755 ${D}${datadir}/neverball + cp -r ${B}/locale

[oe] [meta-games][PATCH v2] neverball: Add neverball

2021-11-19 Thread Marek Vasut
This is an interactive game with a rolling ball, useful for testing whether point sprites work correctly in GPU drivers. The user should install both neverball neverball-data packages. Signed-off-by: Marek Vasut --- V2: Use cp -R --no-dereference --preserve=mode,links --- recipes-games

Re: [oe] [meta-games][PATCH] neverball: Add neverball

2021-11-19 Thread Marek Vasut
On 11/19/21 10:20 PM, Khem Raj wrote: On Fri, Nov 19, 2021 at 1:14 PM Marek Vasut wrote: On 11/19/21 10:08 PM, Khem Raj wrote: [...] +do_install() { + install -d -m 755 ${D}${bindir} + install -m 755 ${B}/neverball ${D}/${bindir}/ + install -m 755 ${B}/neverputt ${D

[oe] [meta-games][PATCH] neverball: Add neverball

2021-11-19 Thread Marek Vasut
This is an interactive game with a rolling ball, useful for testing whether point sprites work correctly in GPU drivers. The user should install both neverball neverball-data packages. Signed-off-by: Marek Vasut --- recipes-games/neverball/neverball-data_git.bb | 16 recipes-games

[oe] [meta-oe][PATCH] libsdl2-ttf: Remove incorrect x11 from REQUIRED_DISTRO_FEATURES

2021-11-06 Thread Marek Vasut
The SDL2 TTF library does not depend on X11, only on GL, remove the X11 requirement. Signed-off-by: Marek Vasut --- meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb b

[oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Marek Vasut
The build system might have put something into DEPENDS already, adhere to the recommended best practice and use DEPENDS:append to avoid overriding the DEPENDS set by the build system. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj --- meta-oe/recipes-support/freerdp

Re: [oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Marek Vasut
On 12/7/21 14:33, Alexander Kanavin wrote: On Tue, 7 Dec 2021 at 14:27, Marek Vasut wrote: And as far as I can tell, bitbake can stick something into DEPENDS before it parses this recipe, so the :append is valid. Furthermore, git grep through oe-core already indicates a few recipes which use

Re: [oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Marek Vasut
On 12/7/21 13:35, Martin Jansa wrote: The build system might have put something into DEPENDS already There is only copyright notice before this chunk, so this doesn't make much sense to me (and no other recipe does this). At least oelint-adv warns about it here:

Re: [oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Marek Vasut
On 12/7/21 14:23, Alexander Kanavin wrote: Perhaps this issue should be addressed to Konrad first before rushing to write a patch? Alex On Tue, 7 Dec 2021 at 14:22, Marek Vasut wrote: On 12/7/21 13:35, Martin Jansa wrote: The build system might have put something into DEPENDS already

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-11 Thread Marek Vasut
On 1/12/22 05:42, akuster808 wrote: On 1/11/22 2:47 PM, Marek Vasut wrote: From: Khem Raj (cherry picked from commit f751dcf81a18fe817b40e755a2ba3f54a74d1e02) Signed-off-by: Khem Raj Signed-off-by: Marek Vasut And why should I allow this? This ... what ? The SoB line or the update

Re: [oe] [meta-oe][dunfell][PATCH 3/5] freerdp: backport openssl 3.x patches

2022-01-11 Thread Marek Vasut
On 1/12/22 05:43, akuster808 wrote: On 1/11/22 2:47 PM, Marek Vasut wrote: From: Alexander Kanavin (cherry picked from commit 17ad891757f0a66fabcb7f224c4d36fe6d69ba3b) Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj Signed-off-by: Marek Vasut --- ...e-support-and-build

[oe] [meta-oe][dunfell][PATCH 1/4] Bump sdbus-c++ version to v0.8.3

2022-01-11 Thread Marek Vasut
From: Stanislav Angelovic Signed-off-by: Khem Raj (cherry picked from commit b6213e4dd595d7dd2dbd67c1cad09e958ffd9c2f) Signed-off-by: Marek Vasut --- ...1-Try-to-first-find-googletest-in-the-system-before-do.patch | 0 .../sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/run-ptest

[oe] [meta-oe][dunfell][PATCH 2/4] sdbus-c++-libsystemd: Fix reallocarray check in meson

2022-01-11 Thread Marek Vasut
From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit 4a171790a66c6adb5bf0994c9b2c85a1ea0b8ce8) Signed-off-by: Marek Vasut --- .../0001-meson-Fix-reallocarray-check.patch | 25 +++ .../sdbus-c++/sdbus-c++-libsystemd_243.bb | 1 + 2 files changed, 26

[oe] [meta-oe][dunfell][PATCH 3/4] sdbus-c++-libsystemd: Avoid hard dependency on rsync

2022-01-11 Thread Marek Vasut
From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit dcb8ab6169bd93440137bbd4703171987ecd3a15) Signed-off-by: Marek Vasut --- ...d25119a495009ea62f79e5daec34cc464628.patch | 53 +++ .../sdbus-c++/sdbus-c++-libsystemd_243.bb | 7 +-- 2 files changed, 57

[oe] [meta-oe][dunfell][PATCH 4/4] sdbus-c++-libsystemd: Fix build with kernel 5.15+

2022-01-11 Thread Marek Vasut
From: Khem Raj Backport a patch from upstream systemd Signed-off-by: Khem Raj Cc: Bruce Ashfield (cherry picked from commit fc9a72ed804253a39d2a4fcef62202abcbb23567) Signed-off-by: Marek Vasut --- ...-linux-Sync-if_arp.h-with-Linux-5.14.patch | 29 +++ .../sdbus-c++/sdbus-c

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-15 Thread Marek Vasut
On 1/15/22 14:43, akuster808 wrote: On 1/11/22 8:57 PM, Marek Vasut wrote: On 1/12/22 05:42, akuster808 wrote: On 1/11/22 2:47 PM, Marek Vasut wrote: From: Khem Raj (cherry picked from commit f751dcf81a18fe817b40e755a2ba3f54a74d1e02) Signed-off-by: Khem Raj Signed-off-by: Marek Vasut

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-17 Thread Marek Vasut
On 1/17/22 18:34, Marta Rybczynska wrote: On Sun, Jan 16, 2022 at 7:22 PM Marek Vasut wrote: On 1/16/22 19:05, akuster808 wrote: On 1/15/22 7:45 AM, Marek Vasut wrote: On 1/15/22 14:43, akuster808 wrote: On 1/11/22 8:57 PM, Marek Vasut wrote: On 1/12/22 05:42, akuster808 wrote

[oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-11 Thread Marek Vasut
From: Khem Raj (cherry picked from commit f751dcf81a18fe817b40e755a2ba3f54a74d1e02) Signed-off-by: Khem Raj Signed-off-by: Marek Vasut --- .../freerdp/{freerdp_git.bb => freerdp_2.2.0.bb}| 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-supp

[oe] [meta-oe][dunfell][PATCH 2/5] freerdp: Upgrade 2.2.0 -> 2.3.0

2022-01-11 Thread Marek Vasut
From: Alejandro Hernandez Samaniego (cherry picked from commit c6a5fa624c4c196782f6a6acc1f4426df3dce781) Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Khem Raj Signed-off-by: Marek Vasut --- .../freerdp/{freerdp_2.2.0.bb => freerdp_2.3.0.bb} | 2 +- 1 f

[oe] [meta-oe][dunfell][PATCH 4/5] freerdp: Upgrade 2.3.0 -> 2.4.1

2022-01-11 Thread Marek Vasut
Upgrade freerdp to latest stable 2.x version and drop OpenSSL 3.x backports which are already upstream. (cherry picked from commit 2b571a394acc3e006f0207c2152f3f895816c695) Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj Signed-off-by: Khem Raj CVE: CVE-2021-41159 CVE-2021-41160

[oe] [meta-oe][dunfell][PATCH 3/5] freerdp: backport openssl 3.x patches

2022-01-11 Thread Marek Vasut
From: Alexander Kanavin (cherry picked from commit 17ad891757f0a66fabcb7f224c4d36fe6d69ba3b) Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj Signed-off-by: Marek Vasut --- ...e-support-and-build-with-OpenSSL-3.0.patch | 43 +++ ...d-calling-FIPS_mode-with-OpenSSL-3.0

[oe] [meta-oe][dunfell][PATCH 5/5] freerdp: Add missing libusb1 dependency

2022-01-11 Thread Marek Vasut
26658cc249746f780f0aea72a638a664897c3c6e) Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj Signed-off-by: Khem Raj --- meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp

Re: [oe] [meta-oe][dunfell][PATCH 1/4] Bump sdbus-c++ version to v0.8.3

2022-01-19 Thread Marek Vasut
On 1/11/22 16:28, Marek Vasut wrote: From: Stanislav Angelovic Signed-off-by: Khem Raj (cherry picked from commit b6213e4dd595d7dd2dbd67c1cad09e958ffd9c2f) Signed-off-by: Marek Vasut It seems I was not CCed on your question, please include me next time you expect to get an answer

[oe] [meta-oe][PATCH] freerdp: Update to FreeRDP 2.5.0

2022-01-24 Thread Marek Vasut
Update FreeRDP to latest stable version, 2.5.0, to pull in latest batch of bugfixes. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj --- .../freerdp/{freerdp_2.4.1.bb => freerdp_2.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/reci

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-16 Thread Marek Vasut
On 1/16/22 19:05, akuster808 wrote: On 1/15/22 7:45 AM, Marek Vasut wrote: On 1/15/22 14:43, akuster808 wrote: On 1/11/22 8:57 PM, Marek Vasut wrote: On 1/12/22 05:42, akuster808 wrote: On 1/11/22 2:47 PM, Marek Vasut wrote: From: Khem Raj (cherry picked from commit

[oe] [meta-oe][PATCH] wxwidgets: Fix build without x11 and with opengl DISTRO_FEATURES

2022-04-09 Thread Marek Vasut
only in case the 'gtk' GUI option is added, and not when the 'no_gui' option is added. Signed-off-by: Marek Vasut --- meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb b

Re: [oe] [meta-oe][PATCH] wxwidgets: Fix build without x11 and with opengl DISTRO_FEATURES

2022-04-09 Thread Marek Vasut
On 4/9/22 21:53, Khem Raj wrote: There is already a patch staged in master-next https://lists.openembedded.org/g/openembedded-devel/message/96479 does that solve the problem? That patch from Scott is even better, thanks ! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[oe] [meta-oe][dunfell][PATCH] libiio: use main branch instead of master

2023-10-29 Thread Marek Vasut
From: Martin Jansa * the branch was renamed upstream Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-support/libiio/libiio_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb

[oe] [meta-oe][dunfell][PATCH] glmark2: fix compatibility with python-3.11

2023-11-06 Thread Marek Vasut
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- ...b-fix-compatibility-with-python-3.11.patch | 76 +++ .../recipes-benchmark/glmark2/glmark2_git.bb | 5 +- 2 files changed, 79 insertions(+), 2 deletions(-) create mode 100644

[oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-03 Thread Marek Vasut
Update faad2 to latest 2.10.1 release. Use SRCREV matching tag 2.10.1 . Signed-off-by: Marek Vasut Cc: Alex Kiernan Cc: Khem Raj --- .../faad2/{faad2_2.10.0.bb => faad2_2.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/fa

[oe] [meta-oe][PATCH 1/2] lvgl: lv-drivers: Allow empty package

2023-10-18 Thread Marek Vasut
The lv-drivers main package is empty, since all the headers end up in the -dev variant and static library archive ends up in -staticdev variant. Mark the main package as ALLOW_EMPTY. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Michael Opdenacker

[oe] [meta-oe][PATCH 2/2] lvgl: Allow empty package

2023-10-18 Thread Marek Vasut
The lvgl main package is empty, since all the headers end up in the -dev variant and static library archive ends up in -staticdev variant. Mark the main package as ALLOW_EMPTY. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Michael Opdenacker --- meta-oe

Re: [oe] [meta-oe][PATCH 1/2] lvgl: lv-drivers: Allow empty package

2023-10-18 Thread Marek Vasut
On 10/18/23 21:05, Martin Jansa wrote: What issue does this actually fix? Is it related to https://lists.openembedded.org/g/openembedded-core/message/188383 ? Nope I'm not fan of empty useless packages created just to make package manager happy when something else has unfortunate dependency

Re: [oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-04 Thread Marek Vasut
On 10/5/23 00:36, Khem Raj wrote: I looked at the changes in master since 2.10 and most of them are bugfixes, but one big change is switch away from autotools to cmake so it might be worth to get all fixes and switch to cmake in recipe for master instead of trying to fix the dependency issues to

[oe] [meta-games][PATCH] dynamic-layers: Move freeciv and gnome-games to dynamic layers

2022-08-19 Thread Marek Vasut
neverball, no need for meta-qt5). Signed-off-by: Marek Vasut --- conf/layer.conf | 9 - ...oss-environment-we-have-to-prepend-the-sysroot-.patch | 0 .../0002-aisleriot-lib-Makefile.am-fix-configure.patch | 0 ...gure.in-fix-configure

[oe] [meta-oe][PATCH] v4l-utils: Update 1.23.0+fd544473 -> 1.23.0+9431e4b2

2023-02-19 Thread Marek Vasut
Update V4L2 utils to latest git HEAD and drop patches now upstream: 575e0a9f ("media-info: Include missing for uintptr_t") 96022d88 ("configure.ac, Makefile.am: Support building without NLS") Signed-off-by: Marek Vasut --- Cc: Daniel Gomez Cc: Khem Raj Cc: Peter Kjellers

[oe] [meta-oe][PATCH v2] v4l-utils: Update 1.23.0+fd544473 -> 1.23.0+9431e4b2

2023-02-19 Thread Marek Vasut
Update V4L2 utils to latest git HEAD and drop patches now upstream: 575e0a9f ("media-info: Include missing for uintptr_t") 96022d88 ("configure.ac, Makefile.am: Support building without NLS") Signed-off-by: Marek Vasut --- Cc: Daniel Gomez Cc: Khem Raj Cc: Martin Jansa Cc

[oe] [meta-python][langdale][PATCH] python3-pillow: add tk to RDEPENDS ptest pkg only if x11 in DISTRO_FEATURES

2023-02-21 Thread Marek Vasut
From: Geoff Parker commit 7b0e71e00 ("python3-pillow: add ptest support", 2023-01-31) added tk to RDEPENDS:${PN}-ptest. Which cause this error on non x11 builds: ERROR: Nothing RPROVIDES 'tk' (but meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb

[oe] [meta-python][kirkstone][PATCH] python3-pillow: add tk to RDEPENDS ptest pkg only if x11 in DISTRO_FEATURES

2023-02-21 Thread Marek Vasut
From: Geoff Parker commit 7b0e71e00 ("python3-pillow: add ptest support", 2023-01-31) added tk to RDEPENDS:${PN}-ptest. Which cause this error on non x11 builds: ERROR: Nothing RPROVIDES 'tk' (but meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb

[oe] [meta-oe][PATCH] linux-serial-test: Update to latest git revision

2023-07-08 Thread Marek Vasut
Update the recipe to latest git revision to pull in latest fixes. Signed-off-by: Marek Vasut --- Cc: Jan Luebbe Cc: Khem Raj --- meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-test/linux

[oe] [meta-oe][PATCH 2/2] libiio: enable c++ bindings

2023-07-11 Thread Marek Vasut
The C++ bindings are new in libiio 0.25 , make those available. Unlike python bindings which are gated off by PACKAGECONFIG, it seems the C++ bindings have no dependencies, the C++ compiler is always present, so the bindings can always be enabled. Signed-off-by: Marek Vasut --- Cc: Christian

[oe] [meta-oe][PATCH 1/2] libiio: update to version 0.25

2023-07-11 Thread Marek Vasut
The version 0.25 has been released, it has not been tagged however. Update the this version anyway. Signed-off-by: Marek Vasut --- Cc: Christian Eggers Cc: Khem Raj Cc: Martin Siegumfeldt --- meta-oe/recipes-support/libiio/libiio_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [oe] [meta-oe][PATCH 1/2] libiio: update to version 0.25

2023-07-12 Thread Marek Vasut
On 7/12/23 08:40, Martin Siegumfeldt wrote: On Tue, Jul 11, 2023 at 6:11 PM Marek Vasut wrote: The version 0.25 has been released, it has not been tagged however. Update the this version anyway. hmm how do we know where to peg SRCREV ? I wonder if we should wait for tag to appear

Re: [oe] [meta-oe][PATCH 1/2] libiio: update to version 0.25

2023-07-12 Thread Marek Vasut
On 7/12/23 09:35, Paul Cercueil wrote: Hi, Le mercredi 12 juillet 2023 à 09:25 +0200, Marek Vasut a écrit : On 7/12/23 08:40, Martin Siegumfeldt wrote: On Tue, Jul 11, 2023 at 6:11 PM Marek Vasut wrote: The version 0.25 has been released, it has not been tagged however. Update

[oe] [meta-oe][PATCH] v4l-utils: Update 1.23.0+9431e4b2 -> 1.24.1

2023-05-27 Thread Marek Vasut
Update V4L2 utils to actual release version 1.24.1 . Signed-off-by: Marek Vasut --- Cc: Khem Raj Cc: Peter Kjellerstedt Cc: Ross Burton --- .../v4l2apps/{v4l-utils_1.23.0.bb => v4l-utils_1.24.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/reci

[oe] [PATCH 1/2] libiio: Use tagged v0.25

2023-08-10 Thread Marek Vasut
Use the actual tagged libiio v0.25 , not some random older version. Fixes: 6be235b5c ("libiio: update to version 0.25") Signed-off-by: Marek Vasut --- Cc: Christian Eggers Cc: Khem Raj Cc: Martin Siegumfeldt Cc: Paul Cercueil --- meta-oe/recipes-support/libiio/libiio_git.bb | 2

[oe] [PATCH 2/2] libiio: Rename to versioned recipe filename

2023-08-10 Thread Marek Vasut
The libiio recipe now points to specific version within the git history, rename the recipe to versioned one instead of _git one to match it. Signed-off-by: Marek Vasut --- Cc: Christian Eggers Cc: Khem Raj Cc: Martin Siegumfeldt Cc: Paul Cercueil --- meta-oe/recipes-support/libiio

[oe] [PATCH v2 1/2] libiio: Use tagged v0.25

2023-08-10 Thread Marek Vasut
Use the actual tagged libiio v0.25 , not some random older version. Fixes: 6be235b5c ("libiio: update to version 0.25") Signed-off-by: Marek Vasut --- V2: No change --- Cc: Christian Eggers Cc: Khem Raj Cc: Martin Siegumfeldt Cc: Paul Cercueil --- meta-oe/recipes-supp

[oe] [PATCH v2 2/2] libiio: Rename to versioned recipe filename

2023-08-10 Thread Marek Vasut
The libiio recipe now points to specific version within the git history, rename the recipe to versioned one instead of _git one to match it. Signed-off-by: Marek Vasut --- V2: Drop PV to avoid redefining it within the recipe, it is inferred from filename now --- Cc: Christian Eggers Cc: Khem

[oe] [meta-oe][PATCH 1/2] lvgl: Factor out and unify lv-drivers configuration

2023-06-25 Thread Marek Vasut
breaking of existing users. Note that LVGL_CONFIG_USE_EVDEV is new and activated for both fbdev and drm, since both of those backends need EVDEV support right now. The libinput input support is not available yet. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa

[oe] [meta-oe][PATCH 2/2] lvgl: Add default input device configuration option

2023-06-25 Thread Marek Vasut
ardware. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa --- meta-oe/recipes-graphics/lvgl/lv-drivers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/lvgl/lv-drivers.inc b/meta-oe/recipes-graphics/lvgl/lv-drivers.inc index

Re: [oe] [meta-oe][PATCH 2/3] lvgl: Reinstate git submodules in lvgl-demo-fb

2023-05-08 Thread Marek Vasut
On 5/9/23 04:13, Khem Raj wrote: Are these patches on top of previous ones ? Or replacement ? On top of previous ones. Do you want a squashed V2 instead ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102451):

Re: [oe] [meta-oe][PATCH 5/5] lvgl: Upgrade lvgl-demo-fb to 8.3 and decouple from submodules

2023-05-08 Thread Marek Vasut
On 5/8/23 18:13, Khem Raj wrote: there is license mismatch perhaps as seen in this build https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2727 I just sent a bunch of additional patches, sorry for the mess. I managed to fix the dialog-lvgl , but that code seems unmaintained,

[oe] [meta-oe][PATCH v2 2/7] lvgl: Activate custom tick implementation

2023-05-08 Thread Marek Vasut
Use a custom tick source that tells the elapsed time in milliseconds. It removes the need to manually update the tick with `lv_tick_inc()`. This is the behavior which ought to be used for LVGL running on Linux compared to LVGL running on microcontroller. Signed-off-by: Marek Vasut --- Cc: Fabio

[oe] [meta-oe][PATCH v2 5/7] lvgl: Update lvgl-demo-fb to 8.3.0

2023-05-08 Thread Marek Vasut
, but so far we cannot reuse them. Upgrade the lvgl-demo-fb to 8.3.0 to at least match the lvgl and lv-drivers . Signed-off-by: Marek Vasut --- NOTE: I am almost tempted to drop this recipe, it basically builds two files against LVGL configured in specific way. And it seems the LVGL has no modularity

[oe] [meta-oe][PATCH v2 4/7] lvgl: Support both fbdev and wayland backends

2023-05-08 Thread Marek Vasut
of the configuration, which enables either FBDEV or WL backend. One notable item here is the enablement of EVDEV support, which is required for FBDEV backend, so in case FBDEV is enabled, so is EVDEV. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Philippe Coval Cc

[oe] [meta-oe][PATCH v2 1/7] lvgl: Upgrade lvgl to 8.3.7 and lv-driver to 8.3.0

2023-05-08 Thread Marek Vasut
Both the LVGL and lv-drivers are now available in 8.3.y release, upgrade both to latest 8.3.y release version in lock step. Also, lvgl contains no submodules, drop the gitsm fetcher use. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Philippe Coval Cc

[oe] [meta-oe][PATCH v2 7/7] lvgl: Add dependency on fbdev into lvgl-demo-fb DISTRO_FEATURES

2023-05-08 Thread Marek Vasut
This recipe hard depends on fbdev, since it specifically targets systems using it. Add the DISTRO_FEATURES dependency to indicate it. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Philippe Coval Cc: Philippe Coval --- V2: New patch --- meta-oe/recipes

[oe] [meta-oe][PATCH v2 3/7] lvgl: Add configurable color depth, default to 32bpp

2023-05-08 Thread Marek Vasut
Make color depth configurable and default to 32bpp . Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Philippe Coval Cc: Philippe Coval --- V2: No change --- meta-oe/recipes-graphics/lvgl/lvgl_8.3.7.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-oe][PATCH v2 6/7] lvgl: Upgrade dialog-lvgl to next/main version

2023-05-08 Thread Marek Vasut
-Switch-to-custom-timer-tick.patch @@ -0,0 +1,72 @@ +From 1d92e1854c19c06c553243d29170bb4d1a9e3863 Mon Sep 17 00:00:00 2001 +From: Marek Vasut +Date: Tue, 9 May 2023 02:57:30 +0200 +Subject: [PATCH 1/2] wayland: Switch to custom timer tick + +The OE LVGL is configured to obtain timer tick from system

[oe] [meta-oe][PATCH 3/3] lvgl: Add dependency on fbdev into lvgl-demo-fb DISTRO_FEATURES

2023-05-08 Thread Marek Vasut
This recipe hard depends on fbdev, since it specifically targets systems using it. Add the DISTRO_FEATURES dependency to indicate it. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Khem Raj Cc: Martin Jansa Cc: Philippe Coval Cc: Philippe Coval --- meta-oe/recipes-graphics/lvgl/lvgl

[oe] [meta-oe][PATCH 1/3] lvgl: Upgrade dialog-lvgl to next/main version

2023-05-08 Thread Marek Vasut
-timer-tick.patch @@ -0,0 +1,72 @@ +From 1d92e1854c19c06c553243d29170bb4d1a9e3863 Mon Sep 17 00:00:00 2001 +From: Marek Vasut +Date: Tue, 9 May 2023 02:57:30 +0200 +Subject: [PATCH 1/2] wayland: Switch to custom timer tick + +The OE LVGL is configured to obtain timer tick from system timer +instead

[oe] [meta-oe][PATCH 2/3] lvgl: Reinstate git submodules in lvgl-demo-fb

2023-05-08 Thread Marek Vasut
, at least until better fix exists. Signed-off-by: Marek Vasut --- NOTE: I am almost tempted to drop this recipe, it basically builds two files against LVGL configured in specific way. And it seems the LVGL has no modularity support, so we cannot deal with packaging the extra widgets easily. --- Cc

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

2023-05-14 Thread Marek Vasut
to it, thank you. Reviewed-by: Marek Vasut -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102592): https://lists.openembedded.org/g/openembedded-devel/message/102592 Mute This Topic: https://lists.openembedded.org/mt/98892862/21656 Group Owner: openembedded

[oe] [meta-oe][PATCH 2/5] lvgl: Activate custom tick implementation

2023-05-07 Thread Marek Vasut
Use a custom tick source that tells the elapsed time in milliseconds. It removes the need to manually update the tick with `lv_tick_inc()`. This is the behavior which ought to be used for LVGL running on Linux compared to LVGL running on microcontroller. Signed-off-by: Marek Vasut --- Cc: Fabio

  1   2   >