Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.2.4.rc1)

2021-05-12 Thread Sangeeta Jain
Hello All, This is the full report for yocto-3.2.4.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. One new issue found: Bug 14392 - [QA 3.2.4 RC1] failure in ptest :

[OE-core] [hardknott][PATCH 11/15] grub2.inc: remove '-O2' from CFLAGS

2021-05-12 Thread Anuj Mittal
From: Kai Kang It fails to boot grub after upgrade grub to 2.06. According to description in https://bugzilla.yoctoproject.org/show_bug.cgi?id=14367 it is introduced by a commit to fix CVE. So remove option '-O2' from CFLAGS rather than revert the commit to avoid the failure. [YOCTO #14367]

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

2021-05-12 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 943402b25212408a4ddcfa8a146b645509e138dd) Signed-off-by: Anuj Mittal --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [hardknott][PATCH 13/15] lsb-release: fix reproducibility failure

2021-05-12 Thread Anuj Mittal
Make sure help2man output is reproducible. Fixes: | .\"·DO·NOT·MODIFY·THIS·FILE!··It·was·generated·by·help2man·1.022. .\"·DO·NOT·MODIFY·THIS·FILE!··It·was·generated·by·help2man·1.022. | .TH·FSG·"1"·"April·2021"·"FSG·lsb_release·v1.4"·FSG .TH·FSG·"1"·"May·2021"·"FSG·lsb_release·v1.4"·FSG |

[OE-core] [hardknott][PATCH 14/15] linux-firmware: include all relevant files in -bcm4356

2021-05-12 Thread Anuj Mittal
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 Signed-off-by: Richard Purdie (cherry picked from commit e332738a8aae0914c58b40faae8b9d7a82fd6a95) Signed-off-by: Anuj Mittal

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

2021-05-12 Thread Diego Santa Cruz via lists.openembedded.org
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Robert P. J. Day via > lists.openembedded.org > Sent: 07 May 2021 15:12 > To: OE Core mailing list > Subject: [OE-core] SDK question: does "-c populate_sdk" build SDK based on

[OE-core] [hardknott][PATCH] ccache: add packageconfig docs option

2021-05-12 Thread Peter Kjellerstedt
From: Bastian Krause Before, ccache's configure stage built HTML documentation and man pages depending on if asciidoc is installed. This patch makes it configurable. Pass the new cmake option ENABLE_DOCUMENTATION along and add the asciidoc dependency if necessary. This fixes an issue when

[OE-core] [hardknott][PATCH 08/15] lttng-modules: backport patches to fix build against 5.12+ kernel

2021-05-12 Thread Anuj Mittal
From: Vinícius Ossanes Aquino Add the following patches from stable-2.12 branch of lttng repository to fix errors when building lttng-modules against 5.12+ kernel since they are not present on the release 2.12.5: - 17cd2dc9 fix: block: add a disk_uevent helper (v5.12) - 127135b6 fix backport:

[OE-core] [hardknott][PATCH 12/15] ruby: upgrade 3.0.0 -> 3.0.1

