[OE-core] [styhead][PATCH] kmscube: Upgrade to latest revision

2024-10-21 Thread Purushottam Choudhary
Upgrade to the latest kmscube revision. Changelog: b2f97f5 common: fix cast type in init_egl() 4961a04 gst-decoder.c: switch to decodebin3 d12ba65 kmscube: warn of missing mode argument in offscreen renders Signed-off-by: Purushottam Choudhary --- meta/recipes-graphics/kmscube/kmscube_git.bb

Re: [OE-core] [styhead][PATCH v2] kmscube: Upgrade to latest revision

2024-10-18 Thread Purushottam Choudhary
for master branch https://git.yoctoproject.org/poky/commit/?id=87be7fbf7a5a9730ea917c383113411f7348c255. Doing backporting for styhead branch and I Will be sharing a new patchset v3 with srcrev bump details. Thanks, Purushottam On Thu, Oct 17, 2024 at 2:54 AM Purushottam Choudhary

[OE-core] [styhead][PATCH v2] kmscube: Upgrade to latest revision

2024-10-17 Thread Purushottam Choudhary
Upgrade to the latest kmscube revision. Signed-off-by: Purushottam Choudhary --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index

[OE-core] [styhead][PATCH] kmscube: Upgrade to latest revision

2024-10-17 Thread Purushottam Choudhary
Upgrade to the latest kmscube revision. --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 34d5a7d71d..01ea80a142 100644 --- a/meta/r

[OE-core] [master][scarthgap][PATCH] virglrenderer: Add patch to fix -int-conversion build issue

2024-10-09 Thread Purushottam Choudhary
Fix int conversion related error during compilation as some of the platforms where EGLNativeDisplayType is an int instead of a pointer with GCC-14. Signed-off-by: Purushottam Choudhary --- ...nversion-fatal-build-error-with-GCC-.patch | 41 +++ .../virglrenderer

Re: [OE-core] [kirkstone][PATCH v3] kmscube: Add patch to fix -int-conversion build error

