This the final oe-core pull request for the 4.0.2 release.
The following changes since commit b2d10487f80deb04a0893325a1ae79c8629a7655:
liberror-perl: Update sstate/equiv versions to clean cache (2022-06-17
05:02:15 -1000)
are available in the Git repository at:
git://git.openembedded.org/
The following changes since commit 135adeb82c9303c26193bb6f6bd3bc696793aa62:
archiver: don't use machine variables in shared recipes (2022-06-15 06:40:10
-1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
http://cgit.op
From: Ming Liu
The '.include' syntax has been dropped from latest systemd releases,
we need drop the systemd-udevd.service here, introduce a postinst
function to add "MountFlags=shared" to systemd-udevd.service.
Also lsblk binary is being called in mount.sh automount_systemd
function, add it to
Add testcases for partial reports with CVE_CHECK_REPORT_PATCHED and
Ignored CVEs.
Signed-off-by: Marta Rybczynska
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry-picked from 3f7639b90004973782a2e74925fd2e9a764c1090)
---
meta/lib/oeqa/selftest/cases/cve_check.py | 82
Ignored CVEs aren't patched, but do not apply in our configuration
for some reason. Up till now they were only partially supported
and reported as "Patched".
This patch adds separate reporting of Ignored CVEs. The variable
CVE_CHECK_REPORT_PATCHED now manages reporting of both patched
and ignored
On 6/23/22 12:30, Luca Ceresoli via lists.openembedded.org wrote:
Unfortunately this patch does not apply as strace has been bumped to
5.18 by a recent commit. Could you send a v2 series with this updated
please?
Hi Luca, new v2 series sent with updated strace version:
https://patchwork.yocto
PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant
parameter from oe_runmake call.
Signed-off-by: Niko Mauno
---
meta/recipes-devtools/valgrind/valgrind_3.19.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb
PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant
parameter from oe_runmake call.
Signed-off-by: Niko Mauno
---
meta/recipes-devtools/strace/strace_5.18.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/strace/strace_5.18.bb
b/meta/recip
Since oe_runmake wrapper doesn't by default involve PARALLEL_MAKE
outside do_compile() nor PARALLEL_MAKEINST outside do_install(),
enable parallellized make by default when oe_runmake is invoked from
do_compile_ptest() or do_install_ptest() by declaring wrapper task
specific EXTRA_OEMAKE overrides
Hi Alex,
On Thu, 23 Jun 2022 16:52:55 +0200
Alexander Kanavin wrote:
> Thanks Luca, this was not meant for merging (RFC), but it helps to see
> the issues upfront.
Sure, however Richard asked me to test this on the autobuilders.
Cheers.
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engi
On Thu, Jun 23, 2022 at 5:27 PM Martin Jansa wrote:
> On Tue, Jun 21, 2022 at 10:16 PM Alexander Kanavin
> wrote:
>
>> Signed-off-by: Alexander Kanavin
>> ---
>> ...wkmsDRI2Extension-instead-of-driDRI2.patch | 113 ++
>> .../{mesa-gl_22.0.3.bb => mesa-gl_22.1.2.bb} | 0
>> m
On Tue, Jun 21, 2022 at 10:16 PM Alexander Kanavin
wrote:
> Signed-off-by: Alexander Kanavin
> ---
> ...wkmsDRI2Extension-instead-of-driDRI2.patch | 113 ++
> .../{mesa-gl_22.0.3.bb => mesa-gl_22.1.2.bb} | 0
> meta/recipes-graphics/mesa/mesa.inc | 3 +-
> .../mes
Thanks Luca, this was not meant for merging (RFC), but it helps to see
the issues upfront.
Alex
On Thu, 23 Jun 2022 at 12:03, Luca Ceresoli wrote:
>
> Hi Alex,
>
> On Wed, 22 Jun 2022 12:33:08 +0200
> "Alexander Kanavin" wrote:
>
> > Specifically:
> > 1. Add a few more toolchain items to DEPEND
> I trust this will be submitted upstream right after the python CLA is
> signed and approved?
I can’t just sign it due to employment etc etc, but yes, the process is in
motion.
Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#167272):
https:
Is there a reason the patch is marked as Pending? If not, then please
submit upstream before submitting to oe-core.
Alex
On Thu, 23 Jun 2022 at 15:47, Markus Volk wrote:
>
> Signed-off-by: Markus Volk
> ---
> ...Lists.txt-only-install-opt-viewer-if.patch | 60 +++
> meta/recipe
I trust this will be submitted upstream right after the python CLA is
signed and approved?
Alex
On Fri, 17 Jun 2022 at 14:48, Ross Burton wrote:
>
> This test uses find_unused_port() which is inherently racey, so retry
> it a few times before failing.
>
> [ YOCTO #14840 ]
>
> Signed-off-by: Ross
Signed-off-by: Markus Volk
---
...Lists.txt-only-install-opt-viewer-if.patch | 60 +++
meta/recipes-devtools/llvm/llvm_git.bb| 11 ++--
2 files changed, 66 insertions(+), 5 deletions(-)
create mode 100644
meta/recipes-devtools/llvm/llvm/0001-opt-viewer-CMakeLists.txt-onl
Signed-off-by: Markus Volk
---
meta/recipes-devtools/llvm/llvm_git.bb | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
b/meta/recipes-devtools/llvm/llvm_git.bb
index 0d7b042958..f9d124e387 100644
--- a/meta/recipes-devtools/ll
Hi Alex,
On Wed, 22 Jun 2022 12:33:08 +0200
"Alexander Kanavin" wrote:
> Specifically:
> 1. Add a few more toolchain items to DEPENDS so they're available in the
> recipe sysroot.
> 2. Use deploy mechanism to place the SDK environment setup file and testdata
> for testing it
> into the image d
Signed-off-by: Markus Volk
---
meta/recipes-devtools/llvm/llvm_git.bb | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
b/meta/recipes-devtools/llvm/llvm_git.bb
index 0d7b042958..3c560dfcfe 100644
--- a/meta/recipes-devtools/llv
Hi Niko,
On Wed, 22 Jun 2022 22:16:14 +0300
"niko.ma...@vaisala.com via lists.openembedded.org"
wrote:
> PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant
> parameter from oe_runmake call.
>
> Signed-off-by: Niko Mauno
> ---
> meta/recipes-devtools/strace/strace_5.17.bb | 2 +-
Hi Markus,
On Thu, 23 Jun 2022 09:57:11 +0200
"Markus Volk" wrote:
> Hi Luca,
>
> the reason i made the switch working manually both sides was that i
> wanted to remove those python modules from build dependencies as i
> thought they would only be needed at runtime.
Sure, fair enough.
As fo
Hi Luca,
the reason i made the switch working manually both sides was that i
wanted to remove those python modules from build dependencies as i
thought they would only be needed at runtime. But this should work as
well and I'm of course OK with it.
Markus
Am 23.06.22 um 09:40 schrieb Luca C
From: Luca Ceresoli
Currently the CMake configuration for llvm finds the python pygments and
pyyaml if they are installed on the host. This makes builds
non-reproducible across different machines, some having those modules
installed and some others not.
This has been causing a 'reproducible' fai
Hi Markus,
On Wed, 22 Jun 2022 23:03:47 +0200
"Markus Volk" wrote:
> Hi Luca,
>
> your commit message is way better than mine.
>
> One suggestion on your patch. I guess to be working on the target it
> would be needed to add python3-pygment and python3-pyyaml as runtime
> dependencies as wel
25 matches
Mail list logo