[OE-core][PATCH] linux-firmware: fix the wrong file path for ibt-misc

2020-07-07 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb index

Re: [OE-core][PATCH] igt-gpu-tools: Add PACKAGECONFIG for Chamelium support

2020-07-07 Thread Arthur She
Hi Anuj, Thanks for your review. I don't need to put "-Dchamelium=disabled" in the EXTRA_OEMESON. Because chamelium is disabled by default. Is it correct? Thanks, Arthur On Tue, Jul 7, 2020 at 4:43 PM Mittal, Anuj wrote: > On Tue, 2020-07-07 at 14:09 -0700, Arthur She wrote: > > Chamelium is a

Re: [OE-core][PATCH] igt-gpu-tools: Add PACKAGECONFIG for Chamelium support

2020-07-07 Thread Anuj Mittal
On Tue, 2020-07-07 at 14:09 -0700, Arthur She wrote: > Chamelium is a hardware device that can be used for external display > test automation [1]. > It is disabled by default and can be turned on through PACKAGECONFIG. > > [1] https://www.chromium.org/chromium-os/testing/chamelium > >

Re: [OE-core] [zeus][PATCH 00/10] zeus pull request - cover letter only

2020-07-07 Thread Anuj Mittal
Ping On Mon, 2020-07-06 at 08:13 +0800, Anuj Mittal wrote: > Please merge these changes in zeus. Clean a-full on autobuilder > except a > bitbake-selftest failure fix for which has been merged. > > Thanks, > > Anuj > > The following changes since commit >

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

2020-07-07 Thread Steve Sakoman
Speeding up the process a bit since we have two patches in this set which are causing build issues for people: iso-codes: switch upstream branch master -> main libdrm: upgrade 2.4.100 -> 2.4.101 The following changes since commit 2e128a775a3d51dc1856a35e2f5135d3c156d10e: u-boot: move

Re: [OE-core] [PATCH] kernel.bbclass: make dependency on lzop-native conditional

2020-07-07 Thread Andre McCurdy
On Tue, Jul 7, 2020 at 2:10 PM Richard Purdie wrote: > > On Tue, 2020-07-07 at 12:47 -0700, Andre McCurdy wrote: > > On Tue, Jul 7, 2020 at 2:25 AM T. Ulrich > > wrote: > > > From: Timon Ulrich > > > > > > a native lzop is only needed when an lzo compressed initramfs is > > > actually present >

[OE-core] ✗ patchtest: failure for server/process: Increase timeout for commands

2020-07-07 Thread Patchwork
== Series Details == Series: server/process: Increase timeout for commands Revision: 1 URL : https://patchwork.openembedded.org/series/25040/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] kernel.bbclass: make dependency on lzop-native conditional

2020-07-07 Thread Richard Purdie
On Tue, 2020-07-07 at 12:47 -0700, Andre McCurdy wrote: > On Tue, Jul 7, 2020 at 2:25 AM T. Ulrich > wrote: > > From: Timon Ulrich > > > > a native lzop is only needed when an lzo compressed initramfs is > > actually present > > Is the logic actually that native lzop is only needed if an lzo >

[OE-core][PATCH] igt-gpu-tools: Add PACKAGECONFIG for Chamelium support

2020-07-07 Thread Arthur She
Chamelium is a hardware device that can be used for external display test automation [1]. It is disabled by default and can be turned on through PACKAGECONFIG. [1] https://www.chromium.org/chromium-os/testing/chamelium Signed-off-by: Arthur She ---

[OE-core] [PATCH 2/2] adwaita-icon-theme: Add missing license files to LIC_FILES_CHKSUM

2020-07-07 Thread Richard Purdie
The sources have a couple of COPYING files which should be listed in the license checksum entry so the full license terms are included in license handling code. Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1

[OE-core] [PATCH 1/2] spdx: Remove the class as its obsolete

2020-07-07 Thread Richard Purdie
The project is a strong supporter of SPDX but this class is old code using a dated approach which now misleads people. Remove it. The meta-sdpxscanner layer is a much more modern and active approach to handling this and we should be pointing people there. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH] server/process: Increase timeout for commands

2020-07-07 Thread Richard Purdie
We're running into this timeout on loaded autobuilders in situations where things should otherwise succeed. Log a note in these cases and continue to try for longer. Signed-off-by: Richard Purdie --- lib/bb/server/process.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] insane: consolidate skipping of temporary do_package files

2020-07-07 Thread Ross Burton
From: Ross Burton During the course of do_package_rpm and friends the tools create a top-level CONTROL or DEBIAN directory in the package directory. do_package_qa needs to be aware of these files and ignore them, this was previously done in just one check but instead should be done once when

Re: [OE-core] [PATCH] kernel.bbclass: make dependency on lzop-native conditional

2020-07-07 Thread T. Ulrich
Is the logic actually that native lzop is only needed if an lzo compressed initramfs is present AND and a plain .cpio or .cpio.gz is NOT present? Yes, that is the case. If a plain cpio is present then there's no need to uncompress, hence there's no need for lzop-native. IMO this patch still

Re: [OE-core] [RFC][PATCH] distutils: put tests to a separate package

2020-07-07 Thread Richard Purdie
On Tue, 2020-07-07 at 21:34 +0200, Konrad Weihmann wrote: > That's a very good question. > I myself haven't seen python unit tests used via ptests in the wild, > but > if that is used, yes fully agree, it should be rather PN-ptests than > PN-tests. > BTW it would also require to create a

