[oe-core][PATCHv8 2/4] sass: import from meta-oe

2022-11-29 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-support/sass/libsass_git.bb | 14 ++ meta/recipes-support/sass/sassc_git.bb | 14 ++ 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-support/sass/libsass_git.bb create mode 100644 meta/recipes-support/sass/s

[oe-core][PATCHv8 4/4] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Markus Volk
gcr-3 recipe is still needed for gnome projects that stick to gtk+3, rename to gcr3. Signed-off-by: Markus Volk --- ...-add-options-to-set-ssh-binary-paths.patch | 60 +++ ...ectly-handle-disabled-ssh_agent-opti.patch | 49 +++ ...build-fix-one-parallel-build-failure

[oe-core][PATCHv8 3/4] gtk4: import recipe from meta-gnome

2022-11-29 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk4_4.6.7.bb | 142 ++ 1 file changed, 142 insertions(+) create mode 100644 meta/recipes-gnome/gtk+/gtk4_4.6.7.bb diff --git a/meta/recipes-gnome/gtk+/gtk4_4.6.7.bb b/meta/recipes-gnome/gtk+/gtk4_4.6.7.bb new file

[oe-core][PATCHv8 1/4] graphene: import from meta-oe

2022-11-29 Thread Markus Volk
Signed-off-by: Markus Volk --- .../graphene/graphene_1.10.8.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-graphics/graphene/graphene_1.10.8.bb diff --git a/meta/recipes-graphics/graphene/graphene_1.10.8.bb b/meta/recipes-graphics/gr

[OE-core] [kirkstone][patch] dropbear: fix CVE-2021-36369

2022-11-29 Thread Lee Chee Yang
From: Chee Yang Lee Signed-off-by: Chee Yang Lee --- meta/recipes-core/dropbear/dropbear.inc | 4 +- .../dropbear/dropbear/CVE-2021-36369.patch| 145 ++ 2 files changed, 148 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2021

Re: [oe-core][PATCHv7 1/2] gtk4: import recipe from meta-gnome

