[OE-core] [PATCH 1/1] externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used.

2022-09-08 Thread Kristian Amlie via lists.openembedded.org
When 73fa855f6af5ef9c3 was introduced, the "cleandirs" variable flag started applying to functions exported using EXPORT_FUNCTIONS. The externalsrc class is supposed to remove cleandirs in order to prevent wiping out an external src folder (home directory?), but doesn't take the previous point

[OE-core] [PATCH] oeqa/selftest/debuginfod: don't re-use the database

2022-09-08 Thread Ross Burton
debuginfod writes the files it scans to a database in $HOME, which isn't ideal when the build trees that get scanned typically are deleted after the test has finished. This can result in debuginfod trying to return objects that no longer exist on disk: libc error: stat

Re: [OE-core] [PATCH] linux-yocto: Enable mdio for qemu

2022-09-08 Thread Alexandre Belloni via lists.openembedded.org
Hi, This caused many failures like this one: https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/5847/steps/11/logs/stdio On 07/09/2022 15:05:35-0700, Khem Raj wrote: > There are package like mdio-netlink in meta-oe which need this feature > to be available, it has started to fail

Re: [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc

2022-09-08 Thread Alexandre Belloni via lists.openembedded.org
Hi, This caused failures similar to this one: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4110/steps/14/logs/stdio Full list here: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4203 On 07/09/2022 16:14:16-0700, Khem Raj wrote: > This file is already

[OE-core] [PATCH 1/2] gcc: remove obsolete poisoned calloc workaround

2022-09-08 Thread Ross Burton
This was fixed upstream in de6f402a, as part of 12.2. Signed-off-by: Ross Burton --- meta/recipes-devtools/gcc/gcc-12.2.inc| 1 - ...ched.h-include-ahead-of-user-headers.patch | 56 --- 2 files changed, 57 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] gcc: remove obsolete MinGW patch

2022-09-08 Thread Ross Burton
This patch appears to be obsoleted by 217d5be, in GCC 11.1 onwards. libstdc++: Test errno macros directly for all targets [PR 93151] This applies the same changes to the djgpp and mingw versions of error_constants.h as r11-6137 did for the generic version. Signed-off-by: Ross Burton

Re: [OE-core] [PATCH] linux-yocto: Enable mdio for qemu

2022-09-08 Thread Bruce Ashfield
On Thu, Sep 8, 2022 at 9:48 AM Alexandre Belloni wrote: > > Hi, > > This caused many failures like this one: > https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/5847/steps/11/logs/stdio > Technically not an error, only an error in the eyes of the stricter testing. Khem: Let me

Re: [OE-core] [PATCH v2] webkitgtk: Fix build on 32bit arm

2022-09-08 Thread Yu, Mingli
Hi Khem, Thanks for your update! But after apply your patch, there comes below issue: /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W ebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h:101:22: error: 'JSC::Uint8ClampedArray' {aka

[OE-core] [meta][dunfell][PATCH 1/2] sdbus-c++: Upgrade sdbus-c++ 1.1.0 to 1.2.0

2022-09-08 Thread Riyaz Ahmed Khan
From: Riyaz Khan Add SHA value in SRCREV and remove 7f437a6e06d2ec3abd3e2fd1101ab6aab386bc44.patch as this this patch is already part of 1.2.0 Source. Reference link: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0 Signed-off-by: Riyaz Khan ---

[OE-core] [meta][dunfell][PATCH 2/2] sdbus-c++-tools: Upgrade sdbus-c++-tools 1.1.0 to 1.2.0

2022-09-08 Thread Riyaz Ahmed Khan
From: Riyaz Khan Update SHA value in SRCREV. Reference link: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0 Signed-off-by: Riyaz Khan --- .../{sdbus-c++-tools_1.1.0.bb => sdbus-c++-tools_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [OE-core] [PATCH v11] Rust Oe-Selftest implementation

2022-09-08 Thread Richard Purdie
On Wed, 2022-09-07 at 20:27 +0530, pgowda@gmail.com wrote: > From: pgowda > > The patch implements Rust testing framework similar to other selftest, > specifically the gcc selftest in OE. It uses the client and server > based method to test the binaries for cross-target on the image. > The

[OE-core] [PATCH] rust-hello-world: move to meta-skeleton

2022-09-08 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../hello-rust}/rust-hello-world/0001-enable-LTO.patch| 0 .../recipes-skeleton/hello-rust}/rust-hello-world_git.bb | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {meta/recipes-example/rust-hello-world =>

Re: [OE-Core][dunfell][PATCH] tiff: Fix for CVE-2022-2867/8/9

2022-09-08 Thread Steve Sakoman
On Wed, Sep 7, 2022 at 7:04 PM Virendra Thakur via lists.openembedded.org wrote: > > From: Virendra Thakur > > Add Patch to fix CVE-2022-2867, CVE-2022-2868 > CVE-2022-2869 This fails on the autobuilder: ERROR: tiff-4.1.0-r0 do_patch: Applying patch

Re: [OE-core] [PATCH] rust: Use variable to specify extra tools to install

2022-09-08 Thread Otavio Salvador
Em qui., 8 de set. de 2022 às 12:13, Khem Raj escreveu: > All architectures may not support same set of tools, therefore use a > variable to specify this. E.g. on riscv32 only cargo-clippy is buildable > right now. > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/rust/rust_1.63.0.bb |

[OE-core] [PATCH v2] binutils-cross-canadian: Do not package gprofng.rc

2022-09-08 Thread Khem Raj
This file is already packaged via nativesdk-gprofng and can cause populate SDK conflicts Also delete the etc directory if its empty it can still cause packaging QA errors Signed-off-by: Khem Raj --- v2: Delete empty etc dir as well meta/recipes-devtools/binutils/binutils-cross-canadian.inc |

[OE-core] [PATCH] rust: Use variable to specify extra tools to install

2022-09-08 Thread Khem Raj
All architectures may not support same set of tools, therefore use a variable to specify this. E.g. on riscv32 only cargo-clippy is buildable right now. Signed-off-by: Khem Raj --- meta/recipes-devtools/rust/rust_1.63.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] linux-yocto: Enable mdio for qemu

