[OE-core] [PATCH] libjpeg-turbo:upgrade 2.0.4 -> 2.0.5

2020-06-29 Thread zangrc
Signed-off-by: Zang Ruochen --- .../jpeg/{libjpeg-turbo_2.0.4.bb => libjpeg-turbo_2.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.0.4.bb => libjpeg-turbo_2.0.5.bb} (95%) diff --git

[OE-core][dunfell 16/22] wpa-supplicant: Security fix CVE-2020-12695

2020-06-29 Thread Steve Sakoman
From: Armin Kuster Source: http://w1.fi/security/ Disposition: Backport from http://w1.fi/security/2020-1/ Affects <= 2.9 wpa-supplicant Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie (cherry picked from commit e9c696397ae1b4344b8329a13076f265980ee74d) Signed-off-by: Steve Sakoman

[OE-core][dunfell 22/22] u-boot: move redundant-yyloc-global patch to u-boot-common.inc

2020-06-29 Thread Steve Sakoman
gcc10 build issue occurs in both u-boot and u-boot-tools Signed-off-by: Steve Sakoman --- .../{u-boot-tools => files}/remove-redundant-yyloc-global.patch | 0 meta/recipes-bsp/u-boot/u-boot-common.inc | 1 + meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb |

[OE-core][dunfell 18/22] linux-firmware: upgrade 20200519 -> 20200619

2020-06-29 Thread Steve Sakoman
From: Alexander Kanavin License-Update: new firmwares, all redistributable Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 3ae9585efdf5bcef7224c8e752ea76064922ee99) Signed-off-by: Steve Sakoman --- ...{linux-firmware_20200519.bb =>

[OE-core][dunfell 17/22] kernel.bbclass: Fix Module.symvers support

2020-06-29 Thread Steve Sakoman
From: Lili Li Starting from v5.8-rc1 commit 269a535ca931 (modpost: generate vmlinux.symvers and reuse it for the second modpost"), kernel will generate new vmlinux.symvers instead of dumping all the vmlinux symbols into Module.symvers in the first pass. Error log:

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

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: fd8cd8ac940c Linux 5.4.47 d96ef8fa9534 KVM: arm64: Save the host's PtrAuth keys in non-preemptible context 812857678847 KVM: arm64: Synchronize sysreg state on

[OE-core] [PATCH 6/6] linux-yocto/5.4: update to v5.4.49 and -rt28

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Updating to -rt28 which has the following commits: 6b9d790392dc Linux 5.4.47-rt28 1a22749d1a0c Linux 5.4.44-rt27 7dd4c4c793df mm/zswap: Use local lock to protect per-CPU data 80552b4a4cf3 printk: Force a line break on pr_cont(" ") 446f5195e149 mm: Don't

[OE-core] [PATCH 3/6] linux-yocto-rt/5.4: update to rt25

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.4: 46d685b7b963 Linux 5.4.43-rt25 Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/6] kernel/yocto: ensure that defconfigs are processed first

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield It is uncommon that a BSP definition and a defconfig are used in a single configuration. That being said, it is a valid way to organize kernel configuration meta data. When a defconfig is used, either on the src_uri or from in the kernel tree, it is normally expected that

[OE-core] [PATCH 0/6] linux-yocto: conslidated pull request

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Hi Richard, As discussed, here are the linux-yocto -stable bumps that I've been testing locally while we try and track down some of the intermittent AB issues. The -stable updates cover the gcc10 updates that should fix some of the host side build issues. This passed a AB

[OE-core] [PATCH 4/6] linux-yocto/5.4: update to v5.4.46

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 5e3c51153922 Linux 5.4.46 9504466c9038 Revert "net/mlx5: Annotate mutex destroy for root ns" c06c03bba03f uprobes: ensure that uprobe->offset and ->ref_ctr_offset

[OE-core] [PATCH 2/6] linux-yocto/5.4: update to v5.4.45

2020-06-29 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 3604bc07c035 Linux 5.4.45 40caf1bfd32c net: smsc911x: Fix runtime PM imbalance on error 252801505e04 selftests: mlxsw: qos_mc_aware: Specify arping timeout as an

Re: [OE-core] [PATCH] [dunfell][master]: don't select vulkan if directfb enabled.

2020-06-29 Thread Chenxi Mao
Hi Andre: My reproduce step as below: I enable directfb and vulkan id DISTRO_FEATURES with QT5.15 Then during vulkan build, it has error message show that the vulkan didn't support directfb. If I remove vulkan in DISTRO_FEATURES, the build will be passed. Chenxi On 2020/6/30 上午12:47,

[OE-core][dunfell 08/22] pseudo: Fix attr errors due to incorrect library resolution issues

2020-06-29 Thread Steve Sakoman
From: Richard Purdie On a tumbleweed system, "install X Y" was showing the error: pseudo: ENOSYS for 'fsetxattr'. which was being caused by dlsym() for that function returning NULL. This appears to be due to it finding an unresolved symbol in libacl for this symbol in libattr. It hasn't been

[OE-core][dunfell 03/22] curl: Security fixes for CVE-2020-{8169/8177}

2020-06-29 Thread Steve Sakoman
From: Armin Kuster Source: https://curl.haxx.se/ MR: 104472, 104458 Type: Security Fix Disposition: Backport from https://github.com/curl/curl/commit/{600a8cded447cd/8236aba58542c5f} ChangeID: 1300924f7a64b22375b4326daeef0b686481e30c Description: - Affected versions: curl 7.20.0 to and

[OE-core][dunfell 06/22] systemd-serialgetty: do not use BindsTo

2020-06-29 Thread Steve Sakoman
From: Chen Qi This unit was changed from 'BindsTo' in the following commit. """ commit f0f359ec9210759f6b4dbfb35d3fba8af208c43a Author: Jason Wessel Date: Thu Aug 29 07:00:31 2019 -0700 serial-getty@.service: Allow device to fast fail if it does not exist """ It was changed back to

[OE-core][dunfell 09/22] oeqa/selftest/runcmd: Add better debug for thread count mismatch failures

2020-06-29 Thread Steve Sakoman
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit d15d0177d328fa3a126b9942bda177f6fae68505) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/runcmd.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[OE-core][dunfell 07/22] mime.bbclass: fix post install scriptlet error

