[OE-core] [PATCH v1] meson: make wrapper options sub-command specific

2022-09-17 Thread Liam Beguin
The meson-wrapper adds setup options to facilitate cross-compilation. The current options are exclusive to the setup sub-command and might cause issues with other sub-commands. Update the wrapper to make options sub-command specific. Signed-off-by: Liam Beguin --- .../meson/meson/meson-wrapper

[OE-core] [PATCH] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-17 Thread Khem Raj
Update SRCREV to bring in few bug fixes Install a .so symlink which could be used during linking Signed-off-by: Khem Raj --- .../musl/gcompat/0001-auxv-new-module.patch | 59 +++ meta/recipes-core/musl/gcompat_git.bb | 6 +- 2 files changed, 63 insertions(+), 2

Re: [OE-core] [RFC][PATCH 1/1] mesa: fix building OpenCL programs

2022-09-17 Thread Richard Purdie
On Sat, 2022-09-17 at 14:56 +0300, Andrey Konovalov wrote: > When building an OpenCL program clover needs to locate opencl-c.h > include file. This include file location is passed via cpp args using > CLANG_RESOURCE_DIR macro. To set CLANG_RESOURCE_DIR value meson currently > uses "$(llvm-config

Re: [OE-core] [RFC PATCH] python3: update 3.10.6 -> 3.11.0rc2

2022-09-17 Thread Richard Purdie
On Wed, 2022-09-14 at 14:04 +0200, Alexander Kanavin wrote: > The semaphore fix has landed and is available from 3.11 onwards: > https://github.com/python/cpython/commit/1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc > > 3.11 release schedule: https://peps.python.org/pep-0664/ > > Drop

[OE-core] [RFC][PATCH 0/1] mesa: clover | Microsoft/Intel CLC: fix building OpenCL programs

2022-09-17 Thread Andrey Konovalov
This fixes the errors like: -8<- dragonboard-845c:~$ clinfo Max work group size 1024 === CL_PROGRAM_BUILD_LOG === :1:10: fatal error: 'opencl-c.h' file not found Preferred work group size multiple (kernel) Preferred / native vector sizes

[OE-core] [RFC][PATCH 1/1] mesa: fix building OpenCL programs

2022-09-17 Thread Andrey Konovalov
When building an OpenCL program clover needs to locate opencl-c.h include file. This include file location is passed via cpp args using CLANG_RESOURCE_DIR macro. To set CLANG_RESOURCE_DIR value meson currently uses "$(llvm-config --libdir)" which results in path to sysroot included into

Re: [OE-core] [RFC][PATCH 1/1] mesa: fix building OpenCL programs

2022-09-17 Thread Alexander Kanavin
Please send this upstream first. Alex On Sat 17. Sep 2022 at 12.56, Andrey Konovalov wrote: > When building an OpenCL program clover needs to locate opencl-c.h > include file. This include file location is passed via cpp args using > CLANG_RESOURCE_DIR macro. To set CLANG_RESOURCE_DIR value

Re: [OE-core] [RFC PATCH] python3: update 3.10.6 -> 3.11.0rc2

2022-09-17 Thread Alexander Kanavin
This is marked RFC for exactly that reason :) the purpose is to allow pre-testing with other layers, and avoid duplication of effort. Alex On Sat 17. Sep 2022 at 15.04, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2022-09-14 at 14:04 +0200, Alexander Kanavin wrote: > >

[OE-core] [PATCH 1/4] python3-certifi: upgrade 2022.6.15 -> 2022.9.14

2022-09-17 Thread Richard Purdie
License checksum change due to a url change, license itself unchanged. Signed-off-by: Richard Purdie --- ...hon3-certifi_2022.6.15.bb => python3-certifi_2022.9.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-certifi_2022.6.15.bb =>

[OE-core] [PATCH 3/4] numactl: upgrade 2.0.14 -> 2.0.15

2022-09-17 Thread Richard Purdie
License checksum change from a typo fix. Signed-off-by: Richard Purdie --- meta/recipes-support/numactl/numactl_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index

[OE-core] [PATCH 2/4] libpng: upgrade 1.6.37 -> 1.6.38

2022-09-17 Thread Richard Purdie
License checksum changed to to copyright year changes. Signed-off-by: Richard Purdie --- .../libpng/{libpng_1.6.37.bb => libpng_1.6.38.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.37.bb => libpng_1.6.38.bb} (83%)

[OE-core] [PATCH 4/4] rpm: Upgrade 4.17.1 -> 4.18rc1

2022-09-17 Thread Richard Purdie
rpm is close to release and give our release timings, update to the rc1 of 4.18. Includes fixes for CVE-2021-35937, CVE-2021-35938 and CVE-2021-35939 which can't be easily backported. Refresh patches and drop the error.h patch as error() no longer used. Signed-off-by: Richard Purdie ---

[OE-core][kirkstone 0/5] Pull request (cover letter only)

2022-09-17 Thread Steve Sakoman
The following changes since commit 08406e03abddc7290c0c2296aa179725a58155d3: runqemu: display host uptime when starting (2022-09-12 04:45:14 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next

Re: [OE-core] wic/wks boot using labels instead of partitions

2022-09-17 Thread Mark Hatle
Thank you, this worked perfectly. On 9/17/22 1:20 AM, Markus Volk wrote: --use-label This should do it. Am Fr, 16. Sep 2022 um 16:41:48 -0500 schrieb Mark Hatle : Is there a way to tell the _generated_ fstab to use labels to boot and not hard coded partitions? If I remove the --ondisk

[OE-core] [PATCH] apt: Fix type mismatches and ptest builds

2022-09-17 Thread Khem Raj
These issues are found with clang15 Signed-off-by: Khem Raj --- ...me_t-and-suseconds_t-from-std-chrono.patch | 64 +++ ...tive-helper-Undefine-_FORTIFY_SOURCE.patch | 27 meta/recipes-devtools/apt/apt_2.4.5.bb| 2 + 3 files changed, 93 insertions(+) create

Re: [OE-core] [RFC][PATCH 0/1] mesa: clover | Microsoft/Intel CLC: fix building OpenCL programs

2022-09-17 Thread Khem Raj
On Sat, Sep 17, 2022 at 4:56 AM Andrey Konovalov wrote: > > This fixes the errors like: > > -8<- > dragonboard-845c:~$ clinfo > >Max work group size 1024 > === CL_PROGRAM_BUILD_LOG === > :1:10: fatal error: 'opencl-c.h' file not found >Preferred work

Re: [OE-core] [PATCH 1/7] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-09-17 Thread Alexander Kanavin
On Sat, 17 Sept 2022 at 02:06, Peter Kjellerstedt wrote: > Sorry, my fault. I forgot that while the build directory is created > in oe-setup-builddir, the path that is used is actually determined in > oe-buildenv-internal, line 42-81. And this is the part that I would > have to duplicate. Now, I

Re: [OE-core] wic/wks boot using labels instead of partitions

2022-09-17 Thread Markus Volk
--use-label This should do it. Am Fr, 16. Sep 2022 um 16:41:48 -0500 schrieb Mark Hatle : Is there a way to tell the _generated_ fstab to use labels to boot and not hard coded partitions? If I remove the --ondisk attribute from the wks file it defaults to /dev/sda. What I tried was: