Re: [OE-core] [PATCH V4] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-05-20 Thread Richard Purdie
On Fri, 2022-05-20 at 12:04 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2022-05-20 at 10:56 +0100, Richard Purdie via > lists.openembedded.org wrote: > > Let me jump in and explain a bit about what I think we need to do here > > to move forward. > > > > With the patch in this

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Richard Purdie
On Fri, 2022-05-20 at 14:35 +0200, Thomas Perrot via lists.openembedded.org wrote: > Hi Alexander, > > On Fri, 2022-05-20 at 14:27 +0200, Alexander Kanavin wrote: > > The correct way to address this is to restrict the amount of webkit > > make jobs in site.conf, specific to the build host. Or add

[OE-Core][PATCH v3 3/3] eudev: Use PACKAGE_BEFORE_PN/${PN}, clean up spaces

2022-05-20 Thread Alex Kiernan
Use PACKAGE_BEFORE_PN for packages which need to capture files early, switch to idiomatic ${PN} for additional packages. Swap spaces for tabs in shell functions. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- meta/recipes-core/udev/eudev_3.2.11.bb | 25 - 1

[OE-Core][PATCH v3 2/3] eudev: Cleanup redundant configuration

2022-05-20 Thread Alex Kiernan
hid2hci moved to bluez4 in 2011. The FILES changes for ${PN} and ${PN}-dev only added existing defaults into the set. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- meta/recipes-core/udev/eudev_3.2.11.bb | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/me

[OE-Core][PATCH v3 1/3] eudev: Convert dependencies to PACKAGECONFIG

2022-05-20 Thread Alex Kiernan
GObject support was dropped in 252150e181c5 ("src/gudev: remove Gobject libudev support."), drop all g-i-r support which appears to be dead upstream. Fill out PACKAGECONFIG options. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- ...uild-Remove-dead-g-i-r-configuration.patch | 155

[OE-Core][PATCH v2 3/3] eudev: Use PACKAGE_BEFORE_PN/${PN}, clean up spaces

2022-05-20 Thread Alex Kiernan
Use PACKAGE_BEFORE_PN for packages which need to capture files early, switch to idiomatic ${PN} for additional packages. Swap spaces for tabs in shell functions. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- meta/recipes-core/udev/eudev_3.2.11.bb | 25 - 1

[OE-Core][PATCH v2 2/3] eudev: Cleanup redundant configuration

2022-05-20 Thread Alex Kiernan
hid2hci moved to bluez4 in 2011. The FILES changes for ${PN} and ${PN}-dev only added existing defaults into the set. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- meta/recipes-core/udev/eudev_3.2.11.bb | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/me

[OE-Core][PATCH v2 1/3] eudev: Convert dependencies to PACKAGECONFIG

2022-05-20 Thread Alex Kiernan
GObject support was dropped in 252150e181c5 ("src/gudev: remove Gobject libudev support."), drop all g-i-r support which appears to be dead upstream. Fill out PACKAGECONFIG options. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- ...uild-Remove-dead-g-i-r-configuration.patch | 155

Re: [OE-core] [PATCH] musl-locales: Switch SRC_URI to new location

2022-05-20 Thread Khem Raj
On Fri, May 20, 2022 at 9:21 AM Steve Sakoman wrote: > > On Fri, May 20, 2022 at 5:39 AM Khem Raj wrote: > > > > On Fri, May 20, 2022 at 7:50 AM Steve Sakoman wrote: > > > > > > On Mon, May 16, 2022 at 12:49 PM Khem Raj wrote: > > > > > > > > Original repository has been less maintained and thu

Re: [OE-core] [PATCH] musl-locales: Switch SRC_URI to new location

2022-05-20 Thread Steve Sakoman
On Fri, May 20, 2022 at 5:39 AM Khem Raj wrote: > > On Fri, May 20, 2022 at 7:50 AM Steve Sakoman wrote: > > > > On Mon, May 16, 2022 at 12:49 PM Khem Raj wrote: > > > > > > Original repository has been less maintained and thusly adelie linux > > > community has picked up the package and started

Re: [OE-core] [PATCH] musl-locales: Switch SRC_URI to new location

2022-05-20 Thread Khem Raj
On Fri, May 20, 2022 at 7:50 AM Steve Sakoman wrote: > > On Mon, May 16, 2022 at 12:49 PM Khem Raj wrote: > > > > Original repository has been less maintained and thusly adelie linux > > community has picked up the package and started to maintain it also > > applied long standing bug fixes. > > >

[oe-core][RFC PATCHv4] allow to build more native packages

2022-05-20 Thread Markus Volk
basically this would fix build for pipewire-native, libpam-native and openssh-native. Hopefully without breaking things ;) Signed-off-by: Markus Volk --- .../openssh/openssh_9.0p1.bb | 2 +- meta/recipes-core/udev/eudev_3.2.11.bb| 2 ++ meta/recipes-extended/pam/libpa

Re: [oe-core][RFC PATCHv3 1/3] allow to build more native packages

2022-05-20 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, Il giorno Fri, 20 May 2022 14:54:17 +0200 "Markus Volk" ha scritto: > basically this would fix build for pipewire-native, libpam-native and > openssh-native. Hopefully without breaking things ;) Missing Signed-off-by :line. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engine

Re: [OE-core] [PATCH] musl-locales: Switch SRC_URI to new location

2022-05-20 Thread Steve Sakoman
On Mon, May 16, 2022 at 12:49 PM Khem Raj wrote: > > Original repository has been less maintained and thusly adelie linux > community has picked up the package and started to maintain it also > applied long standing bug fixes. > > Now we use new fork by Adélie Linux, which includes more supported

Re: [OE-core] [meta][dunfell][PATCH] libinput: Add fix for CVE-2022-1215

2022-05-20 Thread Steve Sakoman
On Fri, May 20, 2022 at 2:04 AM Ranjitsinh Rathod wrote: > > On Tue, May 10, 2022 at 10:50 AM, Steve Sakoman wrote: > > Extra newline above silently inhibits application of the following two hunks! > > Hi Steve, > > Can we raise a bug in the Yocto for this? Because it seems a serious issue > wher

[oe-core][RFC PATCHv3 2/3] libdecor: initial add recipe

2022-05-20 Thread Markus Volk
libdecor is a client-side decoration library for Wayland clients. It is used by libsdl2 for window decoration and is required to provide decoration for shells that use client-side decoration such as gnome-shell or weston. Signed-off-by: Markus Volk --- .../libdecor/libdecor_0.1.0.bb

[oe-core][RFC PATCHv3 1/3] allow to build more native packages

2022-05-20 Thread Markus Volk
basically this would fix build for pipewire-native, libpam-native and openssh-native. Hopefully without breaking things ;) --- .../openssh/openssh_9.0p1.bb | 2 +- meta/recipes-core/udev/eudev_3.2.11.bb| 2 ++ meta/recipes-extended/pam/libpam_1.5.2.bb | 24 +

[oe-core][RFC PATCHv3 3/3] libsdl2: rework and cleanup

2022-05-20 Thread Markus Volk
- add libusb PACKAGECONFIG because libsdl2 is looking for it - remove xvm and xinerama since support has been dropped in sdl code - allow native build for libxkbcommon and xkeyboard-config to allow alignment of native/target build - align native and target build - add PACKAGECONFIG options for pi

[oe-core][RFC PATCHv2 2/2] libsdl2: rework and cleanup

2022-05-20 Thread Markus Volk
- add libusb PACKAGECONFIG because libsdl2 is looking for it - remove xvm and xinerama since support has been dropped in sdl code - allow native build for libxkbcommon and xkeyboard-config to allow alignment of native/target build - align native and target build - add PACKAGECONFIG options for pi

[oe-core][RFC PATCHv2 1/2] libdecor: initial add recipe

2022-05-20 Thread Markus Volk
libdecor is a client-side decoration library for Wayland clients. It is used by libsdl2 for window decoration and is required to provide decoration for shells that use client-side decoration such as gnome-shell or weston. Signed-off-by: Markus Volk --- .../libdecor/libdecor_0.1.0.bb

[OE-core][PATCH] man-pages: add an alternative link name for crypt_r.3

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Because crypt_r.3 is also provided by libxcrypt-doc. Signed-off-by: Thomas Perrot --- meta/recipes-extended/man-pages/man-pages_5.13.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/man-pages/man-pages_5.13.bb b/meta/recipes-extended/man-pages/