2020-06-29 Thread Steve Sakoman
From: Changqing Li fix error during post uninstall: %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 + '[' 0 = 0 ']' + set -e + '[' x '!=' x ']' + echo 'Updating MIME database... this may take a while.' Updating MIME database... this may take a while. +

[OE-core][dunfell 05/22] ell: upgrade 0.31 -> 0.32

2020-06-29 Thread Steve Sakoman
From: Pierre-Jean Texier This is a bugfix release: ver 0.32: Fix issue with handling D-Bus watch removal. Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie (cherry picked from commit 98d97384167a8d297650e49f9cabf4fae823b4a0) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 13/22] testimage: enable ovmf support

2020-06-29 Thread Steve Sakoman
From: Konrad Weihmann Add support for running wic images with EFI as testimage. Introduces a variable called QEMU_USE_OVMF for configuration. Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie (cherry picked from commit 3af8aaff68ed332d812ea7dc184d392700ad7882) Signed-off-by: Steve

[OE-core][dunfell 02/22] perl: fix CVE-2020-10543 & CVE-2020-10878

2020-06-29 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../perl/files/CVE-2020-10543.patch | 36 + .../perl/files/CVE-2020-10878_1.patch | 152 ++ .../perl/files/CVE-2020-10878_2.patch | 36 +

[OE-core][dunfell 04/22] u-boot: introduce UBOOT_INITIAL_ENV

2020-06-29 Thread Steve Sakoman
From: Ming Liu It defaults to ${PN}-initial-env, no functional changes with current implementation, but this allows it to be changed in individual u-boot recipes. If UBOOT_INITIAL_ENV is empty, then no initial env would be compiled/ installed/deployed, set ALLOW_EMPTY_${PN}-env = "1". The

[OE-core][dunfell 11/22] oeqa/runtime/cases/ptest: Make output content path absolute