Re: [OE-core] [PATCH] kernel.bbclass: make dependency on lzop-native conditional

2020-07-07 Thread Andre McCurdy
On Tue, Jul 7, 2020 at 2:25 AM T. Ulrich wrote: > > From: Timon Ulrich > > a native lzop is only needed when an lzo compressed initramfs is actually > present Is the logic actually that native lzop is only needed if an lzo compressed initramfs is present AND and a plain .cpio or .cpio.gz is

Re: [OE-core] [RFC][PATCH] distutils: put tests to a separate package

2020-07-07 Thread Konrad Weihmann
That's a very good question. I myself haven't seen python unit tests used via ptests in the wild, but if that is used, yes fully agree, it should be rather PN-ptests than PN-tests. BTW it would also require to create a run-ptest file, which would complicate things even more. Regards Konrad

Re: [OE-core] [RFC][PATCH] distutils: put tests to a separate package

2020-07-07 Thread Richard Purdie
On Tue, 2020-07-07 at 21:01 +0200, Konrad Weihmann wrote: > Put files from installed tests into a separate package to avoid > having > them in an image unwanted and to avoid having more runtime > dependencies than necessary. > > Background: > As setuptools is pretty much unregulated in terms what

[OE-core] [RFC][PATCH] distutils: put tests to a separate package

2020-07-07 Thread Konrad Weihmann
Put files from installed tests into a separate package to avoid having them in an image unwanted and to avoid having more runtime dependencies than necessary. Background: As setuptools is pretty much unregulated in terms what is installed by some module, even tests are installed into base

[OE-core] [PATCH] devtool: default to empty string, if LIC_FILES_CHKSUM is not available

2020-07-07 Thread Bjarne Michelsen
Fixes: [YOCTO #13971] A recipe using LICENSE=CLOSED would normally not have LIC_FILES_CHKSUM set. If LIC_FILES_CHKSUM was not set, it would cause `devtool upgrade` to fail. This fixes the issue by defaulting to an empty string if LIC_FILES_CHKSUM is not found. Signed-off-by: Bjarne Michelsen

Re: [OE-core] [PATCH] gtk+3: fix reproducible build failure

2020-07-07 Thread Ross Burton
Probably, but the upstream solution is to not ship them, so this is basically reproducing that with an existing tarball. Ross On Mon, 6 Jul 2020 at 20:35, Khem Raj wrote: > > > > On 7/6/20 4:57 AM, Ross Burton wrote: > > From: Ross Burton > > > > There's a build race between the use of a

[OE-core] Yocto Project Status WW27'20

2020-07-07 Thread Stephen Jolley
Current Dev Position: YP 3.2 M2 Next Deadline: YP 3.2 M2 build date 2020/7/27 Next Team Meetings: * Bug Triage meeting Thursday July 9th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday July 7th at 8am PDT (

Re: [OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-07-07 Thread Dmitry Baryshkov
Hello, пт, 3 июл. 2020 г. в 16:18, Andreas Müller : > > On Thu, Jul 2, 2020 at 2:47 PM Andreas Müller via > lists.openembedded.org > wrote: > > > > On Thu, Jul 2, 2020 at 2:00 PM Dmitry Baryshkov > > wrote: > > > > > > Hello, > > > > > > вс, 28 июн. 2020 г. в 16:34, Andreas Müller : > > > > >

[OE-core][PATCH v2] openssl: move ${libdir}/[...]/openssl.cnf to ${PN}-conf

2020-07-07 Thread Hannu Lounento
Some openssl command line operations like creating an X.509 CSR require the file /usr/lib/ssl-1.1/openssl.cnf to exist and fail if it doesn't root@qemux86-64:~# openssl req -out my.csr -new -newkey rsa:2048 -nodes -keyout my.key Can't open /usr/lib/ssl-1.1/openssl.cnf for reading, No

Re: [OE-core] [PATCH] openssl: make ${PN}-bin rdepend on ${PN}

2020-07-07 Thread Hannu Lounento
On 07/07/2020 00:32, Richard Purdie wrote: On Mon, 2020-07-06 at 18:23 +0300, Hannu Lounento wrote: Some openssl command line operations like creating an X.509 CSR require the file /usr/lib/ssl-1.1/openssl.cnf to exist and fail if it doesn't root@qemux86-64:~# openssl req -out my.csr -new

[OE-core] [PATCH] kernel.bbclass: make dependency on lzop-native conditional

2020-07-07 Thread T. Ulrich
From: Timon Ulrich a native lzop is only needed when an lzo compressed initramfs is actually present Signed-off-by: Timon Ulrich --- meta/classes/kernel.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass

Re: [OE-core] [PATCH] dpkg: update SRC_URI

2020-07-07 Thread Changqing Li
On 7/7/20 3:36 PM, Alexander Kanavin wrote: On Tue, 7 Jul 2020 at 04:55, Changqing Li > wrote: -SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz \ +SRC_URI =

Re: [OE-core] [PATCH] dpkg: update SRC_URI

2020-07-07 Thread Alexander Kanavin
On Tue, 7 Jul 2020 at 04:55, Changqing Li wrote: > -SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz \ > +SRC_URI = " > http://snapshot.debian.org/archive/debian-debug/20200308T085219Z/pool/main/d/dpkg/${BPN}_${PV}.tar.xz > \ > This breaks both automated version checks, and