Re: [OE-core] [PATCH v3 1/2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-22 Thread Denys Dmytriyenko
On Mon, Jul 22, 2024 at 09:51:51PM +0100, Richard Purdie wrote: > On Mon, 2024-07-22 at 01:34 -0400, Denys Dmytriyenko via > lists.openembedded.org wrote: > > From: Oleksandr Hnatiuk > > > > Apply fixes from gcc-cross (84a78f46d594 and 0ead8cbdfb96) to

[OE-core] [PATCH v3 1/2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-21 Thread Denys Dmytriyenko
From: Oleksandr Hnatiuk Apply fixes from gcc-cross (84a78f46d594 and 0ead8cbdfb96) to gcc-cross-canadian. This will improve (but not fix) reproducibility of gcc-cross-canadian. Also move this code to functions to avoid code duplication. Signed-off-by: Oleksandr Hnatiuk Signed-off-by: Denys

[OE-core] [PATCH 2/2] gcc: unify cleanup of include-fixed, apply to cross-canadian

2024-07-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Since target and cross variants were already doing similar cleanup of include-fixed headers, as those aren't used, unify the code and also apply the same to cross-canadian variant. Some of those header files get processed with a tool that leaves absolute buildpaths

Re: [OE-core] [scarthgap][master][PATCH] python3: provide /usr/bin/python as a symlink to python3

2024-07-19 Thread Denys Dmytriyenko
ltiple versions at the same time, it does make sense to keep it simple... > > Alex > > > > On Fri 19. Jul 2024 at 0.47, Denys Dmytriyenko wrote: > > > >> Should this be done via update-alternatives, like many other Linux > >> distros do? >

Re: [OE-core] [scarthgap][master][PATCH] python3: provide /usr/bin/python as a symlink to python3

2024-07-18 Thread Denys Dmytriyenko
Should this be done via update-alternatives, like many other Linux distros do? On Wed, Jul 17, 2024 at 10:32:01AM +0800, Song, Jiaying (CN) via lists.openembedded.org wrote: > From: Jiaying Song > > The /usr/bin/python cannot find the correct Python interpreter, so a symbolic > link is added

Re: [OE-core] [PATCH v2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-17 Thread Denys Dmytriyenko
On Wed, Jul 17, 2024 at 08:21:31PM -0400, Denys Dmytriyenko wrote: > FWIW, I'm testing master-next now with your patch applied and I'm also seeing > the same buildpaths QA error in .../include-fixed/pthread.h > > ERROR: gcc-cross-canadian-aarch64-14.1.0-r0 do_package_qa: QA Issue:

Re: [OE-core] [PATCH v2] gcc: remove paths to sysroot from configargs.h and checksum-options for gcc-cross-canadian

2024-07-17 Thread Denys Dmytriyenko
FWIW, I'm testing master-next now with your patch applied and I'm also seeing the same buildpaths QA error in .../include-fixed/pthread.h ERROR: gcc-cross-canadian-aarch64-14.1.0-r0 do_package_qa: QA Issue: File

Re: [OE-core] [PATCH] nativesdk-libtool: sanitize the script, remove buildpaths

2024-07-17 Thread Denys Dmytriyenko
On Wed, Jul 17, 2024 at 07:29:45AM +0100, Richard Purdie wrote: > On Tue, 2024-07-16 at 18:09 -0400, Denys Dmytriyenko via > lists.openembedded.org wrote: > > From: Denys Dmytriyenko > > > > Copy the same sed command to sanitize libtool script from target recipe > &g

[OE-core] [PATCH v2] nativesdk-libtool: sanitize the script, remove buildpaths

2024-07-17 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Use the same sed command to sanitize libtool script for target recipe and nativesdk one. Otherwise fails with buildpaths QA error: ERROR: nativesdk-libtool-2.5.0-r0 do_package_qa: QA Issue: File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin

[OE-core] [PATCH v2] llvm: extend llvm-config reproducivility fix to nativesdk class

2024-07-16 Thread Denys Dmytriyenko
From: Denys Dmytriyenko It's not limited to "target", but also happens to nativesdk: ERROR: nativesdk-llvm-18.1.8-r0 do_package_qa: QA Issue: File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/llvm-config in package nativesdk-llvm contains reference

Re: [OE-core] [PATCH] llvm: extend llvm-config reproducivility fix to all classes

2024-07-16 Thread Denys Dmytriyenko
On Tue, Jul 16, 2024 at 08:12:25AM +0100, Richard Purdie wrote: > On Mon, 2024-07-15 at 21:36 -0400, Denys Dmytriyenko via > lists.openembedded.org wrote: > > It's not limited to "target", but also happens to e.g. nativesdk: > > > > ERROR: nativesdk-llvm-18.1.

[OE-core] [PATCH] nativesdk-libtool: sanitize the script, remove buildpaths

2024-07-16 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Copy the same sed command to sanitize libtool script from target recipe to nativesdk one. Otherwise fails with buildpaths QA error: ERROR: nativesdk-libtool-2.5.0-r0 do_package_qa: QA Issue: File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr

[OE-core] [PATCH] llvm: extend llvm-config reproducivility fix to all classes

2024-07-15 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta/recipes-devtools/llvm/llvm_18.1.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/llvm/llvm_18.1.8.bb b/meta/recipes-devtools/llvm/llvm_18.1.8.bb index 8dad952923..6afca9c7d7 100644 --- a/meta/recipes-dev

Re: [OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE

2024-07-09 Thread Denys Dmytriyenko
a5b03cd80383 > > On Wed, Jul 10, 2024 at 2:02 AM Denys Dmytriyenko via > lists.openembedded.org wrote: > > > > Latest SPDX update[1] brought in a generic hdparm license, no need > > to set NO_GENERIC_LICENSE any more. > > > > [1] > >

[OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE

2024-07-09 Thread Denys Dmytriyenko
Latest SPDX update[1] brought in a generic hdparm license, no need to set NO_GENERIC_LICENSE any more. [1] https://git.openembedded.org/openembedded-core/commit/?id=e9c1f48af10ccb58251ecc7e041babb99b94d6df Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/hdparm/hdparm_9.65.bb | 1

[yocto] OpenEmbedded Happy Hour June 26 9pm/2100 UTC

2024-06-26 Thread Denys Dmytriyenko
?msg=OpenEmbedded+Happy+Hour+June+26=20240626T21 Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63395): https://lists.yoctoproject.org/g/yocto/message/63395 Mute This Topic: https

[OE-core] [PATCH 2/2] weston: upgrade 13.0.0 -> 13.0.1

2024-06-04 Thread Denys Dmytriyenko
Weston 13.0.1, a bug fix release for 13.0.0 has been released. Full changelog: https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html Signed-off-by: Denys Dmytriyenko --- ...tools-Include-libgen.h-for-basename-signat.patch | 13 + .../wayland/{weston_13.0.0.bb

[OE-core] [PATCH 1/2] wayland: upgrade 1.22.0 -> 1.23.0

2024-06-04 Thread Denys Dmytriyenko
_user_data() and wl_client_set_user_data() to more easily attach custom data to a client - OpenBSD support - A wl_shm.release request for proper cleanup of this global Changelog: https://lists.freedesktop.org/archives/wayland-devel/2024-May/043636.html Signed-off-by: Denys Dmytriyenko --- ..

[OE-core] OpenEmbedded Happy Hour May 29 5pm/1700 UTC

2024-05-28 Thread Denys Dmytriyenko
=20240529T17 Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#199978): https://lists.openembedded.org/g/openembedded-core/message/199978 Mute This Topic: https://lists.openembedded.org/mt

[OE-core] OpenEmbedded Happy Hour April 24 9pm/2100 UTC

2024-04-23 Thread Denys Dmytriyenko
?msg=OpenEmbedded+Happy+Hour+April+24=20240424T21 Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198631): https://lists.openembedded.org/g/openembedded-core/message/198631 Mute This Topic

[OE-core] [PATCH 1/3] mtd-utils: upgrade 2.1.6 -> 2.2.0

2024-04-01 Thread Denys Dmytriyenko
switches and dependencies are handled. It should now also be possible to compile mtd-utils without requiring zlib. Full changelog: https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html Signed-off-by: Denys Dmytriyenko --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- 1 file

[OE-core] [PATCH 3/3] wayland-protocols: upgrade 1.33 -> 1.34

2024-04-01 Thread Denys Dmytriyenko
-March/043537.html Signed-off-by: Denys Dmytriyenko --- .../{wayland-protocols_1.33.bb => wayland-protocols_1.34.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.33.bb => wayland-protocols_1.34.bb} (91%) diff --git

[OE-core] [PATCH 2/3] lzip: upgrade 1.24 -> 1.24.1

2024-04-01 Thread Denys Dmytriyenko
* No changes have been made to the code. Just a compilation failure on MinGW has been fixed. (Caused by different mkdir signature in POSIX and Windows). Full changelog: https://lists.nongnu.org/archive/html/lzip-bug/2024-03/msg3.html Signed-off-by: Denys Dmytriyenko --- meta/recipes

Re: [OE-core] [PATCH 36/36] xz: upgrade 5.4.6 -> 5.6.1 _WARNING_

2024-04-01 Thread Denys Dmytriyenko
On Mon, Apr 01, 2024 at 11:42:51AM +0200, Fathi Boudra wrote: > On Sat, 30 Mar 2024 at 17:18, Richard Purdie > wrote: > > > > On Sat, 2024-03-30 at 14:06 +0100, Martin Jansa wrote: > > > From what is publicly known it injected malicious code (through m4 > > > macro using payload hidden in

[OE-core] OpenEmbedded Happy Hour March 27 5pm/1700 UTC

2024-03-26 Thread Denys Dmytriyenko
/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+March+27=20240327T17 Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197540): https://lists.openembedded.org/g/openembedded-core/message

[yocto] OpenEmbedded Happy Hour February 28 9pm/2100 UTC

2024-02-28 Thread Denys Dmytriyenko
/fixedtime.html?msg=OpenEmbedded+Happy+Hour+February+28=20240228T21 Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62641): https://lists.yoctoproject.org/g/yocto/message/62641 Mute This Topic

[OE-core] [PATCH v2] xz: upgrade 5.4.5 -> 5.4.6

2024-02-15 Thread Denys Dmytriyenko
-by: Denys Dmytriyenko --- v2 - add License-Update: tag meta/recipes-extended/xz/{xz_5.4.5.bb => xz_5.4.6.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/xz/{xz_5.4.5.bb => xz_5.4.6.bb} (91%) diff --git a/meta/recipes-extended/xz/xz_5.4.5.bb

[OE-core] [PATCH] xz: upgrade 5.4.5 -> 5.4.6

2024-02-15 Thread Denys Dmytriyenko
releases are no longer hosted on the site and point directly to github - update SRC_URI. The website change was mentioned in the COPYING file, changing its hash. Full Changelog: https://github.com/tukaani-project/xz/releases/tag/v5.4.6 Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/xz

[OE-core] [PATCH] zlib: upgrade 1.3 -> 1.3.1

2024-02-15 Thread Denys Dmytriyenko
Refresh local patch. Changelog: https://github.com/madler/zlib/releases/tag/v1.3.1 Signed-off-by: Denys Dmytriyenko --- ...configure-Pass-LDFLAGS-to-link-tests.patch | 22 +-- .../zlib/{zlib_1.3.bb => zlib_1.3.1.bb} | 2 +- 2 files changed, 11 insertions(+), 13 deleti

[OE-core] [PATCH] lttng-modules: upgrade 2.13.10 -> 2.13.11

2024-01-25 Thread Denys Dmytriyenko
Changelog: https://lwn.net/Articles/957396/ Drop 2 backported patches and 1 implemented differently upstream. Signed-off-by: Denys Dmytriyenko --- ...-and-cpu_core_id-moved-in-linux-6.7..patch | 79 --- ...per-fdtable-adjust-fd-lookup-to-v6.7.patch | 35 ...ignatures

[OE-core] Canceled: OpenEmbedded Happy Hour November 29

2023-11-28 Thread Denys Dmytriyenko
There will be no OE Happy Hour on November 29 due to the ongoing Yocto Project Summit[1] this week and the OpenEmbedded Developers Meeting[2] on Friday. [1] https://summit.yoctoproject.org/yocto-project-summit-2023-11/ [2] https://www.openembedded.org/wiki/OEDvM_2023.12 Best regards, Denys

[OE-core] OpenEmbedded Happy Hour October 25 9pm/2100 UTC

2023-10-24 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+October+25=20231025T21 Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189668): https://lists.openembedded.org/g/openembedded-core/message/189668 Mute This Topic

[OE-core] OpenEmbedded Happy Hour September 27 5pm/1700 UTC

2023-09-24 Thread Denys Dmytriyenko
time for your location. Best regards, Denys Dmytriyenko OpenEmbedded Board of Directors -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188166): https://lists.openembedded.org/g/openembedded-core/message/188166 Mute This Topic: https

[OE-core] [PATCH 1/2] bitbake.conf: add MACHINE to SDK_NAME

2023-09-22 Thread Denys Dmytriyenko
/toolchain installers, manifests and now SPDX archives will overlap otherwise. Signed-off-by: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 67577c8fe7

[OE-core] [PATCH 2/2] spdx: use TOOLCHAIN_OUTPUTNAME for SDK filename prefix

2023-09-22 Thread Denys Dmytriyenko
PDX archives as well, resulting in: ${TOOLCHAIN_OUTPUTNAME}-host.spdx.tar.zst ${TOOLCHAIN_OUTPUTNAME}-target.spdx.tar.zst Signed-off-by: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/classes/create-spdx-2.2.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[OE-core] OpenEmbedded Happy Hour August 30 9pm/2100 UTC

2023-08-29 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+August+30=20230830T21 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [OE-core] OpenEmbedded Happy Hour July 26 5pm/1700 UTC

2023-07-25 Thread Denys Dmytriyenko
In less than a day, tomorrow, we hope to see everyone at OE Happy Hour. On Wed, Jul 19, 2023 at 06:07:04PM -0400, Denys Dmytriyenko wrote: > All, > > A friendly reminder - our regular monthly OpenEmbedded Happy Hour is 1 week > away, on July 26 for Europe/Americas timezones @ 1700/

[OE-core] OpenEmbedded Happy Hour July 26 5pm/1700 UTC

2023-07-19 Thread Denys Dmytriyenko
/fixedtime.html?msg=OpenEmbedded+Happy+Hour+July+26=20230726T17 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View

[OE-core] Canceled: OpenEmbedded Happy Hour June 28

2023-06-24 Thread Denys Dmytriyenko
All, Due to the coinciding Embedded Open Source Summit (EOSS) in Prague, the OE Board has decided to cancel our regular Happy Hour on June 28. The next Happy Hour is scheduled for July 26 - see you all then. Thank you. -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org

[OE-core] [PATCH] binutils: move packaging of gprofng static lib into common .inc

2023-06-09 Thread Denys Dmytriyenko
Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-devtools/binutils/binutils.inc | 2 ++ meta/recipes-devtools/binutils/binutils_2.40.bb | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils

Re: [OE-core] [PATCH 3/3] binutils: package static libs from gprofng

2023-06-02 Thread Denys Dmytriyenko
On Tue, May 02, 2023 at 07:44:06AM -0700, Khem Raj wrote: > From: Martin Jansa > > * fixes: > ERROR: binutils-2.40-r0 do_package: QA Issue: binutils: Files/directories > were installed but not shipped in any package: > /usr/lib/gprofng/libgp-collectorAPI.a > Please set FILES such that

[OE-core] OpenEmbedded Happy Hour May 31 5pm/1700 UTC

2023-05-31 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+May+31=20230531T17 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[OE-core] [PATCH] bitbake.conf: Add SRCPV to BB_HASH_CODEPARSER_VALS

2023-05-30 Thread Denys Dmytriyenko
: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI The variable dependency chain for the failure is: SRCPV -> UBOOT_LOCALVERSION -> do_compile Signed-off-by: Denys Dmytriyenko --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] u-boot: do_compile depends on the value of UBOOT_LOCALVERSION

2023-05-30 Thread Denys Dmytriyenko
On Tue, May 30, 2023 at 03:47:07PM +0100, Richard Purdie wrote: > On Mon, 2023-05-29 at 12:06 -0400, Denys Dmytriyenko wrote: > > On Mon, May 29, 2023 at 01:41:00PM +0100, Richard Purdie wrote: > > > On Sun, 2023-05-28 at 17:15 +, Denys Dmytriyenko wrote: > > > &g

Re: [OE-core] [PATCH] u-boot: do_compile depends on the value of UBOOT_LOCALVERSION

2023-05-29 Thread Denys Dmytriyenko
On Mon, May 29, 2023 at 01:41:00PM +0100, Richard Purdie wrote: > On Sun, 2023-05-28 at 17:15 +0000, Denys Dmytriyenko wrote: > > UBOOT_LOCALVERSION is often used to pass SCM commit SHA to the code > > via populating .scmversion file at the start of do_compile(). Let's >

[OE-core] [PATCH] u-boot: do_compile depends on the value of UBOOT_LOCALVERSION

2023-05-28 Thread Denys Dmytriyenko
d)} which triggered exception FetchError: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI The variable dependency chain for the failure is: SRCPV -> UBOOT_LOCALVERSION -> do_compile ERROR: Parsing halted due to errors, see error messages above Signed-off-by: Denys D