2020-06-29 Thread Steve Sakoman
From: Andrej Valek The output content is created in current directory, because json content has no defined absolute path to WORKDIR as in bitbake. Signed-off-by: Andrej Valek Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 21/22] populate_sdk_ext: Fix to use python3, not python

2020-06-29 Thread Steve Sakoman
From: Richard Purdie We should be using python3 here, it was missed in the conversion. Spotted on autobuilder tests failing on systems with python missing. Signed-off-by: Richard Purdie (cherry picked from commit db07b09196022078346aadd565760240b7da6a71) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 19/22] checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()

2020-06-29 Thread Steve Sakoman
From: Nicolas Dechesne LAYERDEPENDS is a string of this format: "DEPEND1 (optional version) DEPEND2 (optional version) ..." However when we parse LAYERDEPENDS in _get_layer_collections() we parse it as a simple string, and if any optional versions are there the 'depends' field is wrong. For

[OE-core][dunfell 15/22] scripts/install-buildtools: Handle new format checksum files

2020-06-29 Thread Steve Sakoman
From: Richard Purdie Autobuilder generated checksum files only have a single space between the sum and the filename, tweak it to account for this. Signed-off-by: Richard Purdie (cherry picked from commit d1e71bf5b399372166eb40bb0d99c8fb52231600) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 20/22] oeqa/selftest: Clean up separate builddir in success case when non-threaded

2020-06-29 Thread Steve Sakoman
From: Richard Purdie If oe-selftest is run without -j, the separate build directory "build-st" isn't cleaned up afterwards. Mirror the behaviour of the -j option to handle this the same way, only preserve upon failure. To do this, the remove function needs to be moved to the selftest context

[OE-core][dunfell 14/22] scripts/install-buildtools: Update to 3.2 M1 buildtools

2020-06-29 Thread Steve Sakoman
From: Richard Purdie This fixes issues with openssl certs not working properly which meant error reporting to an error report server was failing. Also, all our downloads are now standarised on "sha256sum" so adjust for that. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 01/22] dbus: fix CVE-2020-12049

2020-06-29 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- .../dbus/dbus/CVE-2020-12049.patch| 78 +++ meta/recipes-core/dbus/dbus_1.12.16.bb| 1 + 2 files changed, 79 insertions(+) create mode 100644

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

2020-06-29 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Passed a-full test on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1104 The following changes since commit 1a98936830ba468d63e2e49d766add9e9cb75998:

[OE-core][dunfell 12/22] runqemu: add QB_ROOTFS_EXTRA_OPT parameter

2020-06-29 Thread Steve Sakoman
From: Konrad Weihmann Content of the optional parameter will be appended to the rootfs-device in the qemu configuration, in case QB_ROOTFS_OPT is not specified. By default this is empty. Example use cases are: Defining 'readonly' when using squashfs, so multiple instances of qemu can share the

[OE-core][dunfell 10/22] oeqa/utils/command: Improve stdin handling in runCmd

2020-06-29 Thread Steve Sakoman
From: Richard Purdie Occasionally we've been seeing leftover threads from runCmd. The stdin test assumes we clean up all threads but the code assumes that the daemonic thread can be left behind. The issue can be reproduced by adding a time.sleep(10) to the end of writeThread() which will mean

Re: [OE-core] git do_unpack

2020-06-29 Thread John Klug
a: (fetch was already run successfully while connected with a VPN). VPN then shut down. $ bitbake -c unpack dhq-client ... NOTE: Executing RunQueue Tasks ERROR: dhq-client-0.32-r11 do_unpack: Fetcher failure: Fetch command export

[OE-core] [dunfell][PATCH] checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()

2020-06-29 Thread Nicolas Dechesne
LAYERDEPENDS is a string of this format: "DEPEND1 (optional version) DEPEND2 (optional version) ..." However when we parse LAYERDEPENDS in _get_layer_collections() we parse it as a simple string, and if any optional versions are there the 'depends' field is wrong. For example, running

[OE-core][zeus][PATCH] systemd: fix CVE-2020-13776

2020-06-29 Thread wenlin.k...@windriver.com
Backport from systemd.git. (OE-Core master rev: a1b22b2263da6d11a4e0cbfa792d2bd1e56f5346) Signed-off-by: Wenlin Kang --- .../systemd/systemd/CVE-2020-13776.patch | 96 +++ meta/recipes-core/systemd/systemd_243.2.bb| 1 + 2 files changed, 97 insertions(+) create mode