2024-10-03 Thread Purushottam Choudhary
one][PATCH v3] kmscube: Add patch to fix -int-conversion build error On Mon, Sep 30, 2024 at 7:30 AM Quentin Schulz via lists.openembedded.org wrote: > > Hi Purushottam, > > On 9/30/24 1:53 PM, Purushottam Choudhary via lists.openembedded.org wrote: > > On some platforms, `EGL

Re: [OE-core] [kirkstone][PATCH v3] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
: [OE-core] [kirkstone][PATCH v3] kmscube: Add patch to fix -int-conversion build error Hi Purushottam, On 9/30/24 1:53 PM, Purushottam Choudhary via lists.openembedded.org wrote: > On some platforms, `EGLNativeDisplayType` is an int instead of > a pointer, in which case the void pointer will

[OE-core] [kirkstone][PATCH v3] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
brings changes which resolves negotiation issues encountered with V4L2 stateless hardware video decoders when using kmscube video playback option which has gstreamer dependency requirement to 1.22.0 Signed-off-by: Purushottam Choudhary --- ...001-common-fix-cast-type-in-init_egl.patch | 34

Re: [OE-core] [kirkstone][PATCH v2] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
conversion build error Hi Purushottam, On 9/30/24 11:23 AM, Purushottam Choudhary via lists.openembedded.org wrote: > On some platforms, `EGLNativeDisplayType` is an int instead of > a pointer, in which case the void pointer will raise > a `-Wint-conversion`. > Please provide an expl

[OE-core] [kirkstone][PATCH v2] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
On some platforms, `EGLNativeDisplayType` is an int instead of a pointer, in which case the void pointer will raise a `-Wint-conversion`. Signed-off-by: Purushottam Choudhary --- ...001-common-fix-cast-type-in-init_egl.patch | 34 +++ meta/recipes-graphics/kmscube/kmscube_git.bb

Re: [OE-core] [PATCH] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
; Date : 2024/09/30 18:09:01 [GMT+09:00] Subject : Re: [OE-core] [PATCH] kmscube: Add patch to fix -int-conversion build error On Mon, 2024-09-30 at 12:56 +0530, Purushottam Choudhary via lists.openembedded.org wrote: > On some platforms, `EGLNativeDisplayType` is an int instead of > a

[OE-core] [meta-oe][kirkstone][PATCHv2] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
On some platforms, `EGLNativeDisplayType` is an int instead of a pointer, in which case the void pointer will raise a `-Wint-conversion`. Signed-off-by: Purushottam Choudhary --- ...001-common-fix-cast-type-in-init_egl.patch | 34 +++ meta/recipes-graphics/kmscube/kmscube_git.bb

[OE-core] [PATCH] kmscube: Add patch to fix -int-conversion build error

2024-09-30 Thread Purushottam Choudhary
On some platforms, `EGLNativeDisplayType` is an int instead of a pointer, in which case the void pointer will raise a `-Wint-conversion`. Signed-off-by: Purushottam Choudhary --- ...001-common-fix-cast-type-in-init_egl.patch | 34 +++ meta/recipes-graphics/kmscube/kmscube_git.bb

Re: [oe-core][PATCH] kmscube: Upgrade to latest revision

2024-09-29 Thread Purushottam Choudhary
Hi, On 9/27/24 4:17 PM, Purushottam Kumar wrote: > Hi, > > Thanks for the quick response. > Yes, for kirkstone branch need a separate commit but there gstreamer version is > 1.20.7. > Please ignore this patch i will share specific change commit for kmscube for > master and kirskstone. > I think

Re: [oe-core][PATCH] kmscube: Upgrade to latest revision

2024-09-27 Thread Purushottam Choudhary
entin Schulz" To : Purushottam Kumar Sr. Research Engineer(purushottam27.kumar), openembedded-core@lists.openembedded.org Date : 2024/09/27 20:18:10 [GMT+09:00] Subject : Re: [oe-core][PATCH] kmscube: Upgrade to latest revision Hi, On 9/27/24 12:53 PM, Purushottam Choudhary via lists.openem

[oe-core][PATCH] kmscube: Upgrade to latest revision

2024-09-27 Thread Purushottam Choudhary
Upgrade to the latest kmscube revision. Signed-off-by: Purushottam Choudhary --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index

[oe-core][PATCH] kmscube: Upgrade to latest revision

2024-09-27 Thread Purushottam Choudhary
Upgrade to the latest kmscube revision. --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 34d5a7d71d..01ea80a142 100644 --- a/meta/r

[OE-core][dunfell][PATCH] tiff: fix for CVE-2022-22844

2022-02-22 Thread Purushottam Choudhary
Backport patch from: https://gitlab.com/libtiff/libtiff/-/commit/03047a26952a82daaa0792957ce211e0aa51bc64 Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- ...al-buffer-overflow-for-ASCII-tags-wh.patch | 52 +++ meta/recipes-multimedia/libtiff

[OE-core][dunfell][PATCH] freetype: add missing CVE tag CVE-2020-15999

2022-02-11 Thread Purushottam Choudhary
Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- .../freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch| 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch b/meta

[OE-core][dunfell][PATCH] binutils: Fix CVE-2021-45078

2022-02-09 Thread Purushottam Choudhary
Purdie (cherry picked from commit 823d25f5218836fb4298482366fbc5d05d822907) Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- .../binutils/binutils-2.34.inc| 1 + .../binutils/0001-CVE-2021-45078.patch| 257 ++ 2 files changed

[OE-core][dunfell][PATCH] lighttpd: backport a fix for CVE-2022-22707

2022-02-07 Thread Purushottam Choudhary
: Anuj Mittal Signed-off-by: Richard Purdie (cherry picked from commit 7695d11dd09b1e9e87d6741135d0b28e82672f0a) Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- ...ix-out-of-bounds-OOB-write-fixes-313.patch | 100 ++ .../lighttpd/lighttpd_1.4.55.bb

[OE-core][dunfell][PATCH] systemd: Fix CVE-2021-3997

2022-01-21 Thread Purushottam Choudhary
/systemd_245.4-4ubuntu3.15.debian.tar.xz Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- .../systemd/systemd/CVE-2021-3997-1.patch | 65 .../systemd/systemd/CVE-2021-3997-2.patch | 101 ++ .../systemd/systemd/CVE-2021-3997-3.patch | 266

[OE-core] [meta-OE][dunfell][PATCH] tcpdump: Update CVE-2020-8037 tag

2021-09-28 Thread Purushottam Choudhary
CVE tag was missing inside the patch file which is the remedy for CVE-2020-8037 and tracked by cve-check. Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- ...01-PPP-When-un-escaping-don-t-allocate-a-too-large-buff.patch | 1 + 1 file changed, 1 insertion(+) diff

[OE-core][dunfell][PATCH 2/2] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-14 Thread Purushottam Choudhary
From: Purushottam Choudhary Fix path for _IMPORT_CHECK_FILES_FOR_assimp As it is giving configuration error during validation of path when used by 3rd party component to configure itself using assimp::assimp target. Compute the installation prefix relative to file. Signed-off-by: Purushottam

[OE-core][dunfell][PATCH 1/2] assimp: added patch to fix hardcoded non-existing paths in CMake modules

2021-09-14 Thread Purushottam Choudhary
From: Purushottam Choudhary assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. (From OE-Core rev: 0dd86e64af7141c51666773265039fd98e2af31b) Signed-off-by: Purushottam

[OE-core] [poky][master][PATCH] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-06 Thread Purushottam Choudhary
Fix path for _IMPORT_CHECK_FILES_FOR_assimp As it is giving configuration error during validation of path when used by 3rd party component to configure itself using assimp::assimp target. Compute the installation prefix relative to file. Signed-off-by: Purushottam Choudhary --- ...h-for

[OE-core] [poky][dunfell][PATCHv6] lighttpd: Add patch for reuse large memory chunks

2021-09-03 Thread Purushottam Choudhary
/lighttpd/lighttpd1.4/commit/304e46d4f808c46cbb025edfacf2913a30ce8855 Signed-off-by: Purushottam Choudhary --- ...or-pcre-dependency-instead-of-config.patch | 10 +- ...-mem-chunks-fix-mem-usage-fixes-3033.patch | 224 ++ .../lighttpd/default-chunk-size-8k.patch | 35

[OE-core] [poky][master][PATCH] assimp: added patch to fix hardcoded non-existing paths in CMake modules

2021-08-20 Thread Purushottam Choudhary
assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. Signed-off-by: Purushottam Choudhary --- ...-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch | 68 -- ...ove

Re: [OE-core] [poky][dunfell][PATCHv2] python3: Remove unused python3 recipe

2021-08-19 Thread Purushottam Choudhary
Hi, Could you please check again? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154971): https://lists.openembedded.org/g/openembedded-core/message/154971 Mute This Topic: https://lists.openembedded.org/mt/84969206/21656 Group Owner: openembedded

[OE-core] [poky][dunfell][PATCHv5] lighttpd: Add patch for reuse large memory chunks

2021-08-18 Thread Purushottam Choudhary
needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...fig-for-pcre-dependency-instead-of-config.patch | 10

[OE-core] [poky][dunfell][PATCH] assimp: added patch to fix hardcoded non-existing paths in CMake modules

2021-08-18 Thread Purushottam Choudhary
assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. Signed-off-by: Purushottam Choudhary --- ...-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch | 68 -- ...ove

[OE-core] [poky][dunfell][PATCHv2] python3: Remove unused python3 recipe

2021-08-18 Thread Purushottam Choudhary
Currently in dunfell branch python3 version is 3.8.11. so, python3_3.8.10.bb is not needed. Hence, removed. Signed-off-by: Purushottam Choudhary --- meta/recipes-devtools/python/python3_3.8.10.bb | 363 - 1 file changed, 363 deletions(-) delete mode 100644 meta/recipes

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-13 Thread Purushottam choudhary
needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...fig-for-pcre-dependency-instead-of-config.patch | 10

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-12 Thread Purushottam choudhary
needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...fig-for-pcre-dependency-instead-of-config.patch | 10

[OE-core] [poky][dunfell][PATCH] python3: Remove unused python3 recipe

2021-08-10 Thread Purushottam choudhary
Currently in dunfell branch python3 version is 3.8.11. so, python3_3.8.10.bb is not needed. Hence, removed. --- meta/recipes-devtools/python/python3_3.8.10.bb | 363 - 1 file changed, 363 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3_3.8.10.bb diff

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-09 Thread Purushottam choudhary
needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...large-mem-chunks-fix-mem-usage-fixes-3033.patch | 224

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-05 Thread Purushottam choudhary
needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...large-mem-chunks-fix-mem-usage-fixes-3033.patch | 225

Re: [OE-core] [meta-oe][dunfell][PATCH] protobuf: Whitelist CVE-2015-5237

2021-06-14 Thread Purushottam choudhary
Hi Rahul, Looks good to me. Thanks & Regards, Purushottam From: Rahul Sent: Monday, June 14, 2021 4:45 PM To: openembedded-core@lists.openembedded.org ; raj.k...@gmail.com Cc: Nisha Parrakat ; Purushottam Choudhary ; Rahul Taya Subject: [meta-oe][dun

Re: [OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-06 Thread Purushottam choudhary
components that will map to software domains which consume the component. Thanks & Regards, Purushottam From: Richard Purdie Sent: Tuesday, April 6, 2021 4:19 PM To: Purushottam Choudhary ; openembedded-core@lists.openembedded.org Cc: Harpritkaur Bhandari ; N

[OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-01 Thread Purushottam choudhary
The maintainer declaration in the buildhistory is useful for tracking the maintainer of recipes. This change adds the MAINTAINER variable for recipes and packages to its buildhistory data. Signed-off-by: Purushottam Choudhary --- meta/classes/buildhistory.bbclass | 10 ++ 1 file changed

[OE-core] [poky][dunfell][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-03-26 Thread Purushottam choudhary
The maintainer declaration in the buildhistory is useful for tracking the maintainer of recipes. This change adds the MAINTAINER variable for recipes and packages to its buildhistory data. Signed-off-by: Purushottam Choudhary --- meta/classes/buildhistory.bbclass | 10 ++ 1 file changed

Re: [OE-core] [poky][master][PATCH] systemd: selinux hook handling to enumerate nexthop

2020-11-12 Thread Purushottam choudhary
Hi Richard, Thanks for the confirmation. Thanks & Regards, Purushottam From: openembedded-core@lists.openembedded.org on behalf of Richard Purdie via lists.openembedded.org Sent: Thursday, November 12, 2020 6:26 PM To: Purushottam Choudhary ; openembe

Re: [OE-core] [poky][master][PATCH] systemd: selinux hook handling to enumerate nexthop

2020-11-12 Thread Purushottam choudhary
Hi Openembedded/Khem, Is there any update on this patch? Could you please let me know? Thanks & Regards, Purushottam From: Purushottam Choudhary Sent: Wednesday, November 4, 2020 4:04 PM To: openembedded-core@lists.openembedded.org ; raj.k...@gmail.com