[OE-core] [PATCH] qemuarm64.conf: change the cpu model to max

2021-07-07 Thread Yu, Mingli
From: Mingli Yu After rng-tools upgraded to 6.13, the below logic introduced. 9070a04 Add support for ARM v8.5A "rndr" instruction It means there is another entropy source rndr added for arm64, so modify the cpu model to max [1] to make the rndr entropy source function available and also used to

[OE-core] [PATCH] glib-2.0: fix g-file-into modification time test

2021-07-07 Thread Ross Burton
The GFileInfo modification time test assumed that the difference between a modification timestamp in seconds and in microseconds must be greater than 0. Mathmatically, there's a one-in-a-million chance that it will be 0. It turns out that one-in-a-million chances happen approximately once every f

[OE-core] [poky][dunfell][PATCH] busybox: fix CVE-2021-28831

2021-07-07 Thread akash hadke
From: Chen Qi Backport patch to fix CVE-2021-28831. (From OE-Core rev: e579dbd9a6b2472ca90f411c0b594da9e38c9aca) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Signed-off-by: Akash Hadke --- ...ompress_gunzip-Fix-DoS-if-gzip-is-corrupt.patch | 51 ++ meta/recipes-c

Re: [OE-core] [PATCH] Revert "libubootenv: inherit uboot-config"

2021-07-07 Thread Ming Liu
@Otavio Salvador libubootenv will fall back to read environment from /etc/u-boot-initial-env if loading /etc/fw_env.config fails, so attempt to say it's not too wrong. To avoid world build failures, maybe set EXCLUDE_FROM_WORLD = "1"? //Ming Liu Otavio Salvador 於 2021年7月6日 週二 下午6:56寫道: > > >

[OE-core] [PATCH 2/2] glibc-testsuite: Fix build failures when directly running recipe

2021-07-07 Thread Richard Purdie
If you try and run the glibc-testsuite's build task, you see failures as do_populate_sysroot can't work. We don't have a do_install, get rid of do_populate_sysroot as well. The recipe is not included in world builds by default which is why we don't see the issue more widely. Signed-off-by: Richar

[OE-core] [PATCH 1/2] runqemu: Remove potential lock races around tap device handling

2021-07-07 Thread Richard Purdie
The qemu tap device handling is potentially race ridden. We pass the fd to the main qemu subprocess which is good as it means the lock is held as long as the qemu process exists. This means we shouldn't unlock it ourselves though, only close the file. We also can't delete the file as we have no ide

Re: [OE-core] [PATCH] glibc-package.inc: To fix build issue with glibc-testsuite.

2021-07-07 Thread Richard Purdie
On Sun, 2021-07-04 at 04:21 -0700, Vinay Kumar wrote: > Added condition to check "$cleanupdir${datadir}" exists. > > Signed-off-by: Vinay Kumar > --- >  meta/recipes-core/glibc/glibc-package.inc | 2 ++ >  1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-core/glibc/glibc-package.inc

Re: [OE-core] [PATCH] Revert "libubootenv: inherit uboot-config"

2021-07-07 Thread Otavio Salvador
Em qua., 7 de jul. de 2021 às 06:50, Ming Liu escreveu: > @Otavio Salvador > > libubootenv will fall back to read environment > from /etc/u-boot-initial-env if loading /etc/fw_env.config fails, so > attempt to say it's not too wrong. > > To avoid world build failures, maybe set EXCLUDE_FROM_WORL

[OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Mike Crowe via lists.openembedded.org
We're using LICENSE_CREATE_PACKAGE to create ${PN}-lic package files and relying on the automatically generated recommends to cause them to be installed in the image. This works well for most packages, but fails for packages where we only install package created using PACKAGES_DYNAMIC. For example

Re: [OE-core] [PATCH] qemuarm64.conf: change the cpu model to max

2021-07-07 Thread Alexander Kanavin
'max' implies that it's not stable and will change depending on qemu version and build settings. Can you set it to a specific model? Alex On Wed, 7 Jul 2021 at 10:55, Yu, Mingli wrote: > From: Mingli Yu > > After rng-tools upgraded to 6.13, the below logic introduced. > 9070a04 Add support for

Re: [OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Richard Purdie
On Wed, 2021-07-07 at 12:53 +0100, Mike Crowe via lists.openembedded.org wrote: > We're using LICENSE_CREATE_PACKAGE to create ${PN}-lic package files and > relying on the automatically generated recommends to cause them to be > installed in the image. This works well for most packages, but fails f

Re: [OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Mike Crowe via lists.openembedded.org
On Wednesday 07 July 2021 at 13:25:17 +0100, Richard Purdie wrote: > On Wed, 2021-07-07 at 12:53 +0100, Mike Crowe via lists.openembedded.org > wrote: > > We're using LICENSE_CREATE_PACKAGE to create ${PN}-lic package files and > > relying on the automatically generated recommends to cause them to

[OE-core] [PATCH 2/2] xwayland: exclude development snapshots from upstream version checks

2021-07-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/xwayland/xwayland_21.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb index faf166f788..f5db7cc5db 100644 --- a/meta/recipe

[OE-core] [PATCH 1/2] xserver-xorg: exclude development snapshots from upstream version checks

2021-07-07 Thread Alexander Kanavin
Standalone X is still winding down; there's no commitment or plan for a proper release. https://lists.freedesktop.org/archives/xorg/2021-July/060726.html Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH] u-boot: upgrade 2021.04 -> 2021.07

2021-07-07 Thread wangmy
(Changes of v2021.07) Processed 1730 csets from 187 developers 29 employers found A total of 402449 lines added, 82710 removed (delta 319739) Signed-off-by: Wang Mingyu --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/{u-boot-tools_2021.04.bb => u-boot-tool

[OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0

2021-07-07 Thread wangmy
refresh reproducibility.patch v57.1.0 --- Changes ^^^ * #2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order. * #2714: Update to distutils at pypa/distutils@e2627b7. * #2715: Removed reliance on deprecated ssl.match_hostname by

[OE-core] [PATCH] python3-importlib-metadata: upgrade 4.6.0 -> 4.6.1

2021-07-07 Thread wangmy
v4.6.1 == * #327: Deprecation warnings now honor call stack variance on PyPy. Signed-off-by: Wang Mingyu --- ...ib-metadata_4.6.0.bb => python3-importlib-metadata_4.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metada

[OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1

2021-07-07 Thread wangmy
Signed-off-by: Wang Mingyu --- ...esktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/gnome-desktop-testing/{gnome-desktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} (94%) diff --git a/meta/

[OE-core] [PATCH 2/3] vulkan-loader: upgrade 1.2.176 -> 1.2.182

2021-07-07 Thread wangmy
build: Update to header 1.2.182 - Update known-good - Disable codegen for VK_HUAWEI_subpass_shading KhronosGroup/Vulkan-Docs#1564 - Generate source Signed-off-by: Wang Mingyu --- .../{vulkan-loader_1.2.176.0.bb => vulkan-loader_1.2.182.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[OE-core] [PATCH 3/3] vulkan-tools: upgrade 1.2.176 -> 1.2.182

2021-07-07 Thread wangmy
build: Update to header 1.2.182 - Update known-good - Add support for printing `int64_t` in `scripts/vulkaninfo_generator.py` - Disable codegen for VK_HUAWEI_subpass_shading KhronosGroup/Vulkan-Docs#1564 - Generate source Signed-off-by: Wang Mingyu --- .../{vulkan-tools_1.2.176.0.bb => vulkan-

[OE-core] [PATCH 1/3] vulkan-headers: upgrade 1.2.176 -> 1.2.182

2021-07-07 Thread wangmy
Add reference to multiple Hpp headers added to this repository Signed-off-by: Wang Mingyu --- ...{vulkan-headers_1.2.176.0.bb => vulkan-headers_1.2.182.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/vulkan/{vulkan-headers_1.2.176.0.bb => vulkan-headers

Re: [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0

2021-07-07 Thread Alexander Kanavin
Seems like reproducibility.patch can actually be removed, as it was accepted upstream? Alex On Wed, 7 Jul 2021 at 17:45, wangmy wrote: > refresh reproducibility.patch > > v57.1.0 > --- > > Changes > ^^^ > * #2692: Globs are now sorted in 'license_files' restoring reproducibility > by el

[OE-core] [PATCH] oeqa/selftest/recipetool: update socat version to fix failing download

2021-07-07 Thread Ross Burton
If the recipetool tests are run with an empty DL_DIR the fetch of socat 1.7.3.0 fails as that URL doesn't exist anymore. Update the version to 1.7.4.1 to fix the test. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/recipetool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Richard Purdie
On Wed, 2021-07-07 at 14:05 +0100, Mike Crowe wrote: > On Wednesday 07 July 2021 at 13:25:17 +0100, Richard Purdie wrote: > > On Wed, 2021-07-07 at 12:53 +0100, Mike Crowe via lists.openembedded.org > > wrote: > > > We're using LICENSE_CREATE_PACKAGE to create ${PN}-lic package files and > > > rel

Re: [OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Richard Purdie
On Wed, 2021-07-07 at 17:43 +0100, Richard Purdie via lists.openembedded.org wrote: > On Wed, 2021-07-07 at 14:05 +0100, Mike Crowe wrote: > > On Wednesday 07 July 2021 at 13:25:17 +0100, Richard Purdie wrote: > > > On Wed, 2021-07-07 at 12:53 +0100, Mike Crowe via lists.openembedded.org > > > wr

Re: [OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Mike Crowe via lists.openembedded.org
On Wednesday 07 July 2021 at 17:48:20 +0100, Richard Purdie wrote: > On Wed, 2021-07-07 at 17:43 +0100, Richard Purdie via lists.openembedded.org > wrote: > > On Wed, 2021-07-07 at 14:05 +0100, Mike Crowe wrote: > > > On Wednesday 07 July 2021 at 13:25:17 +0100, Richard Purdie wrote: > > > > On We

[OE-core] [PATCH] license: Drop adding RRECOMMENDS for license packages

2021-07-07 Thread Richard Purdie
This changes behaviour when LICENSE_CREATE_PACKAGE is in use. Packages no longer have RRECOMMENDS adding to them. It was highlighted that this doesn't apply to PACKAGES_DYNAMIC, nor can it easily be made to do so. There is also a much easier way to handle this which is: IMAGE_INSTALL_COMPLEMENTAR

Re: [OE-core] [PATCH] libubootenv: Disable for ppc/ppc64 qemu machines

2021-07-07 Thread Khem Raj
ping On Sun, Jul 4, 2021 at 2:07 PM Khem Raj wrote: > > This recipe depends on u-boot and u-boot is not available for > qemuppc/qemuppc64 and there is no defconfig available either > > Signed-off-by: Khem Raj > --- > meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | 3 +++ > 1 file changed, 3 inse

Re: [OE-core] [PATCH] esdk: locked sig mismatch warnings when build from esdk env

2021-07-07 Thread Khem Raj
ping On Thu, Jun 24, 2021 at 9:54 AM Khem Raj wrote: > > From: Mani Selvaraj > > A repo with multiple layers are placed under /layers/ and a repo > with single layer is placed under /layers/openembedded-core in esdk. > This tiggered locked sig mismatch warnings when building image from > esdk en

Re: [OE-core] [PATCH] oeqa/selftest/recipetool: update socat version to fix failing download

2021-07-07 Thread Khem Raj
On Wed, Jul 7, 2021 at 8:56 AM Ross Burton wrote: > > If the recipetool tests are run with an empty DL_DIR the fetch of > socat 1.7.3.0 fails as that URL doesn't exist anymore. > > Update the version to 1.7.4.1 to fix the test. > this fixes master but I guess releases are still broken and perhaps

Re: [OE-core] [PATCH] qemuarm64.conf: change the cpu model to max

2021-07-07 Thread Khem Raj
On Wed, Jul 7, 2021 at 5:21 AM Alexander Kanavin wrote: > > 'max' implies that it's not stable and will change depending on qemu version > and build settings. Can you set it to a specific model? > I don't see stability an issue here as max is stable, A potential issue is that it will now depend

Re: [OE-core] [PATCH] texinfo: update 6.7 -> 6.8

2021-07-07 Thread Khem Raj
This fails to build with master-next (+ glibc 2.34 perhaps) https://errors.yoctoproject.org/Errors/Details/587462/ On Mon, Jul 5, 2021 at 11:35 AM Alexander Kanavin wrote: > > Drop texinfo-4.12-zlib.patch as it completely lacks a description, > was added together with the original recipe without

Re: [OE-core] license.bbclass does not add recommends to dynamic packages

2021-07-07 Thread Richard Purdie
On Wed, 2021-07-07 at 17:55 +0100, Mike Crowe wrote: > On Wednesday 07 July 2021 at 17:48:20 +0100, Richard Purdie wrote: > > On Wed, 2021-07-07 at 17:43 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Wed, 2021-07-07 at 14:05 +0100, Mike Crowe wrote: > > > > On Wednesday 07 J

Re: [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0

2021-07-07 Thread Richard Purdie
On Wed, 2021-07-07 at 17:49 +0200, Alexander Kanavin wrote: > Seems like reproducibility.patch can actually be removed, as it was accepted > upstream? Yes, upstream tweaked it slightly and we can drop that patch here. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages se

[OE-core] [PATCH] util-linux: Disable chfn-chsh on non-target builds

2021-07-07 Thread Khem Raj
They are also provided by shadow-native e.g. when building native recipes and packages where they depend on both shadow-native and util-linux-native, this can conflict Fixes ERROR: systemd-1_248.3-r0 do_prepare_recipe_sysroot: The file /usr/bin/chsh is installed by both util-linux-native and shad

[OE-core] [PATCH] xserver-xorg: upgrade 1.20.11 -> 21.0.99.1

2021-07-07 Thread wangmy
0001-test-xtest-Initialize-array-with-braces.patch pkgconfig.patch sdksyms-no-build-path.patch removed since they're included in 21.0.99.1 refresh 0001-Avoid-duplicate-definitions-of-IOPortBase.patch Signed-off-by: Wang Mingyu --- .../xorg-xserver/xserver-xorg.inc | 3 +- ...-dupli

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

2021-07-07 Thread Steve Sakoman
The following changes since commit 9423ad8f0f42d249c2fcb1b86ec9abb75854f011: python3-ptest: add newly discovered missing rdeps (2021-06-28 05:01:39 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembed

[OE-core] [PATCH] python3-pathlib2: upgrade 2.3.5 -> 2.3.6

2021-07-07 Thread zhengruoqin
License-Update: file format changed from "ASCII text" to "ASCII text, with CRLF line terminators" Version 2.3.6 ^ - Fix minor unicode bugs in with_name and with_suffix. Many thanks to ppentchev for reporting and for providing a fix. - Fix a few minor bugs. - Allow unicode file pat

[OE-core] [hardknott][PATCH] busybox: fix traceroute failure

2021-07-07 Thread Yu, Mingli
From: Mingli Yu Backport a patch to fix the below traceroute failure: $ traceroute -f 64 -I -n -m 240 10.226.43.84 46 traceroute: NO OPT x! Signed-off-by: Mingli Yu --- .../0001-traceroute-fix-option-parsing.patch | 31 +++ meta/recipes-core/busybox/busybox_1.33.0.bb | 1 +

[OE-core] [PATCH][hardknott] curl: Fix CVE-2021-22898

2021-07-07 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin CVE: CVE-2021-22898 Signed-off-by: Khairul Rohaizzat Jamaluddin --- .../curl/curl/CVE-2021-22898.patch| 33 +++ meta/recipes-support/curl/curl_7.75.0.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recip

[OE-core] [PATCH][hardknott] curl: Fix CVE-2021-22897

2021-07-07 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin CVE: CVE-2021-22897 Signed-off-by: Khairul Rohaizzat Jamaluddin --- .../curl/curl/CVE-2021-22897.patch| 72 +++ meta/recipes-support/curl/curl_7.75.0.bb | 1 + 2 files changed, 73 insertions(+) create mode 100644 meta/recip

Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1

2021-07-07 Thread Khem Raj
fails to build on mips https://errors.yoctoproject.org/Errors/Details/587476/ On Wed, Jul 7, 2021 at 8:45 AM wangmy wrote: > > Signed-off-by: Wang Mingyu > --- > ...esktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename >

[OE-core] [PATCH] boost-build-native: workaround one rarely hang problem on fedora34

2021-07-07 Thread Changqing Li
From: Changqing Li Reproduce scenes: * On fedora34 * autofs.service is started * test is nis user, which mounted at /nis by autofs * under /nis/test, there are symlinks point to another nis mount point /nis/yan Result: task boost-build-native:do_install hang forever NOTE: recipe ovmf-edk2-stabl

Re: [OE-core] [PATCH] xserver-xorg: upgrade 1.20.11 -> 21.0.99.1

2021-07-07 Thread Alexander Kanavin
This is a development snapshot, should not be used. Alex On Thu 8. Jul 2021 at 2.18, wangmy wrote: > 0001-test-xtest-Initialize-array-with-braces.patch > pkgconfig.patch > sdksyms-no-build-path.patch > removed since they're included in 21.0.99.1 > > refresh 0001-Avoid-duplicate-definitions-of-I

Re: [OE-core] [RFC][PATCH] libubootenv: exclude from world build if no u-boot config

2021-07-07 Thread Anuj Mittal
On Tue, 2021-07-06 at 17:55 +0200, Peter Bergin wrote: > As a fix for failing the world build for targets not using u-boot > as boot loader libubootenv is excluded from world builds if > both UBOOT_MACHINE and UBOOT_CONFIG variables are empty. > > Signed-off-by: Peter Bergin > --- >  meta/recipes

Re: [OE-core] [hardknott][PATCH] busybox: fix traceroute failure

2021-07-07 Thread Anuj Mittal
On Thu, 2021-07-08 at 10:12 +0800, Yu, Mingli wrote: > From: Mingli Yu > > Backport a patch to fix the below traceroute failure: >  $ traceroute -f 64 -I -n -m 240 10.226.43.84 46 > traceroute: NO OPT x! We can just take the 1.33.1 upgrade from master branch instead as it's a bug fix update: ht

Re: [OE-core] [PATCH 1/6] linux-yocto-dev: base AUTOREV on specified version

2021-07-07 Thread Anuj Mittal
On Mon, 2021-07-05 at 22:53 -0400, Bruce Ashfield wrote: > On Mon, Jul 5, 2021 at 10:49 PM Mittal, Anuj > wrote: > > > > Hi Bruce, > > > > On Mon, 2021-07-05 at 09:52 -0400, Bruce Ashfield wrote: > > > Hi Anuj, > > > > > > Could you queue this patch for cherry-picking into your next > > > hardk

[OE-core] [PATCH v2] busybox: upgrade 1.33.0 -> 1.33.1

2021-07-07 Thread Yu, Mingli
From: zhengruoqin 0001-decompress_gunzip-Fix-DoS-if-gzip-is-corrupt.patch removed since it is included in 1.33.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie (cherry picked from commit 544236b12a72ee5be5ef0147249ead112082b871) Signed-off-by: Mingli Yu --- ...ss_gunzip-Fix-DoS-if

[OE-core] [hardknott][PATCH v2] busybox: upgrade 1.33.0 -> 1.33.1

2021-07-07 Thread Yu, Mingli
From: zhengruoqin 0001-decompress_gunzip-Fix-DoS-if-gzip-is-corrupt.patch removed since it is included in 1.33.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie (cherry picked from commit 544236b12a72ee5be5ef0147249ead112082b871) Signed-off-by: Mingli Yu --- ...ss_gunzip-Fix-DoS-if