Re: [OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-29 Thread Chenxi Mao
Hi Alex, Richard: Thanks for your information, hints and suggestion. After remove vulkan in DISTRO_FEATURES configuration,  it works fine. We don't need this commit any more. Please abandon this commit. Thanks. Chenxi On 2020/6/28 下午5:40, Alexander Kanavin wrote: > bb.utils.filter() makes

[OE-core] [openembedded-core][PATCH 0/2] u-boot: backport merging .cfg files for UBOOT_CONFIG

2020-06-29 Thread ahussain
From: Ahsan Hussain The functionality for merging config fragment files has been available in the U-Boot tree (merge_config.sh) but this was not being used for oe-core's UBOOT_CONFIG flow. These commits would allow the distro maintainers to configure the bootloader using cfg files instead of

[OE-core] [dunfell][PATCH 2/2] u-boot: avoid blind merging all *.cfg

2020-06-29 Thread ahussain
From: Jens Rehsack This fixes u-boot-qoriq breakage of: commit 4fde8c8f479f5acd24fb6e0d0b9b4dc94d6f560b Author: Ming Liu Date: Wed Jun 3 13:56:01 2020 +0200 u-boot: support merging .cfg files for UBOOT_CONFIG U-boot recipe supports .cfg files in SRC_URI, but

[OE-core] [dunfell][PATCH 1/2] u-boot: support merging .cfg files for UBOOT_CONFIG

2020-06-29 Thread ahussain
From: Ming Liu U-boot recipe supports .cfg files in SRC_URI, but they would be merged to .config during do_configure only when UBOOT_MACHINE is set, we should also support merging .cfg files for UBOOT_CONFIG. Signed-off-by: Max Krummenacher Signed-off-by: Ming Liu Signed-off-by: Richard

[OE-core] [PATCH][dunfell 2/2] scripts/install-buildtools: Handle new format checksum files

2020-06-29 Thread Ross Burton
From: Richard Purdie Autobuilder generated checksum files only have a single space between the sum and the filename, tweak it to account for this. (From OE-Core rev: d1e71bf5b399372166eb40bb0d99c8fb52231600) Signed-off-by: Richard Purdie --- scripts/install-buildtools | 2 +- 1 file

[OE-core] [PATCH][dunfell 1/2] scripts/install-buildtools: Update to 3.2 M1 buildtools

2020-06-29 Thread Ross Burton
From: Richard Purdie This fixes issues with openssl certs not working properly which meant error reporting to an error report server was failing. Also, all our downloads are now standarised on "sha256sum" so adjust for that. (From OE-Core rev: bc8b44e19a05f499f5cef049eedbed1fede2e765)

Re: [OE-core] Error while building image for core-image-sato for raspberrypi4

2020-06-29 Thread Quentin Schulz
Hi Vinadrao, On Mon, Jun 29, 2020 at 06:44:49AM -0700, Pankaj Vinadrao Joshi wrote: > Hi, > i am trying build an image for RPI4 using openembedded-core i have added all > the necessary layers into buit when i am trying to build an image i am > getting following error > >

[OE-core] Error while building image for core-image-sato for raspberrypi4

2020-06-29 Thread Pankaj Vinadrao Joshi
Hi, i am trying build an image for RPI4 using openembedded-core i have added all the necessary layers into buit when i am trying to build an image i am getting following error pankaj@exaleap-Inspiron-3584:~/Oe-Raspberrypi4$ bitbake core-image-sato NOTE: Bitbake server didn't start within 5

Re: [OE-core] [PATCH] [dunfell][master]: don't select vulkan if directfb enabled.

2020-06-29 Thread Andre McCurdy
On Sat, Jun 27, 2020 at 8:33 PM Chenxi Mao wrote: > > vulkan didn't support directfb at all. > So remove this configuration if directfb enabled. This change doesn't look right. Passing two values to bb.utils.filter() doesn't imply any dependency between them. Can you explain what problem you