Re: [OE-core] [PATCH v2] baremetal-helloworld: Enable RISC-V 64 port

2021-05-10 Thread Alistair Francis
On Tue, May 11, 2021 at 3:31 PM Alejandro Hernandez Samaniego wrote: > > Add support for MACHINE=qemuriscv64. > > $ runqemu nographic > > KERNEL: > [tmp/deploy/images/qemuriscv64/baremetal-helloworld-image-qemuriscv64.bin] > MACHINE: [qemuriscv64] > FSTYPE: [bin] > > runqemu - INFO - Running >

Re: [OE-core] [PATCH] epiphany: Update to 40.1

2021-05-10 Thread Robert Joslyn
Forgot the Signed-off-by, sent a v2. Thanks, Robert > On May 10, 2021, at 9:57 PM, Robert Joslyn > wrote: > > Refresh patch and adjust version directory for new version numbering > scheme. Add new dependency on libarchive. > --- > .../epiphany/{epiphany_3.38.3.bb => epiphany_40.1.bb} | 7

[OE-core] [PATCH v2] epiphany: Update to 40.1

2021-05-10 Thread Robert Joslyn
Refresh patch and adjust version directory for new version numbering scheme. Add new dependency on libarchive. Signed-off-by: Robert Joslyn --- .../epiphany/{epiphany_3.38.3.bb => epiphany_40.1.bb} | 7 --- .../0002-help-meson.build-disable-the-use-of-yelp.patch | 8 2 files

[OE-core] [PATCH v2] baremetal-helloworld: Enable RISC-V 64 port

2021-05-10 Thread Alejandro Hernandez Samaniego
Add support for MACHINE=qemuriscv64. $ runqemu nographic KERNEL: [tmp/deploy/images/qemuriscv64/baremetal-helloworld-image-qemuriscv64.bin] MACHINE: [qemuriscv64] FSTYPE: [bin] runqemu - INFO - Running

[OE-core] [PATCH] btrfs-tools: Update to 5.12

2021-05-10 Thread Robert Joslyn
License-Update: libbtrfsutil was relicensed to LGPLv2.1+: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/commit/?id=9e30f779e3cbf12a88ebe309ee371851fdfd3aa0 Signed-off-by: Robert Joslyn --- .../{btrfs-tools_5.11.1.bb => btrfs-tools_5.12.bb} | 6 +++--- 1 file

[OE-core] [PATCH] epiphany: Update to 40.1

2021-05-10 Thread Robert Joslyn
Refresh patch and adjust version directory for new version numbering scheme. Add new dependency on libarchive. --- .../epiphany/{epiphany_3.38.3.bb => epiphany_40.1.bb} | 7 --- .../0002-help-meson.build-disable-the-use-of-yelp.patch | 8 2 files changed, 8 insertions(+), 7

[OE-core] [PATCH] ffmpeg: Fix build on mips