2021-05-12 Thread Anuj Mittal
From: zhengruoqin Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie (cherry picked from commit b6949a028fd31bd04ed0478fb34a58b971f31e1f) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/ruby/{ruby_3.0.0.bb => ruby_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [hardknott][PATCH 10/15] dejagnu: needs expect at runtime

2021-05-12 Thread Anuj Mittal
From: Romain Naour runtest return an error due to missing expect on the target. Add expect as runtime dependency. Signed-off-by: Romain Naour Signed-off-by: Richard Purdie (cherry picked from commit d9a3a08edc1efcbe7b02e80be98370792d3c6cc2) Signed-off-by: Anuj Mittal ---

[OE-core] [hardknott][PATCH 03/15] oeqa/qemurunner: Fix binary vs str issue

2021-05-12 Thread Anuj Mittal
From: Richard Purdie The recent logging changes for qemurunner showed up as errors on the autobuilder where decode couldn't be called on the returned string. Since the code returns binary data, return b'' instead of '' to match to avoid tracebacks. One of these cases was newly added, copied

[OE-core] [hardknott][PATCH 04/15] oeqa/qemurunner: Improve handling of run_serial for shutdown commands

2021-05-12 Thread Anuj Mittal
From: Richard Purdie When running a shutdown command, the serial port can close without the command returning. This is seen as the socket being readable but having no data. Change the way this case is handled in the code to avoid tracebacks. Signed-off-by: Richard Purdie (cherry picked from

[OE-core] [hardknott][PATCH 00/15] review request

2021-05-12 Thread Anuj Mittal
Please review these changes for hardknott. No problems while testing on autobuilder. Thanks, Anuj The following changes since commit d5d88c2293e8ebc958d1bce9af8f796024443be9: libevent: Increase ptest timing tolerance 50 ms -> 100 ms (2021-05-07 08:51:54 +0800) are available in the Git

[OE-core] [hardknott][PATCH 05/15] db: update CVE_PRODUCT

2021-05-12 Thread Anuj Mittal
From: Chen Qi Update CVE_PRODUCT to also include 'berkeley_db'. For example, CVE-2020-2981 uses 'berkeley_db'. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit ad799b109716ccd2f44dcf7a6a4cfcbd622ea661) Signed-off-by: Anuj Mittal ---

[OE-core] [hardknott][PATCH 06/15] linux-firmware: upgrade 20210208 -> 20210315

2021-05-12 Thread Anuj Mittal
From: Alexander Kanavin License-Update: additional firmware files, version changes Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 2f10b9dbb4fb8ccb9a427883370fbbeb6f394551) Signed-off-by: Anuj Mittal --- ...{linux-firmware_20210208.bb =>

[OE-core] [hardknott][PATCH 01/15] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message

2021-05-12 Thread Anuj Mittal
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] [hardknott][PATCH 07/15] linux-yocto/5.4: qemuppc32: reduce serial shutdown issues

2021-05-12 Thread Anuj Mittal
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.4: qemuppc32: reduce serial issues seen on shutdown Richard reported: 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

[OE-core] [hardknott][PATCH 09/15] libcap: Configure Make variables correctly without a horrible hack

2021-05-12 Thread Anuj Mittal
From: Peter Kjellerstedt Occasionally, the build would fail with: make[2]: execvp: mkdir: Argument list too long This turned out to be due to a hacky solution used in the recipe to modify the Makefile, which resulted in one more $(BUILD_CFLAGS) being added to the immediately expanded

[OE-core] [hardknott][PATCH 02/15] oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown test

2021-05-12 Thread Anuj Mittal
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