Re: [OE-core] [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe

2022-05-20 Thread Markus Volk
i have started here locally to resolve all dependencies to be able to build pipewire-native. Besides I tried to untie the node when building libpam-native, because otherwise I can't compile openssh-native either. All in all, the changes were more invasive than I had hoped. Quite some recipes ne

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Hi Alexander, On Fri, 2022-05-20 at 14:27 +0200, Alexander Kanavin wrote: > The correct way to address this is to restrict the amount of webkit > make jobs in site.conf, specific to the build host. Or add RAM. > I heard you Kind regards, Thomas Perrot > Ale  > > On Fri 20. May 2022 at 14.20,

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Jacob Kroon
On 5/20/22 14:30, Thomas Perrot wrote: Hello Jacob, On Fri, 2022-05-20 at 14:19 +0200, Jacob Kroon wrote: On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot ---   meta/recipes-sato/webkit/webk

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Hello Jacob, On Fri, 2022-05-20 at 14:19 +0200, Jacob Kroon wrote: > On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: > > Otherwise the compilation may lead to out-of-memories. > > > > Signed-off-by: Thomas Perrot > > --- > >   meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Alexander Kanavin
The correct way to address this is to restrict the amount of webkit make jobs in site.conf, specific to the build host. Or add RAM. Ale On Fri 20. May 2022 at 14.20, Jacob Kroon wrote: > On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: > > Otherwise the compilation may lead to

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Jacob Kroon
On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot --- meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/webki

[OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot --- meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb

Re: [OE-core] [meta][dunfell][PATCH] libinput: Add fix for CVE-2022-1215

2022-05-20 Thread Ranjitsinh Rathod
On Tue, May 10, 2022 at 10:50 AM, Steve Sakoman wrote: > > Extra newline above silently inhibits application of the following two > hunks! Hi Steve, Can we raise a bug in the Yocto for this? Because it seems a serious issue where the patch is actually not applied and bitbake not giving any wa

[OE-core] [PATCH V2] eudev: create static-nodes in init script

2022-05-20 Thread Changqing Li
From: Changqing Li dev in modules.devname should be populated in /dev on boot. remove create static mode from udevd will make these devices cannot be populated. Since commit [1], when use sysVinit, devices like /dev/net/tun will not be created. more info: udevd in systemd also remove create sta

Re: [OE-core] [PATCH V4] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-05-20 Thread Richard Purdie
On Fri, 2022-05-20 at 10:56 +0100, Richard Purdie via lists.openembedded.org wrote: > Let me jump in and explain a bit about what I think we need to do here > to move forward. > > With the patch in this series applied, "oe-selftest -r > sstatetests.SStateTests.test_sstate_allarch_samesigs" fails.

Re: [OE-core] [PATCH V4] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-05-20 Thread Richard Purdie
Let me jump in and explain a bit about what I think we need to do here to move forward. With the patch in this series applied, "oe-selftest -r sstatetests.SStateTests.test_sstate_allarch_samesigs" fails. Looking at the test, it sets two different MACHINE values, "qemuarm" and "qemux86- 64". Lets s

Re: [OE-core] [PATCH V4] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-05-20 Thread Alexander Kanavin
Hello Sundeep, this looks like something that requires a bit of time to set up, reproduce and understand, and unfortunately I do not have the time this week or the next. If you need my assistance you have to wait. Alex On Thu, 19 May 2022 at 13:12, Sundeep KOKKONDA wrote: > > Hello, > On 14-05-

[OE-core][PATCH] images_types: isolate the write of UBI configuration

2022-05-20 Thread Kory Maincent via lists.openembedded.org
From: Kory Maincent Isolate the writing of the UBI configuration in a separate function. This allows to use a custom configuration easily by overriding the function. Replace the echo functions by a cat to have a more readable configuration. Signed-off-by: Kory Maincent --- meta/classes/image_

Re: [OE-Core][PATCH 1/3] eudev: Convert dependencies to PACKAGECONFIG

2022-05-20 Thread Alex Kiernan
On Fri, May 20, 2022 at 9:24 AM wrote: > > On Mon, 2022-05-16 at 20:49 +0100, Alex Kiernan wrote: > > GObject support was dropped in 252150e181c5 ("src/gudev: remove Gobject > > libudev support."), but some gir support appears to still exist. > > > > Fill out PACKAGECONFIG options. > > > > Signed-

Re: [OE-Core][PATCH 1/3] eudev: Convert dependencies to PACKAGECONFIG

2022-05-20 Thread Richard Purdie
On Mon, 2022-05-16 at 20:49 +0100, Alex Kiernan wrote: > GObject support was dropped in 252150e181c5 ("src/gudev: remove Gobject > libudev support."), but some gir support appears to still exist. > > Fill out PACKAGECONFIG options. > > Signed-off-by: Alex Kiernan > Signed-off-by: Alex Kiernan >

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.1.rc1)

2022-05-20 Thread Teoh, Jay Shen
Hello Everyone, This is the full report for yocto-4.0.1.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Have a good weekend 😊. Thanks, Jay > -Origi