2021-05-10 Thread Khem Raj
configure is not able to decode, right options to compiler, it needs to be set according to default tune manually. Fixes build issue on mips e.g. {standard input}: Assembler messages: | {standard input}:2162: Error: opcode not supported on this processor: mips32r2 (mips32r2) `dmult $22,$22' |

[OE-core] [hardknott][PATCH 00/31] pull request (cover letter only)

2021-05-10 Thread Anuj Mittal
Please merge these changes in hardknott. Thanks, Anuj The following changes since commit 940111cefa459bc7a5fd9de1cf70b2040ffb5229: rsync: fix CVE-2020-14387 (2021-04-26 11:41:25 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-05-10 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [OE-core] [PATCH 4/8] ffmpeg: update 4.3.2 -> 4.4

2021-05-10 Thread Khem Raj
On Mon, May 10, 2021 at 6:01 AM Alexander Kanavin wrote: > > Drop mips64_cpu_detection.patch as upstream > has changed the code in a way that's difficult > to rebase. I have confirmed that builds on qemumip64 still > work, and the patch does not say clearly what was the > way to reproduce the

Re: [OE-core] [Openembedded-architecture] Open Source Maintainers - An open letter/request

2021-05-10 Thread Richard Purdie
On Mon, 2021-05-10 at 13:52 -0700, akuster808 wrote: > > On 5/10/21 8:14 AM, Richard Purdie wrote: > > I appreciate these are difficult times, both for individuals and for  > > businesses. I'd like to conclude by thanking everyone who does participate > > and contribute. Whilst I do want/need to

Re: [OE-core] [Openembedded-architecture] Open Source Maintainers - An open letter/request

2021-05-10 Thread Armin Kuster
On 5/10/21 8:14 AM, Richard Purdie wrote: > TLDR: The project is seen as mature, employers don't prioritise maintaining > things and we're struggling for maintainers and help with day to day work > > > Open source projects survive, not just through development work and  > contributions of new

Re: [OE-core] SDK question: does "-c populate_sdk" build SDK based on entire image?

2021-05-10 Thread Denys Dmytriyenko
On Fri, May 07, 2021 at 09:49:32AM -0700, Andre McCurdy wrote: > On Fri, May 7, 2021 at 6:47 AM Robert P. J. Day wrote: > > > > On Fri, 7 May 2021, Quentin Schulz wrote: > > > > > Hi Robert, > > > > > > No SDK expert here, so as usual, to be taken with a grain of salt. > > > > > > On Fri, May 07,

[OE-core] [PATCH] openssh: Exclude CVE-2007-2768 from cve-check

2021-05-10 Thread Richard Purdie
We don't build/use the OPIE PAM module, exclude the CVE from this recipe. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh_8.6p1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb

Re: [OE-core] [PATCH] baremetal-helloworld: Enable RISC-V 64 port

2021-05-10 Thread Khem Raj
On Mon, May 10, 2021 at 8:36 AM Alejandro Hernandez Samaniego wrote: > > > > On Sun, May 9, 2021, 7:25 PM Alistair Francis wrote: >> >> On Sat, May 8, 2021 at 6:30 PM Alejandro Hernandez Samaniego >> wrote: >> > >> > Add support for MACHINE=qemuriscv64. >> > >> > $ runqemu nographic >> > >> >

[OE-core] [PATCH] logrotate: Exclude CVE-2011-1548,1549,1550 from cve-check

2021-05-10 Thread Richard Purdie
These CVEs apply to the way logrotate was installed on Gentoo, Debian and SUSE, exclude from cve-check as they don't apply to OE. Signed-off-by: Richard Purdie --- meta/recipes-extended/logrotate/logrotate_3.18.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [PATCH] baremetal-helloworld: Enable RISC-V 64 port

2021-05-10 Thread Alejandro Hernandez Samaniego
On Sun, May 9, 2021, 7:25 PM Alistair Francis wrote: > On Sat, May 8, 2021 at 6:30 PM Alejandro Hernandez Samaniego > wrote: > > > > Add support for MACHINE=qemuriscv64. > > > > $ runqemu nographic > > > > BIOS: > [tmp/deploy/images/qemuriscv64/baremetal-helloworld-image-qemuriscv64.elf] > >

[OE-core] [PATCH] jquery: Exclude CVE-2007-2379 from cve-check

2021-05-10 Thread Richard Purdie
The CVE is non-specific and depends on the users of jquery, doesn't make sense to have this flagged against jquery as there is nothing we can do about it. Signed-off-by: Richard Purdie --- meta/recipes-devtools/jquery/jquery_3.6.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git

[OE-core] Open Source Maintainers - An open letter/request

2021-05-10 Thread Richard Purdie
TLDR: The project is seen as mature, employers don't prioritise maintaining things and we're struggling for maintainers and help with day to day work Open source projects survive, not just through development work and  contributions of new features but through a whole load of "unglamorous"  day

[OE-core] [PATCH] cve-extra-exclusions.inc: Document 2 x qemu and exclude a glibc CVE

2021-05-10 Thread Richard Purdie
One qemu CVE has a pending CPE change, the other is still being pondered by upstream qemu, document the status. Exclude a glibc CVE entry since it is for a specific corner case in ftp servers which are unlikely to apply for us and upstream have no plans to change it. Signed-off-by: Richard

Re: [OE-core] [PATCH] gcc-sanitizers: Package up static hwasan files as well

2021-05-10 Thread Khem Raj
On Mon, May 10, 2021 at 2:00 AM Martin Jansa wrote: > > * introduced with gcc-11, other hwasan files were already packaged in: > 3df4a25465 gcc-sanitizers: Package up hwasan files > but static library was still triggering installed-vs-shipped > > Signed-off-by: Martin Jansa > --- >

[OE-core][dunfell 25/25] reproducible.py: add quilt-ptest and valgrind-ptest

2021-05-10 Thread Steve Sakoman
Both don't seem to be reproducible with fedora 33 Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/reproducible.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index

[OE-core] [PATCH 2/2] liberation-fonts: fix upstream version check

2021-05-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb index 53f4252814..e33c4d1520

[OE-core][dunfell 24/25] ovmf: update edk2-stable202005 -> edk2-stable202008

2021-05-10 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 61cc9acb54be09a12aac7c79f4b14e7e525d5596) Signed-off-by: Steve Sakoman --- ...ovmf-update-path-to-native-BaseTools.patch | 6 ++-- ...ile-adjust-to-build-in-under-bitbake.patch

[OE-core][dunfell 23/25] ovmf: update to 202005

2021-05-10 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit f8bf6b5f9aedcc4490008000250e69f74529db75) Signed-off-by: Steve Sakoman --- meta/recipes-core/ovmf/ovmf_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 1/2] swig: fix upstream version check

2021-05-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/swig/swig.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index e62718c508..292bca393d 100644 --- a/meta/recipes-devtools/swig/swig.inc +++

[OE-core][dunfell 22/25] ovmf: update to 202002

2021-05-10 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit c4301758f5a1560965ca5fb69eb1492adf351ed0) Signed-off-by: Steve Sakoman --- ...st.patch => 0001-ovmf-Update-to-latest.patch} | 16

[OE-core][dunfell 20/25] oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown test

2021-05-10 Thread Steve Sakoman
From: Richard Purdie Rather than totally disabling the logging, inform it we're about to exit so we can log messages over the exit cleanly too. This aids debugging. It also avoids a race where the logging handler could still error whilst shutting down. Also remove a race window by notificing

[OE-core][dunfell 21/25] lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for intercepts

2021-05-10 Thread Steve Sakoman
If the scripts/postinst-intercepts is owned by root/root then the copyfile() calls will fail due to chown issues. We don't care about ownership of these files so use shutil.copy() instead which won't perform any chown. Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 19/25] libevent: Increase ptest timing tolerance 50 ms -> 100 ms

2021-05-10 Thread Steve Sakoman
From: Yi Fan Yu Adjusting the tolerance to a more reasonable time given the load on the AB and given the high amount(100) of events some of the tests like `common_timeout` generates. [YOCTO #14163] Signed-off-by: Yi Fan Yu Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 18/25] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message

2021-05-10 Thread Steve Sakoman
From: Michael Opdenacker This expands the error message when a network failure is detected. It happens that some ISPs or networks block the default example.com domain. Therefore, instead of disabling network access, it lets the user know how to modify the test URL. Signed-off-by: Michael

[OE-core][dunfell 10/25] pybootchart/draw: Avoid divide by zero error

2021-05-10 Thread Steve Sakoman
From: Richard Purdie When disk stats don't run frequenctly enough, we see divide by zero errors. The code already has a fallback path so ensure we use it for this case too. [YOCTO #14360] Signed-off-by: Richard Purdie (cherry picked from commit b71d30aef5dc2c360432c0dd4147859dd303ea48)

[OE-core][dunfell 15/25] diffoscope: add native libraries to LD_LIBRARY_PATH

2021-05-10 Thread Steve Sakoman
From: Alexander Kanavin Reversal of global setting in previous commit necessitates a local fix, otherwise, this happens: File

[OE-core][dunfell 16/25] Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands"

2021-05-10 Thread Steve Sakoman
From: Alexander Kanavin LD_LIBRARY_PATH leaks into host executables too, and breaks them as they are not uninative-enabled. E.g. on ubuntu 18.04 trying to run host bash with a sysroot that was built on Fedora 33:

[OE-core][dunfell 17/25] classes/image: Use xargs to set file timestamps

2021-05-10 Thread Steve Sakoman
From: Joshua Watt Instead of having find directly invoke touch for each file in the root file system, pass a list to xargs for batching. This significantly reduces the number of times the touch program is invoked and speeds up the do_image task time: PKG TASK ABSDIFF RELDIFF

[OE-core][dunfell 09/25] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland

2021-05-10 Thread Steve Sakoman
From: Kai Uwe Broulik The code in ext/qt/meson.build looks for the Qt5WaylandClient pkg-config file. Without this module, qmlglsink will not work with Wayland. This can be tested by checking whether or not HAVE_QT_WAYLAND has been added to the cflags in the autogenerated ninja file. Writen by:

[OE-core][dunfell 14/25] make-mod-scripts: add HOSTCXX definitions and gmp-native dependency

2021-05-10 Thread Steve Sakoman
From: Bruce Ashfield With kernel v5.8+ and gcc10 plugins, we can run into the following build error: HOSTCXX -fPIC scripts/gcc-plugins/arm_ssp_per_task_plugin.o In file included from

[OE-core][dunfell 13/25] perf: fix python-audit RDEPENDS

2021-05-10 Thread Steve Sakoman
From: Bruce Ashfield When doing the perf python3 conversion, the audit-python RDEPENDS was caught up in the regex replacement and was incorrectly changed. The audit recipe continues to produce a package called audit-python and it is that package we should have as a RDEPENDS. Signed-off-by:

[OE-core][dunfell 12/25] cml1.bbclass: Return sorted list of cfg files

2021-05-10 Thread Steve Sakoman
From: Khem Raj Since these files are passed to merge_config.sh its better to use a sorted list, so we can be sure that this list is always fed in same order irrespective of python versions on host Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 11/25] rootfs.py: find .ko.gz and .ko.xz kernel modules as well

2021-05-10 Thread Steve Sakoman
From: Christophe Chapuis * with xz PACKAGECONFIG enabled in kmod and xz module compression enabled in kernel the do_rootfs task doesn't run depmod in the image, because it thinks there are no modules: NOTE: No Kernel Modules found, not running depmod Signed-off-by: Martin Jansa

[OE-core][dunfell 07/25] ptest-runner: libgcc must be installed for pthread_cancel to work

2021-05-10 Thread Steve Sakoman
From: Jose Quaresma This only affects glibc systems and have been found on runqemu core-image-minimal with gstreamer ptest-runner STOP: ptest-runner libgcc_s.so.1 must be installed for pthread_cancel to work Aborted Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked

[OE-core][dunfell 06/25] linux-yocto/5.4: update to v5.4.116

2021-05-10 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 370636ffbb86 Linux 5.4.116 e23967af130b bpf: Update selftests to reflect new error states ef4e68f0af04 bpf: Tighten speculative pointer arithmetic mask

[OE-core][dunfell 08/25] kernel.bbclass: Remove do_install[prefunc] no longer needed

2021-05-10 Thread Steve Sakoman
From: Mark Hatle Prior work has refactored the do_install task multiple times, and any references to PKGV and PKGR (even indirect ones) have been removed. Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie (cherry picked from commit 36fe4db8ae827a93abe9fce6740459d215411965)

[OE-core][dunfell 05/25] linux-yocto/5.4: update to v5.4.114

2021-05-10 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: a7eb81c1d11a Linux 5.4.114 3822683fd101 net: phy: marvell: fix detection of PHY on Topaz switches cec3b778f70f ARM: 9071/1: uprobes: Don't hook on thumb

[OE-core][dunfell 04/25] wireless-regdb: upgrade 2020.11.20 -> 2021.04.21

2021-05-10 Thread Steve Sakoman
From: zhengruoqin Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie (cherry picked from commit df540a630f87c02898f7ce5703f63e9c7bd2c156) Signed-off-by: Steve Sakoman --- ...ireless-regdb_2020.11.20.bb => wireless-regdb_2021.04.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core][dunfell 03/25] yocto-uninative: Update to 3.1 which includes a patchelf fix

2021-05-10 Thread Steve Sakoman
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 1d9d38eb6b3621fed58a217eeb4de1816e3e6487) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core][dunfell 02/25] binutils: fix CVE-2021-3487

2021-05-10 Thread Steve Sakoman
From: Lee Chee Yang drop changes to changelog file in the patch so it can be backport. Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../binutils/binutils-2.34.inc| 1 + .../binutils/binutils/CVE-2021-3487.patch | 83 +++ 2 files changed,

[OE-core][dunfell 01/25] tar: Fix CVE-2021-20193

2021-05-10 Thread Steve Sakoman
From: Anatol Belski Signed-off-by: Anatol Belski Signed-off-by: Steve Sakoman --- .../tar/tar/CVE-2021-20193.patch | 133 ++ meta/recipes-extended/tar/tar_1.32.bb | 1 + 2 files changed, 134 insertions(+) create mode 100644

[OE-core][dunfell 00/25] Patch review

2021-05-10 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Of particular note this week are the last four patches in the series: 26f7657698 ovmf: update to 202002 28f6c91b8b ovmf: update to 202005 aaeb10db2a ovmf: update edk2-stable202005 ->

[OE-core] [PATCH] ccache: version bump 4.2.1 -> 4.3

2021-05-10 Thread Bastian Krause
Instead of [1] a very similar PR [2] was merged that allows enabling/disabling documentation builds. So drop the patch here and use the upstream cmake option ENABLE_DOCUMENTATION instead. [1] https://github.com/ccache/ccache/pull/844 [2] https://github.com/ccache/ccache/pull/842 Signed-off-by:

Re: [OE-core] [PATCH] rng-tools: disable the CPU affinity mask

2021-05-10 Thread Mikko Rapeli
Hi, On Mon, May 10, 2021 at 02:23:02PM +0100, Jack Mitchell wrote: > On 10/05/2021 10:48, Richard Purdie wrote: > > On Mon, 2021-05-10 at 10:33 +0800, Yu, Mingli wrote: > >> From: Mingli Yu > >> > >> For the jitter entropy source, each task thread will create an internal > >> counter timer

Re: [OE-core] [PATCH 22/61] ffmpeg: update 4.3.2 -> 4.4

2021-05-10 Thread Trevor Gamblin
On 2021-05-10 8:48 a.m., Alexander Kanavin wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On Wed, 5 May 2021 at 20:25, Khem Raj > wrote: > > Drop mips64_cpu_detection.patch as upstream > has changed the code in a way that's

Re: [OE-core] [PATCH] rng-tools: disable the CPU affinity mask

2021-05-10 Thread Jack Mitchell
On 10/05/2021 10:48, Richard Purdie wrote: > On Mon, 2021-05-10 at 10:33 +0800, Yu, Mingli wrote: >> From: Mingli Yu >> >> For the jitter entropy source, each task thread will create an internal >> counter timer thread when the system clock resolution is under 5MHz. >> >> But it will introduce

Re: [OE-core] [PATCH 4/7] oeqa/selftest: transition to weston images

2021-05-10 Thread Alexander Kanavin
How about now? http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/commit/?h=contrib/akanavin/transition-to-weston=1cd449267db015fb89f6c3f2c85fe855fd845015 Alex On Mon, 10 May 2021 at 13:08, Ross Burton wrote: > The only-x11 target is close but it should drop the opengl distro

[OE-core] [PATCH 6/8] mesa: add lmsensors PACKAGECONFIG

2021-05-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/mesa/mesa.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a85f94c75e..4cec1034e4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++

[OE-core] [PATCH 5/8] powertop: update 2.13 -> 2.14

2021-05-10 Thread Alexander Kanavin
Drop configure() tweaks, none of them are needed anymore, and particularly the ncurses tweak was changing the build in a way that is not clear (and no one remembers why it was there in the first place). Adjust LDFLAGS as somehow -pthread isn't there --> link failures. Signed-off-by: Alexander

[OE-core] [PATCH 1/8] Revert "go: Use dl.google.com for SRC_URI"

2021-05-10 Thread Alexander Kanavin
This reverts commit 4118415d4bc6243c98a1440195826be7cbad24f1. This was found to be unnecessary, and broke upstream version checks. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/go-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/8] gdk-pixbuf: rewrite the cross-build support for tests

2021-05-10 Thread Alexander Kanavin
It was scattered over four different patches, and wasn't guarded by a configuration option. Hopefully the new patch is acceptable to upstream. Signed-off-by: Alexander Kanavin --- .../0001-Add-use_prebuilt_tools-option.patch | 140 ++

[OE-core] [PATCH 7/8] meson: update 0.57.2 -> 0.58.0

2021-05-10 Thread Alexander Kanavin
Rebase patches; dropped chunks (and cross-prop-default.patch) have been removed upstream. Move native-only patches to all-patches, as they're a pain to rebase separately. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 10 +---

[OE-core] [PATCH 8/8] gstreamer1.0-plugins-base_1.18.4.bb: backport a patch to fix meson 0.58 builds

2021-05-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...c91697a141fea7317aff7f0f28e5a861db99.patch | 50 +++ .../gstreamer1.0-plugins-base_1.18.4.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644

[OE-core] [PATCH 3/8] expat: upgrade 2.2.10 -> 2.3.0

2021-05-10 Thread Alexander Kanavin
Drop 0001-Add-output-of-tests-result.patch (difficult to rebase). I have verified that ptests still pass, and print PASS for every test. If they start failing we can revisit what kind of output would be beneficial. Signed-off-by: Alexander Kanavin --- .../0001-Add-output-of-tests-result.patch

[OE-core] [PATCH 4/8] ffmpeg: update 4.3.2 -> 4.4

2021-05-10 Thread Alexander Kanavin
Drop mips64_cpu_detection.patch as upstream has changed the code in a way that's difficult to rebase. I have confirmed that builds on qemumip64 still work, and the patch does not say clearly what was the way to reproduce the failure it's aiming to address. Signed-off-by: Alexander Kanavin ---

Re: [OE-core] [PATCH 22/61] ffmpeg: update 4.3.2 -> 4.4

2021-05-10 Thread Alexander Kanavin
On Wed, 5 May 2021 at 20:25, Khem Raj wrote: > > > > Drop mips64_cpu_detection.patch as upstream > > has changed the code in a way that's difficult > > to rebase. > > > > Trevor was working on it and he has being trying to fix it for mips > case as well. So lets leave this to him > The new

[OE-core] [PATCH] qemu: Exclude CVE-2018-18438 from cve-check

2021-05-10 Thread Richard Purdie
The issues were investigated and found not to be an issue therefore exclude from checks. Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index

Re: [OE-core] [PATCH] e2fsprogs: use default inode size for small fs

2021-05-10 Thread Mathieu Dubois-Briand
Hi, I don't see much enthusiasm for this patch. As I said, maybe the way I did it is not be the best one, but I'm open to any comment or request for modification. I feel like the goal of this patch is important. Without it, small ext partitions generated with open embedded will not support any

[OE-core] [PATCH] meson: update patch status

2021-05-10 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/meson/meson/gi-target-dep.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/meson/meson/gi-target-dep.patch b/meta/recipes-devtools/meson/meson/gi-target-dep.patch index 25b30ca27ae..29e164ccc71

Re: [OE-core] [PATCH 4/7] oeqa/selftest: transition to weston images

2021-05-10 Thread Ross Burton
The only-x11 target is close but it should drop the opengl distro feature too. Ross On Tue, 4 May 2021 at 19:04, Alexander Kanavin wrote: > > On Tue, 4 May 2021 at 19:01, Ross Burton wrote: >> >> Hi Alex, >> >> First, I love to see this. :) >> >> However, using this as a convenient starting

[OE-core] [PATCH] glibc: Document and whitelist CVE-2019-1010022-25

2021-05-10 Thread Richard Purdie
These CVEs are disputed by upstream and there is no plan to fix/address them. No other distros are carrying patches for them. There is a patch for 1010025 however it isn't merged upstream and probably carries more risk of other bugs than not having it. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 1/3] cairo: backport patch for CVE-2020-35492

2021-05-10 Thread Ross Burton
--- .../cairo/cairo/CVE-2020-35492.patch | 60 +++ meta/recipes-graphics/cairo/cairo_1.16.0.bb | 1 + 2 files changed, 61 insertions(+) create mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2020-35492.patch diff --git

[OE-core] [PATCH 2/3] libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings)

2021-05-10 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb index 1ff4b2e15fe..bbbd72193e2 100644 ---

[OE-core] [PATCH 3/3] builder: whitelist CVE-2008-4178 (a different builder)

2021-05-10 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/builder/builder_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb index 0a64c31ab3c..9d5cd8cde6c 100644 ---

Re: [OE-core] [PATCH 02/61] go: correct upstream version check

2021-05-10 Thread Alexander Kanavin
On Wed, 5 May 2021 at 21:34, Khem Raj wrote: > > +UPSTREAM_CHECK_URI = "https://golang.org/dl/; > > I think we should revert > > https://git.openembedded.org/openembedded-core/commit/?id=8470e38ac1d9f9bb6d8a4ee43724af452d080057 > > instead. That fix was unnessary, the problem was in AB download

[OE-core] [PATCH] cve-extra-exclusions: Update/add CVE-2000-0803, CVE-2005-0238, CVE-2019-14865

2021-05-10 Thread Richard Purdie
Update a CVE status with the data sent upstream to the database, document another as unifxable by us and add the status of another sent upstream for a database entry change. Signed-off-by: Richard Purdie --- .../distro/include/cve-extra-exclusions.inc | 23 --- 1 file

Re: [OE-core] [PATCH v2] ovmf: Improve reproducibility by enabling prefix mapping

2021-05-10 Thread Ross Burton
Much nicer than V1 :) I'll have to remember that you can do ENV() like that! Ross On Mon, 10 May 2021 at 10:51, Richard Purdie wrote: > > We want to pass ${DEBUG_PREFIX_MAP} to gcc commands and also pass in > --debug-prefix-map to nasm (we carry a patch to nasm for this). The > tools

[OE-core] [PATCH v2] ovmf: Improve reproducibility by enabling prefix mapping

2021-05-10 Thread Richard Purdie
We want to pass ${DEBUG_PREFIX_MAP} to gcc commands and also pass in --debug-prefix-map to nasm (we carry a patch to nasm for this). The tools definitions are built by ovmf-native so we need to pass this in at target build time when we know the right values. By using determininistc file paths in

Re: [OE-core] [PATCH] rng-tools: disable the CPU affinity mask

2021-05-10 Thread Richard Purdie
On Mon, 2021-05-10 at 10:33 +0800, Yu, Mingli wrote: > From: Mingli Yu > > For the jitter entropy source, each task thread will create an internal > counter timer thread when the system clock resolution is under 5MHz. > > But it will introduce high cpu usage for a long time and also make random

[OE-core] [PATCH] gcc-sanitizers: Package up static hwasan files as well

2021-05-10 Thread Martin Jansa
* introduced with gcc-11, other hwasan files were already packaged in: 3df4a25465 gcc-sanitizers: Package up hwasan files but static library was still triggering installed-vs-shipped Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc-sanitizers.inc | 4 +++- 1 file changed, 3

Re: [OE-core] qemuppc shutdown issues - disable serial console for it?

2021-05-10 Thread Richard Purdie
On Wed, 2021-05-05 at 13:59 -0400, Bruce Ashfield wrote: > On Wed, May 5, 2021 at 12:36 PM Richard Purdie > wrote: > > > > We've been seeing a lot of the qemuppc shutdown issue and I decided to look > > into it. The really worrying thing looking at the logs locally is the serial > > ports are

[OE-core] [PATCH] puzzles: Upstream changed to main branch for development

2021-05-10 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index f5e49a4ab2f..69c3faadcf9 100644 ---

[OE-core] [PATCH] linux-firmware: include all relevant files in -bcm4356

2021-05-10 Thread Yann Dirson
From: Yann Dirson This currently catches the .clb_blob and .vamrs,rock960.txt, and other .txt files may come in future upstream releases. Signed-off-by: Yann Dirson --- meta/recipes-kernel/linux-firmware/linux-firmware_20210315.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)