[OE-core] [PATCH] openssl: Enable rc4/rc2/bf/md4 algorithms

2020-12-22 Thread Khem Raj
They are still needed by several packages in meta-openembedded Signed-off-by: Khem Raj Cc: Shachar Menashe --- meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb

[OE-core] [PATCH] curl: Update 7.73.0 -> 7.74.0

2020-12-22 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin update to version 7.74.0 curl 7.74.0 hsts: add experimental support for Strict-Transport-Security with various bug fixes Reference: https://curl.se/changes.html#7_74_0 update includes fix for CVE: CVE-2020-8284 CVE-2020-8285 CVE-2020-8286 Signed-off-by:

[OE-core] [gatesgarth][dunfell][PATCH] openssl: Update to 1.1.1i

2020-12-22 Thread Robert Joslyn
This fixes a NULL pointer dereference in GENERAL_NAME_cmp function. CVE: CVE-2020-1971 Signed-off-by: Robert Joslyn --- .../openssl/{openssl_1.1.1g.bb => openssl_1.1.1i.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 2/2] libcap-ng: upgrade 0.8.1 -> 0.8.2

2020-12-22 Thread Yi Zhao
SRC_URI update: http -> https Signed-off-by: Yi Zhao --- .../{libcap-ng-python_0.8.1.bb => libcap-ng-python_0.8.2.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 4 ++-- .../libcap-ng/{libcap-ng_0.8.1.bb => libcap-ng_0.8.2.bb} | 0 3 files changed, 2

[OE-core] [PATCH 1/2] libcap: update 2.45 -> 2.46

2020-12-22 Thread Yi Zhao
Rebase 0001-tests-do-not-statically-link-a-test.patch Signed-off-by: Yi Zhao --- .../0001-tests-do-not-statically-link-a-test.patch | 10 ++ .../libcap/{libcap_2.45.bb => libcap_2.46.bb} | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) rename

Re: [OE-core] [yocto-security] [PATCH] openssl: drop support for deprecated algorithms

2020-12-22 Thread Khem Raj
so there are some build failures seen due to this change on meta-oe here is sample. https://errors.yoctoproject.org/Errors/Build/113701/ On Sat, Dec 19, 2020 at 9:36 AM Richard Purdie wrote: > > The OE-Core list needs to be included on this so I'm doing so. > > Cheers, > > Richard > > > >

[OE-core] [dunfell][PATCH] weston: Fix PACKAGECONFIG for remoting

2020-12-22 Thread Anuj Mittal
From: Robert Yang Fix a typo: gstreamer-1.0 -> gstreamer1.0. (From OE-Core rev: d5b030dd9b9ada796f90919c97c887b00612cfc0) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie (cherry picked from commit 0eebc82cc026ac03a44aad91c28904a2fb3095ba) Signed-off-by: Anuj Mittal ---

Re: [OE-core] [PATCH] curl: Update 7.73.0 -> 7.74.0

2020-12-22 Thread Alexander Kanavin
Please set up git to detect file renames, otherwise the patch is impossible to review. Alex On Tue, 22 Dec 2020 at 21:33, Jamaluddin, Khairul Rohaizzat < khairul.rohaizzat.jamalud...@intel.com> wrote: > From: Khairul Rohaizzat Jamaluddin > > > update to version 7.74.0 > > curl 7.74.0 hsts: add

[OE-core] [PATCH] curl: Update 7.73.0 -> 7.74.0

2020-12-22 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin update to version 7.74.0 curl 7.74.0 hsts: add experimental support for Strict-Transport-Security with various bug fixes Reference: https://curl.se/changes.html#7_74_0 update includes fix for CVE: CVE-2020-8284 CVE-2020-8285 CVE-2020-8286 Signed-off-by:

[OE-core] [PATCH] license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNORE_PATHS