2022-11-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, It seems this is not enough: ERROR: Nothing PROVIDES 'graphene' (but /home/pokybuild/yocto-worker/check-layer/build/meta/recipes-gnome/gtk+/gtk4_4.6.7.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuilda

Re: [OE-Core][master][langdale][kirkstone][PATCH v2] rng-tools: backport patch to adjust jitterentropy library to timeout/fail on long delay

2022-11-29 Thread Randy MacLeod
On 2022-11-29 10:52, Ross Burton via lists.openembedded.org wrote: On 28 Nov 2022, at 09:25, Alexander Kanavin via lists.openembedded.org wrote: On Sun, 27 Nov 2022 at 14:39, Xiangyu Chen wrote: * add libgcc in RDEPENDS flag to solve testing failed in core-image-full-cmdline +RDEPENDS:${

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

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

Re: [oe-core][PATCHv7 2/2] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Alexander Kanavin
I need to add: gtk4 has been in meta-gnome for over a year, and already has over 20 consumers in there. So it has received plenty of testing. Gtk4 has always been intended for core, it's just that epiphany and webkit are late to the party (and sato will likely never show up). Alex On Tue, 29 Nov

Re: [OE-core] [kirkstone][master][PATCH] externalsrc: fix host git >=2.38.1

2022-11-29 Thread Adrian Freihofer
Hi As of today, Fedora 36 is considered a stable host distribution. However, without this patch externalsrc or devtool modify is unusable on Fedora 36, at least for me and one of my colleagues. So I thought, will ask about the status of this patch. Tnank you and regards, Adrian On Thu, 2022-11-1

Re: [oe-core][PATCHv7 2/2] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Alexander Kanavin
It’s going to be tested in world builds against gcr 4.x. For me that’s good enough. Alex On Tue 29. Nov 2022 at 17.55, Ross Burton wrote: > > On 29 Nov 2022, at 16:01, Alexander Kanavin > wrote: > > > > Epiphany has moved to gtk4 in master. This makes us prepared for that. > > https://github.c

Re: [oe-core][PATCHv7 2/2] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Ross Burton
> On 29 Nov 2022, at 16:01, Alexander Kanavin wrote: > > Epiphany has moved to gtk4 in master. This makes us prepared for that. > https://github.com/GNOME/epiphany/blob/master/meson.build I’d say the recipe should sit in meta-gnome until it can be reasonably tested as part of oe-core. Adding r

Re: [oe-core][PATCHv7 2/2] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Alexander Kanavin
Epiphany has moved to gtk4 in master. This makes us prepared for that. https://github.com/GNOME/epiphany/blob/master/meson.build Alex On Tue, 29 Nov 2022 at 16:50, Ross Burton wrote: > > I’m obviously missing some context: why is gcr4 being added to core along > with gtk4? Why can’t gcr4 be ad

Re: [OE-Core][master][langdale][kirkstone][PATCH v2] rng-tools: backport patch to adjust jitterentropy library to timeout/fail on long delay

2022-11-29 Thread Ross Burton
On 28 Nov 2022, at 09:25, Alexander Kanavin via lists.openembedded.org wrote: > > On Sun, 27 Nov 2022 at 14:39, Xiangyu Chen > wrote: >> * add libgcc in RDEPENDS flag to solve testing failed in >> core-image-full-cmdline >> +RDEPENDS:${PN} = "libgcc" > > This needs to be better investigated

Re: [oe-core][PATCHv7 2/2] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Ross Burton
I’m obviously missing some context: why is gcr4 being added to core along with gtk4? Why can’t gcr4 be added to meta-gnome along with gtk4? Ross > On 29 Nov 2022, at 13:22, Markus Volk via lists.openembedded.org > wrote: > > gcr-3 recipe is still needed for gnome projects that stick to gtk+

[OE-core] Yocto Project Status 29 November 2022 (WW48)

2022-11-29 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday December 8th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

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 not

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

2022-11-29 Thread Richard Purdie
On Tue, 2022-11-29 at 08:42 -0600, Ryan Eatmon wrote: > > On 11/29/2022 8:15, Richard Purdie wrote: > > On Tue, 2022-11-29 at 06:23 -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 platfor

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 Steve Sakoman
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] > > Signed-off-by: Vivek Kumbhar > --- > meta/recipes-devtools/qemu/qemu.inc | 1 + > .../

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

2022-11-29 Thread Ryan Eatmon via lists.openembedded.org
On 11/29/2022 8:15, Richard Purdie wrote: On Tue, 2022-11-29 at 06:23 -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

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

2022-11-29 Thread Richard Purdie
On Tue, 2022-11-29 at 06:23 -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 that it add

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

2022-11-29 Thread Ryan Eatmon via lists.openembedded.org
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 that it addresses, so this patch on the original patch fixes the cause of the panic errors. The pre

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

2022-11-29 Thread Ryan Eatmon via lists.openembedded.org
I'll send a v3. On 11/29/2022 7:44, Alexander Kanavin wrote: On Tue, 29 Nov 2022 at 14:36, Denys Dmytriyenko wrote: Should be specified here as: [YOCTO #14976] I prefer both. Clickable links help. Alex -- Ryan Eatmonreat...@ti.com ---

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

2022-11-29 Thread Alexander Kanavin
On Tue, 29 Nov 2022 at 14:36, Denys Dmytriyenko wrote: > Should be specified here as: > > [YOCTO #14976] I prefer both. Clickable links help. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173971): https://lists.openembedded.org/g/openembed

Re: [OE-core][PATCH 1/2] ffmpeg: fix for CVE-2022-3964

2022-11-29 Thread Ross Burton
Yes, please. > On 29 Nov 2022, at 07:49, Mali, Narpat wrote: > > Sure Ross, will make sure to add CVE tag in the patch header. > Do I need to send again this patch with CVE tag ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173970): https:

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 tha

[oe-core][PATCHv7 2/2] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Markus Volk
gcr-3 recipe is still needed for gnome projects that stick to gtk+3, rename to gcr3. Signed-off-by: Markus Volk --- ...-add-options-to-set-ssh-binary-paths.patch | 60 +++ ...ectly-handle-disabled-ssh_agent-opti.patch | 49 +++ ...build-fix-one-parallel-build-failure

[oe-core][PATCHv7 1/2] gtk4: import recipe from meta-gnome

2022-11-29 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-gnome/gtk+/gtk4_4.6.7.bb | 142 ++ 1 file changed, 142 insertions(+) create mode 100644 meta/recipes-gnome/gtk+/gtk4_4.6.7.bb diff --git a/meta/recipes-gnome/gtk+/gtk4_4.6.7.bb b/meta/recipes-gnome/gtk+/gtk4_4.6.7.bb new file

[OE-core] OpenEmbedded Happy Hour November 30

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

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

2022-11-29 Thread Ryan Eatmon via lists.openembedded.org
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 that it addresses, so this patch on the original patch fixes the cause of the panic errors. The pre

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

2022-11-29 Thread vkumbhar
From: Vivek Kumbhar Upstream-Status: Backport [https://gitlab.com/qemu-project/qemu/-/commit/1ab95af033a419e7a64e2d58e67dd96b20af5233] Signed-off-by: Vivek Kumbhar --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-20196.patch| 62 +++

Re: [oe-core][PATCHv6] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-29 Thread Alexander Kanavin
Please split this into two, first add gtk4, then then gcr changes. Alex On Tue, 29 Nov 2022 at 07:43, Markus Volk wrote: > > - gcr-3 recipe is still needed for gnome projects that stick to gtk+3, rename > to gcr3. > - Move gtk4 recipe from meta-gnome > > Signed-off-by: Markus Volk > --- > ...