Re: [OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Alexander Kanavin
The patch backports dwarf-5 support to gold linker (presumably from an upcoming version of binutils?), which does not quite match the title or description? Alex On Wed, 12 May 2021 at 14:42, Martin Jansa wrote: > * DWARF-5 is now used by default with gcc-11, causing > 11.1.0/ld: internal

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

2021-05-12 Thread Lee Chee Yang
Looks like this patch failed buildepoxy.EpoxyTest.test_epoxy test https://autobuilder.yoctoproject.org/typhoon/#/builders/62/builds/3417/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/48/builds/3416/steps/12/logs/stdio >-Original Message- >From:

Re: [OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Martin Jansa
On Wed, May 12, 2021 at 03:21:53PM +0200, Alexander Kanavin wrote: > The patch backports dwarf-5 support to gold linker (presumably from an > upcoming version of binutils?), which does not quite match the title or > description? gold linker is part of binutils, so what doesn't match with title or

[OE-core][PATCH] python3: upgrade 3.9.4 -> 3.9.5

2021-05-12 Thread Trevor Gamblin
Version 3.9.5 includes a fix for CVE-2021-29921. Signed-off-by: Trevor Gamblin --- .../python/{python3_3.9.4.bb => python3_3.9.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3_3.9.4.bb => python3_3.9.5.bb} (99%) diff --git

[OE-core] [PATCH] kern-tools: Kconfiglib: add support for bare 'modules' keyword

2021-05-12 Thread Bruce Ashfield
From: Bruce Ashfield Bumping the SRCREV to pickup the following for the kern-tools: commit 6dd85ff178cd76851e2184b13e545f5a88d1be30 [kconfig: change "modules" from sub-option to first-level attribute] broke parsing in 5.13+ trees. We add the new location to the parser so we can

Re: [OE-core] [PATCHv2] binutils: backport DWARF-5 support for gold

2021-05-12 Thread Khem Raj
lgtm On Wed, May 12, 2021 at 9:45 AM Martin Jansa wrote: > > * DWARF-5 is now used by default with gcc-11, causing > 11.1.0/ld: internal error in format_file_lineno, at > ../../gold/dwarf_reader.cc:2278 > collect2: error: ld returned 1 exit status > in various projects

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

2021-05-12 Thread Alexander Kanavin
Thank you, I will look into it. Alex On Wed, 12 May 2021 at 13:26, Lee, Chee Yang wrote: > Looks like this patch failed buildepoxy.EpoxyTest.test_epoxy test > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/62/builds/3417/steps/12/logs/stdio > >

[OE-core][dunfell 22/22] linux-firmware: include all relevant files in -bcm4356

2021-05-12 Thread Steve Sakoman
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 Signed-off-by: Richard Purdie (cherry picked from commit e332738a8aae0914c58b40faae8b9d7a82fd6a95) Signed-off-by: Steve Sakoman

[OE-core] [PATCH] libarchive: disable redundant libxml2 PACKAGECONFIG

2021-05-12 Thread Ross Burton
An XML parser (either libxml2, or expat) is only needed by libarchive to read/write XAR archives. However, these also need OpenSSL enabled which by default it is not, so XAR files were disabled and libxml2 was a build dependency for no reason. As XAR archives are mainly used on macOS, we can

Re: [OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Martin Jansa
On Wed, May 12, 2021 at 04:34:45PM +0200, Alexander Kanavin wrote: > Your patch is titled "binutils: backport dwarf-5 support" Which is all this patch is doing. > and the message > talks about dwarf-5 in general across the gnu toolchain. Which is the explanation why we need this backport since

[OE-core][dunfell 00/25] Pull request (cover letter only)

2021-05-12 Thread Steve Sakoman
The following changes since commit 834a8e357bc999a0163e7c5bafbcc1a8816448d4: license_image.bbclass: Fix symlink to generic license files (2021-05-03 04:56:23 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

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

2021-05-12 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

Re: [OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Alexander Kanavin
Your patch is titled "binutils: backport dwarf-5 support" and the message talks about dwarf-5 in general across the gnu toolchain. But this is not what it's about: it's only about adding dwarf-5 to gold. Alex On Wed, 12 May 2021 at 15:36, Martin Jansa wrote: > On Wed, May 12, 2021 at

[OE-core][dunfell 20/22] linux-yocto/5.4: qemuppc32: reduce serial shutdown issues

2021-05-12 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.4: qemuppc32: reduce serial issues seen on shutdown Richard reported: 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

[OE-core][dunfell 19/22] linux-firmware: upgrade 20210208 -> 20210315

2021-05-12 Thread Steve Sakoman
From: Alexander Kanavin License-Update: additional firmware files, version changes Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 2f10b9dbb4fb8ccb9a427883370fbbeb6f394551) Signed-off-by: Steve Sakoman --- ...{linux-firmware_20210208.bb =>

[OE-core][dunfell 21/22] dejagnu: needs expect at runtime

2021-05-12 Thread Steve Sakoman
From: Romain Naour runtest return an error due to missing expect on the target. Add expect as runtime dependency. Signed-off-by: Romain Naour Signed-off-by: Richard Purdie (cherry picked from commit d9a3a08edc1efcbe7b02e80be98370792d3c6cc2) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 17/22] lsb-release: fix reproducibility failure

2021-05-12 Thread Steve Sakoman
From: Anuj Mittal Make sure help2man output is reproducible. Fixes: | .\"·DO·NOT·MODIFY·THIS·FILE!··It·was·generated·by·help2man·1.022. .\"·DO·NOT·MODIFY·THIS·FILE!··It·was·generated·by·help2man·1.022. | .TH·FSG·"1"·"April·2021"·"FSG·lsb_release·v1.4"·FSG

[OE-core][dunfell 18/22] db: update CVE_PRODUCT

2021-05-12 Thread Steve Sakoman
From: Chen Qi Update CVE_PRODUCT to also include 'berkeley_db'. For example, CVE-2020-2981 uses 'berkeley_db'. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit ad799b109716ccd2f44dcf7a6a4cfcbd622ea661) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 13/22] logrotate: Exclude CVE-2011-1548,1549,1550 from cve-check

2021-05-12 Thread Steve Sakoman
From: 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 (cherry picked from commit 23643016f3b8794db772e333ff0b8f598571b628) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 10/22] qemu: Exclude CVE-2007-0998 from cve-check

2021-05-12 Thread Steve Sakoman
From: Richard Purdie The CVE applies to the built-in VNC server but we don't enable this by default. Signed-off-by: Richard Purdie (cherry picked from commit d62b9974a5f3a0f462434ce2763c28a4b4bbcfc6) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 4 1 file

[OE-core][dunfell 08/22] builder: whitelist CVE-2008-4178 (a different builder)

2021-05-12 Thread Steve Sakoman
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 107987b342a834badfad286474b03543b4764d23) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/builder/builder_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core][dunfell 16/22] oeqa/qemurunner: Improve handling of run_serial for shutdown commands

2021-05-12 Thread Steve Sakoman
From: Richard Purdie When running a shutdown command, the serial port can close without the command returning. This is seen as the socket being readable but having no data. Change the way this case is handled in the code to avoid tracebacks. Signed-off-by: Richard Purdie (cherry picked from

[OE-core][dunfell 14/22] openssh: Exclude CVE-2007-2768 from cve-check

2021-05-12 Thread Steve Sakoman
From: Richard Purdie We don't build/use the OPIE PAM module, exclude the CVE from this recipe. Signed-off-by: Richard Purdie (cherry picked from commit 3670be602f2ace24dc49e196407efec577164050) Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/openssh/openssh_8.2p1.bb | 3 +++ 1

[OE-core][dunfell 15/22] oeqa/qemurunner: Fix binary vs str issue

2021-05-12 Thread Steve Sakoman
From: Richard Purdie The recent logging changes for qemurunner showed up as errors on the autobuilder where decode couldn't be called on the returned string. Since the code returns binary data, return b'' instead of '' to match to avoid tracebacks. One of these cases was newly added, copied

Re: [OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Alexander Kanavin
On Wed, 12 May 2021 at 16:42, Martin Jansa wrote: > On Wed, May 12, 2021 at 04:34:45PM +0200, Alexander Kanavin wrote: > > Your patch is titled "binutils: backport dwarf-5 support" > > Which is all this patch is doing. > > > and the message > > talks about dwarf-5 in general across the gnu

[OE-core] [PATCHv2] binutils: backport DWARF-5 support for gold

2021-05-12 Thread Martin Jansa
* DWARF-5 is now used by default with gcc-11, causing 11.1.0/ld: internal error in format_file_lineno, at ../../gold/dwarf_reader.cc:2278 collect2: error: ld returned 1 exit status in various projects (runc-opencontainers, libhybris, collada-dom) * https://gcc.gnu.org/gcc-11/changes.html

[OE-core] [PATCH] local.conf.sample: fix typo

2021-05-12 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- meta/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 870509cf1ff8..652bd477339e 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample

[OE-core][dunfell 04/22] python3-jinja2: 2.11.2 -> 2.11.3

2021-05-12 Thread Steve Sakoman
From: Lee Chee Yang updates include fix for CVE-2020-28493 changelog: https://jinja.palletsprojects.com/en/2.11.x/changelog/#version-2-11-3 Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../{python3-jinja2_2.11.2.bb => python3-jinja2_2.11.3.bb} | 2 +- 1 file changed, 1

[OE-core][dunfell 02/22] qemu: fix CVE-2021-3392

2021-05-12 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3392.patch | 92 +++ 2 files changed, 93 insertions(+) create mode 100644

[OE-core][dunfell 05/22] glibc: Document and whitelist CVE-2019-1010022-25

2021-05-12 Thread Steve Sakoman
From: 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:

[OE-core][dunfell 06/22] cairo: backport patch for CVE-2020-35492

2021-05-12 Thread Steve Sakoman
From: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 0c4e6f99332ae253855708845a41fdfeb72d4c30) Signed-off-by: Steve Sakoman --- .../cairo/cairo/CVE-2020-35492.patch | 60 +++ meta/recipes-graphics/cairo/cairo_1.16.0.bb | 1 + 2 files changed,

[OE-core][dunfell 09/22] qemu: Exclude CVE-2017-5957 from cve-check

2021-05-12 Thread Steve Sakoman
From: Richard Purdie The CVE applies to virglrender before 0.6.0 which we don't have. Signed-off-by: Richard Purdie (cherry picked from commit 9b5355375d028577de0b98e05992de6a088cb972) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 3 +++ 1 file changed, 3

[OE-core][dunfell 01/22] subversion: fix CVE-2020-17525

2021-05-12 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../subversion/CVE-2020-17525.patch | 117 ++ .../subversion/subversion_1.13.0.bb | 1 + 2 files changed, 118 insertions(+) create mode 100644

[OE-core][dunfell 03/22] tiff: fix CVE-2020-35523 CVE-2020-35524

2021-05-12 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../libtiff/files/CVE-2020-35523.patch| 55 +++ .../libtiff/files/CVE-2020-35524-1.patch | 42 ++ .../libtiff/files/CVE-2020-35524-2.patch | 36

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

2021-05-12 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Friday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2144 The following changes since commit 5b2ad70cd82c3b812652886ee4bf29f88dcac42c: reproducible.py:

[OE-core][dunfell 12/22] jquery: Exclude CVE-2007-2379 from cve-check

2021-05-12 Thread Steve Sakoman
From: 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 (cherry picked from commit 1f82843584f6d2843c5bbd2fe5dcbc654a0fbcfb) Signed-off-by:

[OE-core][dunfell 11/22] qemu: Exclude CVE-2018-18438 from cve-check

2021-05-12 Thread Steve Sakoman
From: Richard Purdie The issues were investigated and found not to be an issue therefore exclude from checks. Signed-off-by: Richard Purdie (cherry picked from commit ee6ee9bd489c126b99d15c1011560df2f840a6e9) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 4 1

[OE-core][dunfell 07/22] libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings)

2021-05-12 Thread Steve Sakoman
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit be04484f99a5b29cc9066e350b526fc4420ad6d4) Signed-off-by: Steve Sakoman --- meta/recipes-gnome/libnotify/libnotify_0.7.8.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Khem Raj
On 5/12/21 5:42 AM, Martin Jansa wrote: * DWARF-5 is now used by default with gcc-11, causing 11.1.0/ld: internal error in format_file_lineno, at ../../gold/dwarf_reader.cc:2278 collect2: error: ld returned 1 exit status in various projects (runc-opencontainers, libhybris,

[OE-core] [PATCH] avahi: Exclude CVE-2021-26720 from cve-check

2021-05-12 Thread Richard Purdie
Issue only affects Debian and SUSE. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index c8a3f876aa9..23c0e8d8239

Re: [OE-core] [PATCH 1/2] ovmf: Disable lto to aid reproducibility

2021-05-12 Thread Khem Raj
On Wed, May 12, 2021 at 2:32 PM Richard Purdie wrote: > > lto tends to break reproducibility and makes ovmf near impossible to debug > reproducibility issues in. Disable it and supress the warnings that then > generates from Werror. > > Signed-off-by: Richard Purdie > --- >

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

2021-05-12 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 >

[OE-core] [PATCH] binutils: backport DWARF-5 support

2021-05-12 Thread Martin Jansa
* DWARF-5 is now used by default with gcc-11, causing 11.1.0/ld: internal error in format_file_lineno, at ../../gold/dwarf_reader.cc:2278 collect2: error: ld returned 1 exit status in various projects (runc-opencontainers, libhybris, collada-dom) * https://gcc.gnu.org/gcc-11/changes.html

Re: [OE-core] [PATCH 24/61] webkitgtk: update 2.30.6 -> 2.32.0

2021-05-12 Thread Martin Jansa
On Wed, May 5, 2021 at 5:20 PM Alexander Kanavin wrote: > Drop 0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch > (merged upstream). > > Rebase other patches. > This version fails to build in default oe-core setup (with x11 and without opengl in DISTRO_FEATURES), see:

[OE-core] [PATCH 1/3] rpm: Exclude CVE-2021-20271 from cve-check

2021-05-12 Thread Richard Purdie
This is included in the release we have, it was the reason for the last rpm point release. Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb

[OE-core] [PATCH 2/3] coreutils: Exclude CVE-2016-2781 from cve-check

2021-05-12 Thread Richard Purdie
http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842 "Given runcon is not really a sandbox command, the advice is to use `runcon ... setsid ...` to avoid this particular issue. Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_8.32.bb | 4 1

[OE-core] [PATCH 3/3] librsvg: Exclude CVE-2018-1000041 from cve-check

2021-05-12 Thread Richard Purdie
Issue only affects windows. Signed-off-by: Richard Purdie --- meta/recipes-gnome/librsvg/librsvg_2.40.21.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb index acdbc1f1b3d..59de80a691d 100644

[OE-core] [PATCH] webkitgtk: fix build without opengl in DISTRO_FEATURES

2021-05-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...pletionHandler-when-USE_OPENGL_OR_ES.patch | 37 +++ meta/recipes-sato/webkit/webkitgtk_2.32.0.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

Re: [OE-core] [PATCH 1/2] ovmf: Disable lto to aid reproducibility

2021-05-12 Thread Richard Purdie
On Wed, 2021-05-12 at 16:04 -0700, Khem Raj wrote: > On Wed, May 12, 2021 at 2:32 PM Richard Purdie > wrote: > > > > lto tends to break reproducibility and makes ovmf near impossible to debug > > reproducibility issues in. Disable it and supress the warnings that then > > generates from Werror.

Re: [OE-core] master/main branch renaming and bitbake

2021-05-12 Thread Andre McCurdy
On Wed, May 12, 2021 at 2:23 PM Alexander Kanavin wrote: > > And by the way, another reason to check that revision is linked to a branch > is when SRCREV is updated - we need some reassurance that the updated SRCREV > comes from the same branch as previous SRCREV, or that if the branch has >

Re: [OE-core] master/main branch renaming and bitbake

2021-05-12 Thread Alexander Kanavin
And by the way, another reason to check that revision is linked to a branch is when SRCREV is updated - we need some reassurance that the updated SRCREV comes from the same branch as previous SRCREV, or that if the branch has changed, it's explicitly visible in the diff and explained in the commit

[OE-core] [PATCH 1/2] ovmf: Disable lto to aid reproducibility

2021-05-12 Thread Richard Purdie
lto tends to break reproducibility and makes ovmf near impossible to debug reproducibility issues in. Disable it and supress the warnings that then generates from Werror. Signed-off-by: Richard Purdie --- meta/recipes-core/ovmf/ovmf_git.bb | 9 - 1 file changed, 8 insertions(+), 1

[OE-core] [PATCH 2/2] ovmf: Fix other reproducibility issues

2021-05-12 Thread Richard Purdie
When building in longer paths, the ovmf build changes in many ways. This adds a patch addressing various causes of problems. Full details are in the patch header. Signed-off-by: Richard Purdie --- .../recipes-core/ovmf/ovmf/reproducible.patch | 165 ++

Re: [OE-core] [PATCH 24/61] webkitgtk: update 2.30.6 -> 2.32.0

2021-05-12 Thread Khem Raj
On Wed, May 12, 2021 at 3:37 PM Martin Jansa wrote: > > On Wed, May 5, 2021 at 5:20 PM Alexander Kanavin > wrote: >> >> Drop 0001-Extend-atomics-check-to-include-1-byte-CAS-test.patch >> (merged upstream). >> >> Rebase other patches. > > > This version fails to build in default oe-core setup

[OE-core] [PATCH v2] npth: Check for pthread_create for including lpthread

2021-05-12 Thread Khem Raj
pthread_detach() is moved into libc which means this test will fail so check for pthead_create again [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=df65f897e9501aa5b64a5cbcb101301715f2ec2f Signed-off-by: Khem Raj --- v2: Check for pthread_create to decide on libpthread linking

[OE-core] [PATCH] npth: Link with libpthread

2021-05-12 Thread Khem Raj
libnpth.so uses pthread_create so ensure its linked in Fixes tmp/work/core2-32-yoe-linux/npth/1.6-r0/recipe-sysroot-native/usr/bin/i686-yoe-linux/i686-yoe-linux-ld: ../src/.libs/libnpth.so: undefined reference to `pthread_create' Signed-off-by: Khem Raj ---

Re: [OE-core] [PATCH] npth: Link with libpthread

2021-05-12 Thread Andre McCurdy
On Wed, May 12, 2021 at 12:25 PM Khem Raj wrote: > > libnpth.so uses pthread_create so ensure its linked in > > Fixes > > tmp/work/core2-32-yoe-linux/npth/1.6-r0/recipe-sysroot-native/usr/bin/i686-yoe-linux/i686-yoe-linux-ld: > ../src/.libs/libnpth.so: undefined reference to `pthread_create'

Re: [OE-core] master/main branch renaming and bitbake

2021-05-12 Thread Alexander Kanavin
For ostree, yes: http://git.openembedded.org/meta-openembedded/log/?h=master-next For the generic case, no. It's not a good idea to start guessing what the upstream did. Alex On Wed, 12 May 2021 at 22:34, colin walters wrote: > (Sorry I think this isn't the right list, but I happen to still

[OE-core] master/main branch renaming and bitbake

2021-05-12 Thread colin walters
(Sorry I think this isn't the right list, but I happen to still be subscribed to this one so...) Can someone please tell me there's a fix for yocto/bitbake failing if the master branch is renamed? https://github.com/ostreedev/ostree/issues/2360 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [OE-core] master/main branch renaming and bitbake

2021-05-12 Thread Martin Jansa
meta-oe/master https://lists.openembedded.org/g/openembedded-devel/message/91252 meta-oe/hardknott https://lists.openembedded.org/g/openembedded-devel/message/91253 meta-oe/gatesgarth https://lists.openembedded.org/g/openembedded-devel/message/91254 meta-oe/dunfell

Re: [OE-core] [PATCH] kern-tools: Kconfiglib: add support for bare 'modules' keyword

2021-05-12 Thread Khem Raj
Thanks Bruce, It fixes my problem with 5.13-rc1 too On Wed, May 12, 2021 at 11:28 AM Bruce Ashfield wrote: > > From: Bruce Ashfield > > Bumping the SRCREV to pickup the following for the kern-tools: > > commit 6dd85ff178cd76851e2184b13e545f5a88d1be30 [kconfig: change > "modules" from

Re: [OE-core] master/main branch renaming and bitbake

2021-05-12 Thread colin walters
On Wed, May 12, 2021, at 4:40 PM, Alexander Kanavin wrote: > For ostree, yes: > http://git.openembedded.org/meta-openembedded/log/?h=master-next > > For the generic case, no. It's not a good idea to start guessing what > the upstream did. What is the goal of the `branch=` specification? I

Re: [OE-core] master/main branch renaming and bitbake

2021-05-12 Thread Alexander Kanavin
On Wed, 12 May 2021 at 22:44, Colin Walters wrote: > On Wed, May 12, 2021, at 4:40 PM, Alexander Kanavin wrote: > > For ostree, yes: > > http://git.openembedded.org/meta-openembedded/log/?h=master-next > > > > For the generic case, no. It's not a good idea to start guessing what > > the upstream

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

2021-05-12 Thread Lee Chee Yang
I think these error is related to this patch or the gdk-pixbuf patch in this series . meson https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/2089/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/1635/steps/11/logs/stdio gdk-pixbuf