Re: [OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-21 Thread Alexander Kanavin
But shouldn’t this be backwards? If building llvm results in installing the item, then it’s other recipes that need to ensure they don’t clash with it. Patching out llvm after the fact in do_install seems incorrect. Alex On Mon 21. Aug 2023 at 4.37, Kai Kang wrote: > From: Kai Kang > > Remove

[OE-core] [PATCH 1/3] core-image-minimal: increase extra space to pass df.py oeqa runtime test

2023-08-21 Thread Mikko Rapeli
testimage.bbclass requires that ssh communication with target works and then it runs oeqa runtime tests with that. Tests like df.py check that there is more than 5Mb free space on the rootfs on target. Sadly latest core-image-minimal only has 1.5 Mb free space if ssh-server-dropbear is added to it.

[OE-core] [PATCH 2/3] testimage.bbclass: detect slirp from TEST_RUNQEMUPARAMS

2023-08-21 Thread Mikko Rapeli
Also set target and server IP addresses correctly to 127.0.0.1 so that TEST_TARGET_IP and TEST_SERVER_IP don't need to be set manually with slirp. Users run qemu images with slirp networking like this: $ bitbake core-image-minimal $ ../poky/scripts/runqemu slirp slirp networking means that only

[OE-core] [PATCH v2 1/2] oeqa: wic: Add test for --no-table option

2023-08-21 Thread Markus Niebel
Add basic test for the --no-table wic part option. Signed-off-by: Markus Niebel --- v2: add this test case meta/lib/oeqa/selftest/cases/wic.py | 17 + 1 file changed, 17 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index

[OE-core] [PATCH v2 2/2] wic: fix wrong attempt to create file system in unpartitioned regions

2023-08-21 Thread Markus Niebel
The kickstart parser defaults fstype to "vfat". This leads to an attempt to create an empty file system even for regions configured with "--no-table" if used without fstype when no --sourceparams given. The fix tests for fstype "none" or no_table in Partition prepare method. This will omit the fil

[OE-core] [PATCH 3/3] selftest runtime_test.py: add testimage.bbclass slirp test

2023-08-21 Thread Mikko Rapeli
Builds core-image-minimal with testimage.bbclass and an ssh server and then runs tests with slirp networking. Default test suite must pass. With full caches on x86_64 with x86_64 target the test passes in 416 seconds: 2023-08-21 09:01:12,295 - oe-selftest - INFO - Ran 1 test in 464.955s 2023-08-2

Re: [OE-core] [PATCH] wic: fix wrong attempt to create file system in upartitioned regions

2023-08-21 Thread Markus Niebel
Hello Alexander, Am Freitag, dem 18.08.2023 um 11:52 + schrieb Alexander Kanavin: > > Does this mean there is a missing test for wic? Can you add one? > sorry for being not an expert. I hope the basic test I will send with v2 of the patch is usable as a starting point. > Alex > Markus

Re: [OE-core] [PATCH] wic: fix wrong attempt to create file system in upartitioned regions

2023-08-21 Thread Alexander Kanavin
On Mon, 21 Aug 2023 at 12:26, Markus Niebel wrote: > > Does this mean there is a missing test for wic? Can you add one? > > > > sorry for being not an expert. I hope the basic test I will send with > v2 of the patch is usable as a starting point. As long as the test fails without the fix, and pas

[OE-core] [[meta-oe][dunfell][PATCH]] rapidjson: Avoid usage of nobranch=1

2023-08-21 Thread Sourav Kumar Pramanik
From: Sourav Pramanik The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik --- meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 d

[OE-core] [meta-oe][dunfell][PATCH] rapidjson: Avoid usage of nobranch=1

2023-08-21 Thread Sourav Kumar Pramanik
From: Sourav Pramanik The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik --- meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 d

Re: [OE-core] [meta-oe][dunfell][PATCH] rapidjson: Avoid usage of nobranch=1

2023-08-21 Thread Alexander Kanavin
Thanks, the correct mailing list is openembedded-devel, not oe-core. Alex On Mon, 21 Aug 2023 at 13:18, Sourav Kumar Pramanik wrote: > > From: Sourav Pramanik > > The usage of nobranch=1 in SRC_URI allows using unprotected branches. > > This change updates the real branch name in place of nobra

[OE-core] [PATCH] cve_check: Fix cpe_id generation

2023-08-21 Thread Jasper Orschulko via lists.openembedded.org
Use "*" (wildcard) instead of "a" (application)in cpe_id generation, as the product is not necessarily of type application, e.g. linux_kernel, which is of type "o" (operating system). Signed-off-by: Jasper Orschulko --- meta/lib/oe/cve_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

Re: [OE-core] [PATCH] cve_check: Fix cpe_id generation

2023-08-21 Thread Luca Ceresoli via lists.openembedded.org
Hello Jasper, On Mon, 21 Aug 2023 14:02:30 +0200 "Jasper Orschulko via lists.openembedded.org" wrote: As you can see your sender address has been mangled, and as a result the patch is rejected by the the openembedded git server. This is not your faul

[OE-core] [PATCH 2/2] linux/cve-exclusions: update CVE_STATUS exclusions

2023-08-21 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- .../linux/cve-exclusion_6.1.inc | 42 +-- .../linux/cve-exclusion_6.4.inc | 42 +-- 2 files changed, 78 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/linux/cve-exclusio

[OE-core] [PATCH 1/2] linux/generate-cve-exclusions.py: fix comparison

2023-08-21 Thread Ross Burton
From: Ross Burton The backport detection logic didn't handle issues which were backported to the current version. Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/generate-cve-exclusions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/ge

[OE-core] [mickledore][PATCH] ccache.bbclass: Add allowed list for native recipes

2023-08-21 Thread Angelo Ribeiro via lists.openembedded.org
From: Angelo Ribeiro Native recipes are not able to use ccache currently, due to a circular dependency between ccache-native and cmake-native. This affects also other native recipes, but not all, imposing a limitation in build time optimizations. The introduction of CCACHE_NATIVE_RECIPES_ALLOWED

[OE-core] [kirkstone][PATCH] ccache.bbclass: Add allowed list for native recipes

2023-08-21 Thread Angelo Ribeiro via lists.openembedded.org
From: Angelo Ribeiro Native recipes are not able to use ccache currently, due to a circular dependency between ccache-native and cmake-native. This affects also other native recipes, but not all, imposing a limitation in build time optimizations. The introduction of CCACHE_NATIVE_RECIPES_ALLOWED

Re: [OE-core] [PATCH] cve_check: Fix cpe_id generation

2023-08-21 Thread Jasper Orschulko via lists.openembedded.org
Hi Luca, thanks for the heads-up. That's curious, I assumed this would not be a problem as my signing email address is the same as the from address? (mbox) Adding cc: Jasper Orschulko from line 'From: Jasper Orschulko ' (body) Adding cc: Jasper Orschulko from line 'Signed-off-by: Jasper Or

[OE-core] [meta-oe][PATCH v2] vim: update obsolete comment

2023-08-21 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier vim 8.3 has been out for a long time, so this comment is obsolete. However we still need UPSTREAM_VERSION_UNKNOWN, since we ignore the last digit of the upstream version number. Test result: $ devtool check-upgrade-status vim ... INFO: vim 9.0.1

[OE-core] [PATCH 2/2] procps: backport fix for CVE-2023-4016

2023-08-21 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- .../procps/procps/CVE-2023-4016.patch | 73 +++ meta/recipes-extended/procps/procps_4.0.3.bb | 1 + 2 files changed, 74 insertions(+) create mode 100644 meta/recipes-extended/procps/procps/CVE-2023-4016.patch diff --gi

[OE-core] [PATCH 1/2] python3: ignore disputed CVE-2023-36632

2023-08-21 Thread Ross Burton
From: Ross Burton For some reason in the migration of CVE_CHECK_IGNORE to CVE_STATUS[1], this CVE was commented out. [1] oe-core 1634ed40 Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3_3.11.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/reci

Re: [OE-core] OE-core CVE metrics for master on Sun 20 Aug 2023 01:00:01 AM HST

2023-08-21 Thread Ross Burton
On 20 Aug 2023, at 18:30, Khem Raj via lists.openembedded.org wrote: > >> CVE-2023-0687 (CVSS3: 9.8 CRITICAL): glibc >> https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-0687 * > > We are at 2.38 release on master and this release contains > https://sourceware.org/git/?p=glibc.git;a=co

[oe-core][kirkstone][PATCH 1/1] gstreamer1.0: upgrade 1.20.6 -> 1.20.7

2023-08-21 Thread Polampalli, Archana via lists.openembedded.org
This release only contains bugfixes. Highlighted bugfixes in 1.20.7: Security fixes for flacparse, dvdspu, and subparse, and the RealMedia demuxer h265parse: Fix framerate handling filesink: Fix buffered mode writing of buffer lists and buffers with multiple memories asfmux, rtpbin_buffer_list t

[OE-core] [PATCH] binutils: Add missing DEPENDS on pod2man

2023-08-21 Thread Richard Purdie
Otherwise this can be used from the host leading to output determinism issues where the output may have zero length files for man pages without it. Limit it to target only since we don't need this for native/cross. Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils_2.41.b

[OE-core] [PATCH v5 0/2] Upgrade less and add ptest

2023-08-21 Thread Julien Stephan
Hi all, Release tarballs now include lesstest so upgrade less to latest version and add ptest support for it. My branch is available on poky-contrib repository [1] v1 can be found here: https://lists.openembedded.org/g/openembedded-core/message/183894 v2 can be found here: https://lists.open

[OE-core] [PATCH v5 1/2] less: upgrade 633 -> 643

2023-08-21 Thread Julien Stephan
Signed-off-by: Julien Stephan --- meta/recipes-extended/less/{less_633.bb => less_643.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/less/{less_633.bb => less_643.bb} (93%) diff --git a/meta/recipes-extended/less/less_633.bb b/meta/recipes-extended/less/

[OE-core] [PATCH v5 2/2] less: add ptest support

2023-08-21 Thread Julien Stephan
add ptest support for less root@qemux86-64:~# ptest-runner less START: ptest-runner 2023-08-21T14:22 BEGIN: /usr/lib/less/ptest TEST chinese1.lt PASS: chinese1 (30 steps) TEST colorbars.lt PASS: colorbars (222 steps) TEST github216.lt PASS: github216 (143 steps) TEST github265.lt PASS: github265 (

[OE-core] [PATCH] build-sysroots: Ensure dependency chains are minimal

2023-08-21 Thread Richard Purdie
We need to ensure this recipe doesn't have dependencies on others. The SPDX classes/tasks introduce dependenies quilt-native and patch-native which can introduce races on files in the sysroots. Avoid the races by removing the tasks we don't need. [YOCTO #15186] Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 00/10] linux-yocto: consolidated pull request

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Richard, While we track down the remaining 6.4 boot issues, here is the set of -stable and specific fixes that I've queued in my kernel testing tree. It is possible that some of the 6.4-stable's have fixes for our boot issues, but I didn't see anything obvious. In particul

[OE-core] [PATCH 01/10] linux-yocto/6.1: update to v6.1.44

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 0a4a7855302d Linux 6.1.44 dd5f2ef16e3c x86: fix backwards merge of GDS/SRSO bit fa5b932b77c8 xen/netback: Fix buffer overrun triggered by unusual packet 4f25355540ad x86/srso:

[OE-core] [PATCH 02/10] linux-yocto/6.4: update to v6.4.10

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: b269b0268d41 Linux 6.4.10 c9c0b889e2d3 x86/CPU/AMD: Do not leak quotient data after a division by 0 493c80a4f20b drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in t

[OE-core] [PATCH 03/10] linux-yocto/6.1: update to v6.1.45

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 1321ab403b38 Linux 6.1.45 f2615bb47be4 x86/CPU/AMD: Do not leak quotient data after a division by 0 673cdde74fd1 Revert "drm/i915: Disable DC states for all commits" af72151824

[OE-core] [PATCH 04/10] kern-tools: include utility to post process config diffs

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Trevor Woerner contributed a simple utility that cleans up a .config diff to produce a fragment. kconfig-diff2frag.py: introduce a utility to post process a config diff Add a python tool to generate a config fragment from a unified diff of two kernel configurati

[OE-core] [PATCH 05/10] linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.1: 4675ec8d0b9a kernel/sched: Fix uninitialized read in nohz_full/isolcpus setup The carry forward of commit from the v5.15 linux-yocto kernel: https://git.yoctoproject.org/linux-yocto/commit/?id=97c96388922 ...in

[OE-core] [PATCH 06/10] linux-yocto/6.4: fix uninitialized read in nohz_full/isolcpus setup

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.4: 4675ec8d0b9a kernel/sched: Fix uninitialized read in nohz_full/isolcpus setup The carry forward of commit from the v5.15 linux-yocto kernel: https://git.yoctoproject.org/linux-yocto/commit/?id=97c96388922 ...in

[OE-core] [PATCH 07/10] linux-yocto/6.4: update to v6.4.11

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: eb3cdb587879 Linux 6.4.11 0fc364d079fd alpha: remove __init annotation from exported page_is_ram() 7438f63562fa ACPI: scan: Create platform device for CS35L56 fee4731266af plat

[OE-core] [PATCH 08/10] linux-yocto/6.1: update to v6.1.46

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 6c44e13dc284 Linux 6.1.46 5525c289dbcf drm/amd/pm/smu7: move variables to where they are used 4346a66ad198 sch_netem: fix issues in netem_change() vs get_dist_table() 3ae919c31

[OE-core] [PATCH 09/10] linux-yocto/6.1: fix IRQ-80 warnings

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.1: 44fd0c7a5a79 tick/rcu: fix false positive "softirq work is pending" messages on RT Paul Gortmaker has found and fixed the root cause of why we are getting "softirq work is pending" messages on boot with -rt .. alt

[OE-core] [PATCH 10/10] linux-yocto/6.4: fix IRQ-80 warnings

2023-08-21 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.4: 9753b4497951 tick/rcu: fix false positive "softirq work is pending" messages on RT Paul Gortmaker has found and fixed the root cause of why we are getting "softirq work is pending" messages on boot with -rt .. alt

Re: [OE-core] [PATCH 00/10] linux-yocto: consolidated pull request

2023-08-21 Thread Richard Purdie
On Mon, 2023-08-21 at 11:44 -0400, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Richard, > > While we track down the remaining 6.4 boot issues, here is the > set of -stable and specific fixes that I've queued in my kernel > testing tree. > > It is possible that some of the 6.4-sta

Re: [OE-core] [PATCH 00/10] linux-yocto: consolidated pull request

2023-08-21 Thread Bruce Ashfield
On Mon, Aug 21, 2023 at 11:47 AM Richard Purdie wrote: > > On Mon, 2023-08-21 at 11:44 -0400, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > Richard, > > > > While we track down the remaining 6.4 boot issues, here is the > > set of -stable and specific fixes that I've queued in

[OE-core] [PATCH 00/14] devtool ide plugin

2023-08-21 Thread Adrian Freihofer
According to https://www.yoctoproject.org/community/yocto-project-engineering-request-for-quotation/ one of the proposed areas for development of the Yocto project is "VSCode IDE Integration - New developer tooling". One aspect of this larger topic is helping application developers configure the

[OE-core] [PATCH 01/14] gitignore: vscode bitbake plugin folder

2023-08-21 Thread Adrian Freihofer
The vscode bitbake plugin creates its own build folder to run bitbake independently from other bitbake instances. Signed-off-by: Adrian Freihofer --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8f48d452dab..ca11ee36de2 100644 --- a/.gitignore +++

[OE-core] [PATCH 02/14] build: vscode configuration

2023-08-21 Thread Adrian Freihofer
This is just my setup. It's not supposed to be merged into poky. However, it could be useful to have something similar in poky because if VSCode tries to index the build folder it runs until the OOM killer stops it. Depending on the configuration of the OOM killer it's also very likely that some ot

[OE-core] [PATCH 03/14] cmake.bbclass: refactor cmake args

2023-08-21 Thread Adrian Freihofer
Make the details of the cmake configure arguments available to d.getVar(). This allows to share them with devtool via tinfoil. Signed-off-by: Adrian Freihofer --- meta/classes-recipe/cmake.bbclass | 43 +-- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git

[OE-core] [PATCH 04/14] cmake.bbclass: cleanup spaces and tabs

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- meta/classes-recipe/cmake.bbclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes-recipe/cmake.bbclass b/meta/classes-recipe/cmake.bbclass index 7c40df4cdbf..c63b0a80b18 100644 --- a/meta/classes-recipe/cmake.bbclass +++

[OE-core] [PATCH 05/14] cmake.bbclass: support qemu

2023-08-21 Thread Adrian Freihofer
Define the CMAKE_CROSSCOMPILING_EMULATOR variable similar to what the meson bbclass does. This allows for example to execute cross compilied unit tests on the build machine. CMAKE_CROSSCOMPILING_EMULATOR is a semi colon separated list of paramters which could directly handle the -L and the -E para

[OE-core] [PATCH 07/14] tests: add a C++ example recipe

2023-08-21 Thread Adrian Freihofer
This simple C++ project supports compilation with cmake and with meson. It's supposed to be used with oe-selftest for the devtool ide plugin. Signed-off-by: Adrian Freihofer --- meta-selftest/recipes-test/cpp/.gitignore | 1 + .../recipes-test/cpp/cmake-example.bb | 17 ++ .../r

[OE-core] [PATCH 06/14] devtool: new ide plugin

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- scripts/lib/devtool/ide.py | 1190 1 file changed, 1190 insertions(+) create mode 100755 scripts/lib/devtool/ide.py diff --git a/scripts/lib/devtool/ide.py b/scripts/lib/devtool/ide.py new file mode 100755 index 00

[OE-core] [PATCH 08/14] cmake-example: workaround for pseudo breakeage

2023-08-21 Thread Adrian Freihofer
--- meta-selftest/recipes-test/cpp/cmake-example.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-selftest/recipes-test/cpp/cmake-example.bb b/meta-selftest/recipes-test/cpp/cmake-example.bb index 96d543180b4..fbf1f266721 100644 --- a/meta-selftest/recipes-test/cpp/cmake-example.

[OE-core] [PATCH 09/14] refactor: make multiprocess_launch callable without d

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- meta/lib/oe/package.py | 5 +++-- meta/lib/oe/utils.py | 12 +--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index 9d70925b9b7..ffca7559ba7 100644 --- a/meta/lib/oe/package.py +++ b

[OE-core] [PATCH 10/14] refactor: make strip_execs callable without d

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- meta/classes-global/staging.bbclass | 3 ++- meta/lib/oe/package.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes-global/staging.bbclass b/meta/classes-global/staging.bbclass index 3a300c32e7c..7f4075a5f6e 1

[OE-core] [PATCH 11/14] devtool: refactor deploy-target

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- scripts/lib/devtool/__init__.py | 5 +- scripts/lib/devtool/deploy.py | 230 +--- 2 files changed, 124 insertions(+), 111 deletions(-) diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index 702db669

[OE-core] [PATCH 13/14] oe-selftest devtool: ide tests

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- meta/lib/oeqa/selftest/cases/devtool.py | 133 1 file changed, 133 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 14a80d5ff4c..083ecd4acfb 100644 --- a/meta/lib/oeqa/

[OE-core] [PATCH 12/14] devtool: ide make deploy-target quicker

2023-08-21 Thread Adrian Freihofer
--- scripts/lib/devtool/ide.py | 115 ++--- 1 file changed, 55 insertions(+), 60 deletions(-) diff --git a/scripts/lib/devtool/ide.py b/scripts/lib/devtool/ide.py index 7c7040232c4..9c724509d48 100755 --- a/scripts/lib/devtool/ide.py +++ b/scripts/lib/devtool/ide.p

[OE-core] [PATCH 14/14] docs: cover devtool ide

2023-08-21 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- documentation/sdk-manual/extensible.rst | 100 +++- 1 file changed, 99 insertions(+), 1 deletion(-) diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 9e08e57a4e7..81a46c4767f 100644 --- a/

Re: [OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-21 Thread Khem Raj
On 8/20/23 7:36 PM, Kai Kang wrote: From: Kai Kang Remove libLTO.so.* from llvm which should be provided by clang and packaged to llvm-linker-tools. It could avoids the error: ERROR: clang-16.0.6-r0 do_create_spdx: The recipe clang is trying to install files into a shared area when tho

[OE-core][PATCH 1/2] python3-cython: upgrade 0.29.36 -> 3.0.0

2023-08-21 Thread Trevor Gamblin
Changelog: https://github.com/cython/cython/blob/master/CHANGES.rst Signed-off-by: Trevor Gamblin --- meta/recipes-devtools/python/python-cython.inc| 4 ++-- .../{python3-cython_0.29.36.bb => python3-cython_3.0.0.bb}| 0 2 files changed, 2 insertions(+), 2 deletions(-) renam

[OE-core][PATCH 0/2] Upgrading Cython to 3.0.0

2023-08-21 Thread Trevor Gamblin
The Cython 3.0.0 release contains many changes. Since there are a large number of recipes that depend on it, there will potentially be build issues with recipes in meta-python and elsewhere. I performed a world build on poky alone with the python3-cython upgrade and the only recipe to fail was pyth

[OE-core][PATCH 2/2] python3-pyyaml: Make compatible with Cython 3.0.0

2023-08-21 Thread Trevor Gamblin
Backport a fix to avoid failures with get_source_files and build_ext during do_compile when compiling with Cython > 3.0.0. Signed-off-by: Trevor Gamblin --- .../0001-Fix-builds-with-Cython-3.patch | 47 +++ ...roject.toml-don-t-pin-Cython-version.patch | 26 ++ .../

Re: [OE-core] [PATCH 02/14] build: vscode configuration

2023-08-21 Thread Luca Ceresoli via lists.openembedded.org
Hello Adrian, On Mon, 21 Aug 2023 18:07:05 +0200 "Adrian Freihofer" wrote: > This is just my setup. It's not supposed to be merged into poky. If this not supposed to me merged, clarifying that on the subject line would be nice (e.g. add " DO NOT MERGE ") to not overlook that, as well a

Re: [OE-core] [PATCH 12/14] devtool: ide make deploy-target quicker

2023-08-21 Thread Luca Ceresoli via lists.openembedded.org
Hello Adrian, On Mon, 21 Aug 2023 18:07:15 +0200 "Adrian Freihofer" wrote: > --- This patch is missing your Signed-off-by line, and also patch 8 does. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mess

Re: [OE-core][PATCH v3] sstatesig: Add ACL and XATTR data to outhash

2023-08-21 Thread Piotr Łobacz
W dniu 18.08.2023 o 18:29, Joshua Watt via lists.openembedded.org pisze: Records the ACL and (some) extended attributes in the outhash Reviewed-by: Piotr Łobacz Tested-by: Piotr Łobacz Signed-off-by: Joshua Watt --- NOTE: This requires ACL and XATTR support from bitbake V2: Filter ACLs to

Re: [OE-core] [PATCH 02/14] build: vscode configuration

2023-08-21 Thread Adrian Freihofer via lists.openembedded.org
On Mon, 2023-08-21 at 21:56 +0200, Luca Ceresoli wrote: > Hello Adrian, > > On Mon, 21 Aug 2023 18:07:05 +0200 > "Adrian Freihofer" wrote: > > > This is just my setup. It's not supposed to be merged into poky. > > If this not supposed to me merged, clarifying that on the subject > line > would

Re: [OE-core] [PATCH 00/14] devtool ide plugin

2023-08-21 Thread Adrian Freihofer via lists.openembedded.org
On more hint for those who are on kirkstone (or any newer branch): The patches work on kirstone as well. Cherry-picking works 99.9% fast forward. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#186486): https://lists.openembedded.org/g/openembedded-

Re: [OE-core] [mickledore][PATCH] ccache.bbclass: Add allowed list for native recipes

2023-08-21 Thread Steve Sakoman
On Mon, Aug 21, 2023 at 2:36 AM Angelo Ribeiro via lists.openembedded.org wrote: > > From: Angelo Ribeiro > > Native recipes are not able to use ccache currently, due to a circular > dependency between ccache-native and cmake-native. > This affects also other native recipes, but not all, imposing

[OE-core][dunfell][PATCH] openssh: Fix CVE-2023-38408

2023-08-21 Thread virendra thakur
From: Virendra Thakur Add patch to fix CVE-2023-38408 Upstream-Status: Backport [https://launchpadlibrarian.net/680920377/openssh_8.2p1-4ubuntu0.9.debian.tar.xz] Signed-off-by: Virendra Thakur --- .../openssh/openssh/CVE-2023-38408-1.patch| 31 .../openssh/openssh/CVE-2023-38408-3.

[OE-core][PATCH 2/2] cmake.bbclass: fix allarch override syntax

2023-08-21 Thread Chen Qi via lists.openembedded.org
From: Chen Qi The override syntax should be ":allarch" instead of "_allarch". Signed-off-by: Chen Qi --- meta/classes-recipe/cmake.bbclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes-recipe/cmake.bbclass b/meta/classes-recipe/cmake.bbclass index 0d

[OE-core][PATCH 1/2] cmake: drop OE specific environment variable support

2023-08-21 Thread Chen Qi via lists.openembedded.org
From: Chen Qi CMAKE_TOOLCHAIN_FILE is now also a supported environment variable, we can export it directly. There's no need to use a OE specific patch to add OE_CMAKE_TOOLCHAIN_FILE support. Signed-off-by: Chen Qi --- .../cmake/cmake-native_3.26.4.bb | 1 - ...stem-use-oe-environ

Re: [OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-08-21 Thread Bruce Ashfield
On Thu, Aug 17, 2023 at 11:30 PM Xiangyu Chen wrote: > > Hi Bruce, > > > Sorry for being late, update some information I observed in my local setup; > > > On 5/31/23 20:23, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attac

Re: [OE-core][kirkstone][PATCH] go: fix CVE-2023-29406 net/http insufficient sanitization of Host header

2023-08-21 Thread Robert Yang via lists.openembedded.org
Hello, This patch caused docker failed to run on kirkstone branch: $ docker run --rm -it ubuntu /bin/bash Unable to find image 'ubuntu:latest' locally latest: Pulling from library/ubuntu 3153aa388d02: Pull complete Digest: sha256:0bced47fffa3361afa981854fcabcd4577cd43cebbb808cea2b1f33a3dd7f508 S

Re: [OE-core][kirkstone][PATCH] go: fix CVE-2023-29406 net/http insufficient sanitization of Host header

2023-08-21 Thread vkumbhar
Okay, If that's the case, I'll revert this patch. Thanks, Vivek On Tue, Aug 22, 2023 at 9:08 AM Robert Yang wrote: > Hello, > > This patch caused docker failed to run on kirkstone branch: > > $ docker run --rm -it ubuntu /bin/bash > Unable to find image 'ubuntu:latest' locally > latest: Pulling