[OE-core] [PATCH 2/2] xz: upgrade 5.4.2 -> 5.4.3

2023-05-15 Thread Denys Dmytriyenko
5.4.3 (2023-05-04) * All fixes from 5.2.12 * Features in the CMake build can now be disabled as CMake cache variables, similar to the Autotools build. * Minor update to the Croatian translation. Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/xz/{xz_5.4.2.bb

[OE-core] [PATCH 1/2] grep: upgrade 3.10 -> 3.11

2023-05-15 Thread Denys Dmytriyenko
newer than 10.42, then \w and \b do work properly. Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/grep/{grep_3.10.bb => grep_3.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/grep/{grep_3.10.bb => grep_3.11.bb} (94%) diff --git a/meta/r

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Denys Dmytriyenko
On Mon, May 08, 2023 at 02:18:57PM -0400, Denys Dmytriyenko wrote: > On Mon, May 08, 2023 at 01:13:58PM -0500, Randolph Sapp wrote: > > On 5/8/23 01:13, Peter Kjellerstedt wrote: > > >That is most certainly a good alternative. > > > > > >//Peter > > >

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Denys Dmytriyenko
On Mon, May 08, 2023 at 01:13:58PM -0500, Randolph Sapp wrote: > On 5/8/23 01:13, Peter Kjellerstedt wrote: > >That is most certainly a good alternative. > > > >//Peter > > > >*From:*Martin Jansa > >*Sent:* den 8 maj 2023 00:20 > >*To:* Peter Kjellerstedt > >*Cc:* r...@ti.com; a...@ti.com;

Re: [OE-core] [PATCH v2] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-05-02 Thread Denys Dmytriyenko
On Wed, Apr 26, 2023 at 02:06:59AM -0700, Paresh Bhagat via lists.openembedded.org wrote: > Hi Randolph > > I tested your patch in my local kirkstone build for am62x. SD Card boot is > working. > Boot logs here: http://serenity.dal.design.ti.com:/ewakutoqom.yaml This is an internal-only

[OE-core] OpenEmbedded Happy Hour April 26 9pm/2100 UTC

2023-04-25 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+April+26=20230426T21 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180401

Re: [OE-core][PATCH v3] devicetree.bbclass: Allow selection of dts files to build

2023-04-25 Thread Denys Dmytriyenko
> Would that make more sense to you? Or do you think the example should be > part of that commit message, too? > > Cheers, > Petr > > > From: Denys Dmytriyenko > Sent: Sunday, April 23, 2023 12:07 AM > To: Petr Kubizňák -

Re: [OE-core][PATCH v3] devicetree.bbclass: Allow selection of dts files to build

2023-04-22 Thread Denys Dmytriyenko
On Fri, Apr 21, 2023 at 05:23:25PM +0200, Petr Kubizňák wrote: > Add DT_FILES variable to allow the user of the class to select specific > dts files to build. This is useful for packages featuring dts files > for multiple machines. > > Since many machine configs contain a list of dtb files >

[OE-core] [PATCH 2/2] grep: upgrade 3.9 -> 3.10

2023-04-05 Thread Denys Dmytriyenko
/msg5.html Thanks to Paul Eggert for catching the \D variant and to Bruno Haible for assiduously tending gnulib and for testing grep on so many different systems. There have been 12 commits by 2 people in the 17 days since 3.9. Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/grep/

[OE-core] [PATCH 1/2] xz: upgrade 5.4.1 -> 5.4.2

2023-04-05 Thread Denys Dmytriyenko
e man page translation. Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/xz/{xz_5.4.1.bb => xz_5.4.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/xz/{xz_5.4.1.bb => xz_5.4.2.bb} (87%) diff --git a/meta/recipes-extended/xz/xz_5.4.1.bb

[OE-core] OpenEmbedded Happy Hour March 29 5pm/1700 UTC

2023-03-28 Thread Denys Dmytriyenko
/fixedtime.html?msg=OpenEmbedded+Happy+Hour+March+29=20230329T17 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

[OE-core] OpenEmbedded Happy Hour February 22 9pm/2100 UTC

2023-02-22 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+February+22=20230222T21 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[OE-core] OpenEmbedded Happy Hour January 25 5pm/1700 UTC

2023-01-24 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+January+25=20230125T17 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

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

2022-11-30 Thread Denys Dmytriyenko
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 h

Re: [OE-core][dunfell][PATCH v2] qemu: fix CVE-2021-20196 block fdc null pointer dereference may lead to guest crash

2022-11-29 Thread Denys Dmytriyenko
On Tue, Nov 29, 2022 at 04:56:08AM -1000, Steve Sakoman wrote: > On Tue, Nov 29, 2022 at 1:08 AM vkumbhar wrote: > > > > From: Vivek Kumbhar > > > > Upstream-Status: Backport > > [https://gitlab.com/qemu-project/qemu/-/commit/1ab95af033a419e7a64e2d58e67dd96b20af5233] Plus Upstream-Status is

Re: [OE-core] [PATCH v2][master] go: Update reproducibility patch to fix panic errors

2022-11-29 Thread Denys Dmytriyenko
On Tue, Nov 29, 2022 at 06:23:02AM -0600, Ryan Eatmon via lists.openembedded.org wrote: > Based on a discussion on the mailing list [1], there are panic > errors that occur on a few platforms caused by the patch. We > cannot simply remove the original patch due to the > reproducibility issues

[OE-core] OpenEmbedded Happy Hour November 30

2022-11-29 Thread Denys Dmytriyenko
://www.openembedded.org/wiki/Happy_Hours -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173966): https

Re: [OE-core] [PATCH][master] go: Update patch due to build errors

2022-11-28 Thread Denys Dmytriyenko
On Mon, Nov 28, 2022 at 09:58:43PM +0100, Alexander Kanavin wrote: > What build errors is this addressing and how can they be observed? https://bugzilla.yoctoproject.org/show_bug.cgi?id=14976 > On Mon, 28 Nov 2022 at 21:46, Ryan Eatmon via lists.openembedded.org > wrote: > > > > The previous

[OE-core] [kirkstone][PATCH] glibc-locale: explicitly remove empty dirs in ${libdir}

2022-09-29 Thread Denys Dmytriyenko
cale-2.35-r0 do_package: Fatal QA errors were found, failing task. There's a code to remove empty dirs in ${libdir}, but it's keyed off of PACKAGE_NO_GCONV to clean up $[libdir]/gconv, just extend it to also cover other empty dirs, including ${libdir}/locale. Signed-off-by: Denys Dmytriyenko

[OE-core] [PATCH] glibc-locale: explicitly remove empty dirs in ${libdir}

2022-09-28 Thread Denys Dmytriyenko
cale-2.36-r0 do_package: Fatal QA errors were found, failing task. There's a code to remove empty dirs in ${libdir}, but it's keyed off of PACKAGE_NO_GCONV to clean up $[libdir]/gconv, just extend it to also cover other empty dirs, including ${libdir}/locale. Signed-off-by: Denys Dmytriyenko ---

Re: [OE-core] [PATCH][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage

2022-07-18 Thread Denys Dmytriyenko
On Mon, Jul 18, 2022 at 11:44:56PM -0400, Bruce Ashfield wrote: > From: Bruce Ashfield > > Integrating the following commit(s) to linux-yocto/5.4: > > cc478e363cc3 rt: fixup random and irq/manage merge issues > > Signed-off-by: Bruce Ashfield > --- >

Re: [OE-core] [PATCH 2/2][dunfell] linux-yocto/5.4: update to v5.4.203

2022-07-18 Thread Denys Dmytriyenko
Oops, Richard's alias didn't get resolved properly the first time, sorry On Mon, Jul 18, 2022 at 02:06:52PM -0400, Denys Dmytriyenko wrote: > There's been some rework done around random subsystem lately. It now breaks > RT > kernel, at least on Aarch64, x86_64, maybe other

Re: [OE-core] [PATCH 2/2][dunfell] linux-yocto/5.4: update to v5.4.203

2022-07-18 Thread Denys Dmytriyenko
There's been some rework done around random subsystem lately. It now breaks RT kernel, at least on Aarch64, x86_64, maybe other platforms. Is there a quick fix, or should this update be reverted in Dunfell? |

Re: [OE-core] OpenEmbedded Happy Hour March 30 5pm/1700 UTC

2022-03-29 Thread Denys Dmytriyenko
Reminder, OpenEmbedded Happy Hour is tomorrow. See you all there. On Thu, Mar 24, 2022 at 06:41:58PM -0400, Denys Dmytriyenko wrote: > All, > > You are cordially invited to the next OpenEmbedded Happy Hour on March 30 > for Europe/Americas timezones @ 1700/5pm UTC (1pm

[OE-core] OpenEmbedded Happy Hour March 30 5pm/1700 UTC

2022-03-24 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+March+30=20220330T17 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [OE-core] OpenEmbedded Happy Hour February 23 9pm/2100 UTC

2022-02-23 Thread Denys Dmytriyenko
On Mon, Feb 21, 2022 at 06:26:05PM -0500, Denys Dmytriyenko wrote: > All, > > You are cordially invited to the next OpenEmbedded Happy Hour on February 23 > for Asia/Pacific timezones @ 2100/9pm UTC (4pm ET / 1pm PT): > > https://www.openembedded.org/wiki/Calendar > https:/

[OE-core] OpenEmbedded Happy Hour February 23 9pm/2100 UTC

2022-02-21 Thread Denys Dmytriyenko
=OpenEmbedded+Happy+Hour+February+23=20220223T21 -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [OE-core] [PATCH 03/33] gdb: update 11.1 -> 11.2

2022-02-02 Thread Denys Dmytriyenko
https://git.openembedded.org/openembedded-core/commit/?id=f24c2bf93a9549ae5a21ce378a7bf47ef052ad65 I realize these are in master-next and haven't been merged to master yet. Richard mentioned there are some issues with one of the autobuilder nodes and hence master-next is taking longer to test

Re: [OE-core] [PATCH 04/33] connman: update 1.40 -> 1.41

2022-02-02 Thread Denys Dmytriyenko
https://git.openembedded.org/openembedded-core/commit/?id=54c896c76ba5955990f27ed1ec5dd81d2f9d09e2 On Wed, Feb 02, 2022 at 07:27:29PM +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../0002-resolve-musl-does-not-implement-res_ninit.patch| 2 +- >

Re: [OE-core] [PATCH 28/33] lttng-tools: upgrade 2.13.2 -> 2.13.4

2022-02-02 Thread Denys Dmytriyenko
https://git.openembedded.org/openembedded-core/commit/?id=7de004c74447b3075abb9641843254a7a5c7233b On Wed, Feb 02, 2022 at 07:27:53PM +0100, Alexander Kanavin wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin > --- > .../lttng/{lttng-tools_2.13.2.bb =>

Re: [OE-core] [PATCH 15/33] ell: upgrade 0.47 -> 0.48

2022-02-02 Thread Denys Dmytriyenko
https://git.openembedded.org/openembedded-core/commit/?id=53070e8e119d90b633db8b26ba002ae95f2cfcca On Wed, Feb 02, 2022 at 07:27:40PM +0100, Alexander Kanavin wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-core/ell/{ell_0.47.bb => ell_0.48.bb} | 2

Re: [OE-core] [PATCH 27/33] wayland-protocols: upgrade 1.24 -> 1.25

2022-02-02 Thread Denys Dmytriyenko
https://git.openembedded.org/openembedded-core/commit/?id=66dc75cf5e6b741ef7ba011841cd5ceeebf17b36 On Wed, Feb 02, 2022 at 07:27:52PM +0100, Alexander Kanavin wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin > --- > .../{wayland-protocols_1.24.bb =>

Re: [OE-core] [RFC PATCH 2/2] weston: upgrade 9.0.0 -> 10.0.0

2022-02-01 Thread Denys Dmytriyenko
On Tue, Feb 01, 2022 at 12:15:01PM -0500, Denys Dmytriyenko wrote: > On Tue, Feb 01, 2022 at 02:30:54PM +0100, Alexander Kanavin wrote: > Just to make it clear to everyone else on the list - this is not the final > 10.0.0 release, but rather an RC1 that is versioned as 9.0.93, henc

Re: [OE-core] [RFC PATCH 2/2] weston: upgrade 9.0.0 -> 10.0.0

2022-02-01 Thread Denys Dmytriyenko
ged, 1 insertion(+), 1 deletion(-) > - > -diff --git a/libweston/backend-wayland/meson.build > b/libweston/backend-wayland/meson.build > -index 7e82513..29270b5 100644 > a/libweston/backend-wayland/meson.build > -+++ b/libweston/backend-wayland/meson.build > -@@ -1

[OE-core] [PATCH] yocto-check-layer: add ability to perform tests from a global bbclass

2022-01-31 Thread Denys Dmytriyenko
in the INSANE_SKIP list during initial parsing when dumping the signature information for the layer. Signed-off-by: Denys Dmytriyenko --- meta/classes/yocto-check-layer.bbclass | 16 scripts/lib/checklayer/__init__.py | 5 - scripts/lib/checklayer/cases/common.py | 15 ++

[OE-core] [PATCH] wayland-protocols: upgrade 1.24 -> 1.25

2022-01-28 Thread Denys Dmytriyenko
the individual commits and protocol specifications for details. Signed-off-by: Denys Dmytriyenko --- .../{wayland-protocols_1.24.bb => wayland-protocols_1.25.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.24.bb => w

[OE-core] OpenEmbedded Happy Hour January 26 5pm/1700 UTC

2022-01-25 Thread Denys Dmytriyenko
All, Our next OpenEmbedded Happy Hour is on January 26 for Europe/Americas timezones @ 1700/5pm UTC (12pm ET / 9am PT): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+January+26=20220126T17 -- Regards, Denys

Re: [OE-core] [PATCH 05/14] lttng-tools: Add missing DEPENDS on bison-native

2022-01-18 Thread Denys Dmytriyenko
RDEPENDS:${PN}-ptest += "make perl bash gawk babeltrace procps > perl-module-overloading coreutils util-linux kmod ${LTTNGMODULES} sed > python3-core grep" > -- > 2.32.0 > -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fin

[OE-core] [PATCH] mtd-utils: upgrade 2.1.3 -> 2.1.4

2022-01-17 Thread Denys Dmytriyenko
erroneously using sub-pages instead of the full page size - Buffer overrun in fectest - Missing jffs2 kernel header in the last release, leading to build failures on some systems. Signed-off-by: Denys Dmytriyenko --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- 1 file

[OE-core] [PATCH] hdparm: upgrade 9.62 -> 9.63

2022-01-17 Thread Denys Dmytriyenko
hdparm-9.63: - new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki. - "Plurals patch" from Martin Guy. Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/hdparm/{hdparm_9.62.bb => hdparm_9.63.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH v3] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-22 Thread Denys Dmytriyenko
be marked as destructors. - A number of bug fixes, including a race condition when destroying proxies in multi-threaded clients. Also backport libsdl2 patch to fix building against wayland-1.20.0 Signed-off-by: Denys Dmytriyenko --- v3 - update the patch to fix strndup detection on MinGW - still required

[OE-core] Canceled: OpenEmbedded Happy Hour December 29

2021-12-16 Thread Denys Dmytriyenko
Hi, The next OpenEmbedded Happy Hour is being canceled due to the Holidays and since we had the last one on December 3. The next Happy Hour will take place on January 26 2022: https://www.openembedded.org/wiki/Calendar -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https

Re: [OE-core] [PATCH v2] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-11 Thread Denys Dmytriyenko
On Sat, Dec 11, 2021 at 10:42:08PM +, Richard Purdie wrote: > On Sat, 2021-12-11 at 14:12 -0500, Denys Dmytriyenko wrote: > > Wayland 1.20.0 is released! > > > > This release contains the following major changes: > > > > - FreeBSD support has been entir

[OE-core] [PATCH v2] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-11 Thread Denys Dmytriyenko
st wayland-1.20.0 Signed-off-by: Denys Dmytriyenko --- v2 - fix libsdl2 breakage .../0001-Fix-build-against-wayland-1.20.patch | 45 ++ meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb| 1 + ...0001-build-Fix-strndup-detection-on-MinGW.

[OE-core] [PATCH] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-09 Thread Denys Dmytriyenko
be marked as destructors. - A number of bug fixes, including a race condition when destroying proxies in multi-threaded clients. Drop patch to fix strndup detection on MinGW that no longer applies, as meson claims to had that fixed since version 0.54.2 Signed-off-by: Denys Dmytriyenko --- ...0001-build-F

[OE-core] OpenEmbedded Happy Hour December 3 8pm/2000 UTC after OEDVM

2021-11-27 Thread Denys Dmytriyenko
tentatively will start at 20:00 UTC (3pm ET / 12pm PT): https://www.openembedded.org/wiki/Happy_Hours https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+December+3=20211203T20 -- Regards, Denys Dmytriyenko PGP

[OE-core] [PATCH] wayland-protocols: upgrade 1.23 -> 1.24

2021-11-23 Thread Denys Dmytriyenko
-by: Denys Dmytriyenko --- .../{wayland-protocols_1.23.bb => wayland-protocols_1.24.bb}| 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.23.bb => wayland-protocols_1.24.bb} (84%) diff --git a/meta/recipes-graphics/w

Re: [OE-core] pls comment on weston non-PAM patch (link inside)

2021-11-22 Thread Denys Dmytriyenko
less burden updating it between the versions... -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onl

[OE-core] OpenEmbedded Happy Hour October 27 9pm/2100 UTC

2021-10-25 Thread Denys Dmytriyenko
All, Our next OpenEmbedded Happy Hour is on October 27 for Asia/Pacific timezones @ 2100/9pm UTC (5pm ET / 2pm PT): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+October+27=20211027T21 -- Regards, Denys Dmytriyenko

[OE-core] OpenEmbedded Happy Hour September 29 during ELC hours and after

2021-09-24 Thread Denys Dmytriyenko
Oops, sorry, updated the subject to the correct date. On Fri, Sep 24, 2021 at 06:19:10PM -0400, Denys Dmytriyenko wrote: > All, > > As you are aware, next week is LF Embedded Linux Conference, which coincides > with our OE Happy Hour. The Board has decided to extend th

Re: [OE-core] OpenEmbedded Happy Hour August 25 9pm/2100 UTC

2021-09-24 Thread Denys Dmytriyenko
hallway sessions. Hope to see you there! https://www.openembedded.org/wiki/Happy_Hours -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[OE-core] [kirkstone][PATCH] wayland-protocols: upgrade 1.22 -> 1.23

2021-09-15 Thread Denys Dmytriyenko
wayland-protocols 1.23 is now available. This release adds the new gesture "hold" to the pointer gesture protocol. https://lists.freedesktop.org/archives/wayland-devel/2021-September/041979.html Signed-off-by: Denys Dmytriyenko --- Please note - this is meant for kirkstone(-next),

[OE-core] [PATCH] wayland-protocols: upgrade 1.21 -> 1.22

2021-09-02 Thread Denys Dmytriyenko
/archives/wayland-devel/2021-September/041972.html Signed-off-by: Denys Dmytriyenko --- .../wayland/{wayland-protocols_1.21.bb => wayland-protocols_1.22.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.21.bb => w

Re: [OE-core][PATCH 19/31] tzdata: Remove BSD License specifier

2021-09-01 Thread Denys Dmytriyenko
resentative locations around the > globe." > HOMEPAGE = "http://www.iana.org/time-zones; > SECTION = "base" > -LICENSE = "PD & BSD & BSD-3-Clause" > +LICENSE = "PD & BSD-3-Clause" > LIC_FILES_CHKSUM = "file://LICENSE;md

  1   2   3   4   5   6   7   8   9   >