2020-12-22 Thread Martin Jansa
* now without ${COREBASE}/meta in PSEUDO_IGNORE_PATHS after: 73d538f207 bitbake.conf: Prevent pyc file generation in pseudo context the do_package tasks are failing when LICENSE_CREATE_PACKAGE is enabled pseudo.log shows that it's because of license texts copied from ${COREBASE}/meta:

Re: [OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series

2020-12-22 Thread Richard Purdie
On Tue, 2020-12-22 at 15:09 +, Paul Barker wrote: > On Tue, 22 Dec 2020 at 14:57, Erik Botö wrote: > > > > On Tue, Dec 22, 2020 at 2:50 PM Paul Barker > > wrote: > > > > > > > > > Looking at that bug (#14129) I wonder why "${WORKDIR}/build-wic" > > > was > > > added to PSEUDO_IGNORE_PATHS

[OE-core] [PATCH 1/2] bitbake.conf: default SDKMACHINE to the build host architecture

2020-12-22 Thread Ross Burton
Currently there's a limitation that Extensible SDKs can only be build on a machine with the same architecture as the SDK. However, SDKMACHINE defaults to x86-64, which means eSDKs cannot be built out of the box on arm64 systems. By defaulting SDKMACHINE to ${BUILD_ARCH} we generate SDKs for the

[OE-core] [PATCH 2/2] local.conf: add aarch64 to the SDKMACHINE example values

2020-12-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta-poky/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 68e71b930b..096359ee8a 100644 --- a/meta-poky/conf/local.conf.sample +++

Re: [OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series

2020-12-22 Thread Paul Barker
On Tue, 22 Dec 2020 at 14:57, Erik Botö wrote: > > On Tue, Dec 22, 2020 at 2:50 PM Paul Barker wrote: > > > > On Tue, 22 Dec 2020 at 10:03, Richard Purdie > > wrote: > > > > > > On Tue, 2020-12-22 at 10:08 +0100, Erik Boto wrote: > > > > There's a bug affecting wic in combination with

Re: [OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series

2020-12-22 Thread Erik Boto
On Tue, Dec 22, 2020 at 2:50 PM Paul Barker wrote: > > On Tue, 22 Dec 2020 at 10:03, Richard Purdie > wrote: > > > > On Tue, 2020-12-22 at 10:08 +0100, Erik Boto wrote: > > > There's a bug affecting wic in combination with --exclude-path / > > > --include-path that would then be backported into

Re: [OE-core] [PATCH] mesa: update 20.2.4 → 20.3.1

2020-12-22 Thread Trevor Woerner
On Tue 2020-12-22 @ 09:18:51 AM, Richard Purdie wrote: > FWIW this is missing the rename of mesa-gl to match the mesa recipe. Oops! > I've queued the missing piece for testing. Thank you. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#146063):

[OE-core] [PATCH 8/9] systemtap: upgrade 4.3 -> 4.4

2020-12-22 Thread Bruce Ashfield
From: zangrc The test log of oe-selftest is as follows: 2020-11-23 15:48:49,144 - oe-selftest - INFO - test_crosstap_helloworld (runtime_test.SystemTap) 2020-11-23 17:06:55,949 - oe-selftest - INFO - ... ok 2020-11-23 17:06:55,951 - oe-selftest - INFO - test_crosstap_pstree

[OE-core] [PATCH 7/9] linux-yocto/5.4/cfg: fix -tiny warnings

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to fixup warnings when -tiny is build with the latest kern-tools: b721178c41a drm: change CONFIG_DRM_KMS_HELPER to =m d9ac6174eaf tiny: enable CONFIG_FW_LOADER on a per-BSP basis a135c720bc7 i915: adust helper to 'm'

[OE-core] [PATCH 2/9] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following configuration commit(s): 72a1fe336d7 qemuppc: configure the CONFIG_SCSI to '=y' Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 2 +-

[OE-core] [PATCH 6/9] linux-yocto/5.8/cfg: fix -tiny warnings

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) for configuration tweaks: b976de4f41d drm: change CONFIG_DRM_KMS_HELPER to =m 669f5aa3795 tiny: enable CONFIG_FW_LOADER on a per-BSP basis d94b2d9f137 i915: adust helper to 'm' Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 9/9] systemtap: fix on target build for 4.4 and 5.10+

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield The following systemtap commit: commit 7615cae790c899bc8a82841c75c8ea9c6fa54df3 Author: Frank Ch. Eigler Date: Mon Nov 9 19:18:19 2020 -0500 PR26665: relayfs-on-procfs megapatch Changes the way that capabilities are checked when compiling a

[OE-core] [PATCH 5/9] linux-yocto/5.4: update to v5.4.83

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 2bff021f53b2 Linux 5.4.83 66a08d1d3bd8 Revert "geneve: pull IP header before ECN decapsulation" ed58971beb47 x86/insn-eval: Use new for_each_insn_prefix() macro to

[OE-core] [PATCH 4/9] linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s): qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT This will address libinput ptest failures: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html

[OE-core] [PATCH 3/9] linux-yocto/5.4: update to v5.4.82

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: ec274ecd62f9 Linux 5.4.82 4460a7c979ee RDMA/i40iw: Address an mmap handler exploit in i40iw 07434172c58b tracing: Remove WARN_ON in start_thread() 6ad995b851cb

[OE-core] [PATCH 1/9] kern-tools: non-gcc config support and option re-classification

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commits: 1aa9046 merge_config.sh: Translate some env variables to make variables 6fdcd64 symbol_why: allow re-classification from non-hardare to hardware With these, a non-gcc compiler can be used, since the invocation of the kernel

[OE-core] [PATCH 0/9] kernel: consolidated pull request

2020-12-22 Thread Bruce Ashfield
From: Bruce Ashfield Richard, This is largely a resend of the configuration changes and kernel version bump that I had previously sent. The kern-tools SRCREV bump has a tweak in the tools from the previous version, and there are specific fixups for the warnings that the tools were now

Re: [OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series

2020-12-22 Thread Paul Barker
On Tue, 22 Dec 2020 at 10:03, Richard Purdie wrote: > > On Tue, 2020-12-22 at 10:08 +0100, Erik Boto wrote: > > There's a bug affecting wic in combination with --exclude-path / > > --include-path that would then be backported into the LTS version. > > See > >

Re: [OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-22 Thread Bruce Ashfield
On Tue, Dec 22, 2020 at 5:43 AM Ovidiu Panait wrote: > > Currently DTC_FLAGS kernel makefile parameter can be specified directly on the > command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents > scripts/Makefile.lib logic from appending flags that silence dtc warnings (all >

Re: [OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-22 Thread Paul Barker
On Tue, 22 Dec 2020 at 10:42, Ovidiu Panait wrote: > > Currently DTC_FLAGS kernel makefile parameter can be specified directly on the > command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents > scripts/Makefile.lib logic from appending flags that silence dtc warnings (all >

Re: [OE-core] [meta-oe][PATCH] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-22 Thread Paul Barker
On Tue, 22 Dec 2020 at 11:25, Milan Shah wrote: > > A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test > the scenario when oe-pkgdata-util is executed without parameters and > help is displayed. > > See [YOCTO #10726] for detailed bug information. > > Upstream-Status:

[OE-core] [PATCH] populate_sdk_base: Fix condition syntax if SDK_RELOCATE_AFTER_INSTALL is disabled

2020-12-22 Thread Tomasz Dziendzielski
If variable is set to empty string the comparison is "if [ -eq 1 ]" which fails with "[: -eq: unary operator expected". Signed-off-by: Tomasz Dziendzielski --- meta/classes/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [meta-oe][PATCH] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-22 Thread Milan Shah
A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test the scenario when oe-pkgdata-util is executed without parameters and help is displayed. See [YOCTO #10726] for detailed bug information. Upstream-Status: Submitted Signed-off-by: Milan Shah ---

[OE-core] [PATCH] kernel-devicetree: Introduce KERNEL_DEVICETREE_FLAGS to pass dtc flags

2020-12-22 Thread Ovidiu Panait
Currently DTC_FLAGS kernel makefile parameter can be specified directly on the command line by adding it to KERNEL_EXTRA_ARGS. However, this prevents scripts/Makefile.lib logic from appending flags that silence dtc warnings (all assignments done from within a makefile, to a variable specified on

[OE-core] Changed kernel dependencies cause on target kernel update woes

2020-12-22 Thread Diego Santa Cruz via lists.openembedded.org
Hi all, I am experiencing problems with on target updates of the kernel in dunfell because the way runtime dependencies are generated have changed. I was on thud before and the resulting runtime dependencies on the packages (rpm and bzImage in my case) where the following * Package

[OE-core] Logging configuration on recipe functions

2020-12-22 Thread Konrad Weihmann
Hi all, I encountered an interesting issue while I tried to debug some functionality. I have some custom python tasks which provide additional log output by using bb.note (or the wrapper bbnote in shell tasks). These are by default not visible in the console, but under certain conditions I

Re: [OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series

2020-12-22 Thread Richard Purdie
On Tue, 2020-12-22 at 10:08 +0100, Erik Boto wrote: > There's a bug affecting wic in combination with --exclude-path / > --include-path that would then be backported into the LTS version. > See > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14129. > > Maybe the issue that is being fixed is

Re: [OE-core] [meta-oe][PATCH v5] net-tools: split mii-tool into its own package

2020-12-22 Thread Richard Purdie
On Wed, 2020-12-16 at 22:48 +, Sinan Kaya wrote: > Move the mii-tool into its own package. Useful for size constrained > systems that only want the mii-tool only. > > Signed-off-by: Sinan Kaya > --- >  .../net-tools/net-tools_1.60-20181103.bb  | 15 ++- >  1 file changed,

[OE-core] [PATCH] glib-2.0: add a patch to increase a test timeout

2020-12-22 Thread Alexander Kanavin
There have been intermittent ptest failures in this test; I couldn't reproduce the failures in isolation, and this is the only reason I can think of from reading code. Signed-off-by: Alexander Kanavin --- ...degen.py-bump-timeout-to-100-seconds.patch | 26 +++

Re: [OE-core] [PATCH] mesa: update 20.2.4 → 20.3.1

2020-12-22 Thread Richard Purdie
On Thu, 2020-12-17 at 23:52 -0500, Trevor Woerner wrote: > Two of the patches have been applied upstream: > 0001-meson-Add-xcb-fixes-to-loader-when-using-x11-and- > dri.patch > 0005-vc4-use-intmax_t-for-formatted-output-of-timespec- > me.patch > > The 'surfaceless' platform is now

Re: [OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series

2020-12-22 Thread Erik Boto
There's a bug affecting wic in combination with --exclude-path / --include-path that would then be backported into the LTS version. See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14129. Maybe the issue that is being fixed is more serious then the issue being introduced so it's a valid

[OE-core] [PATCH 2/2] inetutils: add dnsdomainname to ALTERNATIVE

2020-12-22 Thread Yi Zhao
The dnsdomainname can also be provided by busybox and net-tools. Also move it from ${bindir} to ${base_bindir} because the command provided by busybox or net-tools is located here. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 4 +++- 1 file changed, 3

[OE-core] [PATCH 1/2] dhcpcd: fix SECCOMP for i386

2020-12-22 Thread Yi Zhao
The dhcpcd doesn't work on Intel 32bit platform. Backport a patch to fix the issue. Signed-off-by: Yi Zhao --- .../dhcpcd/dhcpcd_9.3.4.bb| 1 + ...x-i386-for-SECCOMP-as-it-just-uses-s.patch | 57 +++ 2 files changed, 58 insertions(+) create mode 100644