2022-09-08 Thread Khem Raj
Cool, thanks! On Thu, Sep 8, 2022 at 7:09 AM Bruce Ashfield wrote: > > On Thu, Sep 8, 2022 at 9:48 AM Alexandre Belloni > wrote: > > > > Hi, > > > > This caused many failures like this one: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/5847/steps/11/logs/stdio > > > >

[OE-core] [PATCH v2] rust: Use variable to specify extra tools to install

2022-09-08 Thread Khem Raj
All architectures may not support same set of tools, therefore use a variable to specify this. E.g. on riscv32 rustfmt is not buildable right now. Signed-off-by: Khem Raj --- v2: fix typo and only exclude rustfmt on rv32 since thats what does not build

[OE-core] [PATCH] boost: Refrain bjam from poking into host includes

2022-09-08 Thread Khem Raj
bjam's logic to find icu during build time tries to poke at /usr/ for various files and it succeeds for 32bit target build on my host and it adds -I/usr/inclue to search paths because I do have icu installed on build host in /usr/lib and /usr/include but does not succeed for 64-bit target builds

Re: [OE-core] [PATCH] cairo: Adapt the license information based on what is being built

2022-09-08 Thread Peter Kjellerstedt
Please cherry-pick this to Kirkstone. //Peter > -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Peter Kjellerstedt > Sent: den 6 september 2022 15:34 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] cairo: Adapt the license

[OE-core] [PATCH] gobject-introspection: Do not hardcode objdump name

2022-09-08 Thread Khem Raj
Use OBJDUMP variable in the script, this helps in using the lddwrapper with recipes which maybe using different objdump tools e.g.l llvm-objdump or vice-versa Signed-off-by: Khem Raj --- .../gobject-introspection/gobject-introspection_1.72.0.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] rust-hello-world: move to meta-skeleton

2022-09-08 Thread Richard Purdie
On Thu, 2022-09-08 at 13:33 -0300, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > > .../hello-rust}/rust-hello-world/0001-enable-LTO.patch| 0 > .../recipes-skeleton/hello-rust}/rust-hello-world_git.bb | 0 > 2 files changed, 0 insertions(+), 0 deletions(-)

[OE-core] [PATCH v2] rootfs.py: dont try to list installed packages for baremetal images

2022-09-08 Thread Alejandro Hernandez Samaniego
Theres not a rootfs for baremetal images, hence we should avoid trying to list rootfs packages for them. This fixes an issue where some classes (e.g. license_image) rely on rootfs functionality when included for baremetal images even if its nonexistent Signed-off-by: Alejandro Enedino Hernandez

Re: [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc

2022-09-08 Thread Khem Raj
Thanks Alex, sent a v2 which should address it. On Thu, Sep 8, 2022 at 6:49 AM Alexandre Belloni wrote: > > Hi, > > This caused failures similar to this one: > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4110/steps/14/logs/stdio > > Full list here: >

[OE-core] [PATCH v3] webkitgtk: Fix build on 32bit arm

2022-09-08 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Mingli Yu --- v2: Fix commit msg format v3: Apply suggestion from https://github.com/WebKit/WebKit/pull/1233#discussion_r915217428 ...44e17d258106617b0e6d783d073b188a2548.patch | 296 ++ meta/recipes-sato/webkit/webkitgtk_2.36.7.bb | 1 + 2 files

Re: [OE-core] [PATCH] cairo: Adapt the license information based on what is being built

2022-09-08 Thread Steve Sakoman
On Thu, Sep 8, 2022 at 6:44 AM Peter Kjellerstedt wrote: > > Please cherry-pick this to Kirkstone. Will do! Steve > > //Peter > > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Peter Kjellerstedt > > Sent: den 6 september 2022 15:34 > > To:

Re: [OE-Core][dunfell][PATCH] tiff: Fix for CVE-2022-2867/8/9

2022-09-08 Thread Virendra Thakur via lists.openembedded.org
Hi Steve, I am attaching here with tiff patchset . please let me know if its fine. From: Steve Sakoman Sent: Friday, September 9, 2022 12:14 AM To: Virendra Kumar Thakur Cc: openembedded-core@lists.openembedded.org ; Virendra Kumar Thakur Subject: Re:

Re: [OE-Core][dunfell][PATCH] tiff: Fix for CVE-2022-2867/8/9

2022-09-08 Thread Virendra Thakur via lists.openembedded.org
Please take this patch . removed change-ID as its not needed. From: openembedded-core@lists.openembedded.org on behalf of Virendra Thakur via lists.openembedded.org Sent: Friday, September 9, 2022 10:41 AM To: Steve Sakoman Cc: