Re: [OE-core][PATCH] igt-gpu-tools: add new package

2020-06-15 Thread Arthur She
Hi Alexander and Denys, Thanks for your feedback. I have no problem submitting it to meta-oe. Since the meta-intel maintainer requested to submit it to oe-core, do you mind sharing some thought about the reason? Thank you so much, Arthur On Mon, Jun 15, 2020 at 12:56 AM Denys Dmytriyenko wrote:

[OE-core] [PATCH 2/2] iptables: split iptables-apply to its own package

2020-06-15 Thread Yi Zhao
We do not want iptables to depend on bash. So move iptables-apply/ip6tables-apply to a separate package. Signed-off-by: Yi Zhao --- meta/recipes-extended/iptables/iptables_1.8.5.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/iptables/iptables_1.8

[OE-core] [PATCH 1/2 V2] iptables: fix invalid symbolic link for ip6tables-apply

2020-06-15 Thread Yi Zhao
The iptables-apply is not installed which makes ip6tables-apply as an invalid symbolic link: $ ls -l /usr/sbin/ip6tables-apply lrwxrwxrwx 1 root root 14 Jun 11 08:27 /usr/sbin/ip6tables-apply -> iptables-apply $ ls -l /usr/sbin/iptables-apply ls: cannot access '/usr/sbin/iptables-apply': No such

Re: [OE-core] [PATCH] iptables: fix invalid symbolic link for ip6tables-apply

2020-06-15 Thread Yi Zhao
On 6/15/20 9:30 PM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Yi Zhao Sent: den 15 juni 2020 03:35 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH] iptables: fix invalid symbolic link for ip6tables-app

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-06-15 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

[OE-core] [PATCH] pypi.bbclass: update HOMEPAGE to point to actual pypi page

2020-06-15 Thread Robert P. J. Day
The current setting for the HOMEPAGE is a redirection, so might as well update it. Signed-off-by: Robert P. J. Day --- diff --git a/meta/classes/pypi.bbclass b/meta/classes/pypi.bbclass index 87b4c85fc0..73aca77ef6 100644 --- a/meta/classes/pypi.bbclass +++ b/meta/classes/pypi.bbclass @@ -17,1

[OE-core] [PATCH 0/4] Various minor improvements

2020-06-15 Thread Dan McGregor
From: Dan McGregor Fixes a few annoyances we've been experiencing, such as devtool breaking on recipes that inherit python3native, and the number of threads affecting the stamp of RPM signing. Daniel McGregor (4): devtool-source.bbclass: Do not export _PYTHON_SYSCONFIGDATA_NAME sign_rpm.bbcl

[OE-core] [PATCH 2/4] sign_rpm.bbclass: ignore thread count

2020-06-15 Thread Dan McGregor
From: Dan McGregor From: Daniel McGregor Similar to sign_ipk, ignore the number of threads used for signing RPMs. Signed-off-by: Daniel McGregor --- meta/classes/sign_rpm.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/sign_rpm.bbclass b/meta/classes/sign_rpm.bbclass

[OE-core] [PATCH 3/4] systemd-conf: Accept MTU from DHCP

2020-06-15 Thread Dan McGregor
From: Dan McGregor From: Daniel McGregor Many local cloud deployments use MTUs other than 1500. To support them, accept MTU from DHCP by default. Signed-off-by: Daniel McGregor --- meta/recipes-core/systemd/systemd-conf/wired.network | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/r

[OE-core] [PATCH 1/4] devtool-source.bbclass: Do not export _PYTHON_SYSCONFIGDATA_NAME

2020-06-15 Thread Dan McGregor
From: Dan McGregor From: Daniel McGregor This varialbe is set to help python3 running inside the build environment. Unset it so that devtool can fetch recipes that inherit python3native. Signed-off-by: Daniel McGregor --- meta/classes/devtool-source.bbclass | 3 +++ 1 file changed, 3 inserti

[OE-core] [PATCH 4/4] buildhistory-collect-srcrevs: sort directories

2020-06-15 Thread Dan McGregor
From: Dan McGregor From: Daniel McGregor In order to allow consistent output of buildhistory-collect-srcrevs sort the list of directories returned by os.walk. Otherwise the list of SRCREVs is returned in an unspecified order. We save the output of this command on build, so it creates smaller d

Re: [OE-core] [PATCH] zlib: build and package minigzip

2020-06-15 Thread Richard Purdie
On Fri, 2020-06-12 at 17:45 -0300, Sergio Prado wrote: > minigzip is a minimal implementation of the gzip utility that > simulates > gzip using the zlib compression library. > > Having a package with minigzip could be useful in some cases. > > Signed-off-by: Sergio Prado > --- > meta/recipes-co

Re: [OE-core] python3 recipe PGO tests

2020-06-15 Thread Ryan Rowe
On 14/6/20, 18:05, "Mittal, Anuj" wrote: > On Fri, 2020-06-12 at 21:28 +, Ryan Rowe wrote: > > Hello Alex, > > > > I’m investigating Python 3 performance issues on a Raspberry Pi Yocto > > build; I appreciate any insights you can provide into the problem. > > > > In my investigation, I noticed

[OE-core] [PATCH v3] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Konrad Weihmann
Add new decorator which behaves like OEHasPackage, but fails the testcase if a dependency isn't met. This helps to identify missing packages in the image under test when using static test suite lists, otherwise a missing package won't fail the overall test suite and errors might slip through unnot

[OE-core][dunfell 12/21] ca-certificates: upgrade 20190110 -> 20200601

2020-06-15 Thread Steve Sakoman
From: Wang Mingyu -License-Update: format changed Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 0007f38b03bcb0bd561bd9181fbffc7dec47fe9a) Signed-off-by: Steve Sakoman --- ...a-certificates_20190110.bb => ca-certificates_20200601.bb} | 4 ++-- 1 file chan

[OE-core][dunfell 16/21] oe-selftest: Recursively patch test case paths

2020-06-15 Thread Steve Sakoman
From: Paul Barker This ensures that builddir is updated correctly to point to the new selftest build directory when we're given a list of test suites instead of a list of test cases. Signed-off-by: Paul Barker Signed-off-by: Richard Purdie (cherry picked from commit 56e211d0f3c6cb84f5982e5de00

[OE-core][dunfell 10/21] cve-check: include epoch in product version output

2020-06-15 Thread Steve Sakoman
From: Ralph Siemsen In the generated cve.log files, include the epoch in the product version. This better matches how versions are displayed elsewhere, in particular the bb.warn("Found unpatched CVE...") that appears on the terminal when CVEs are found. Signed-off-by: Ralph Siemsen Signed-off-b

[OE-core][dunfell 13/21] patchelf: Add patch to address corrupt shared library issue

2020-06-15 Thread Steve Sakoman
From: Richard Purdie patchelf can corrupt shared libraries if the program headers don't immediately follow the elf header. Add a patch submitted upstream to address this. Signed-off-by: Richard Purdie (cherry picked from commit e7811c787bbe2f5d49b3506309499acc27189988) Signed-off-by: Steve Sako

[OE-core][dunfell 19/21] linux-firmware: upgrade 20200421 -> 20200519

2020-06-15 Thread Steve Sakoman
From: Alexander Kanavin License-Update: added more entries to WHENCE, all redistributable Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit f8d47014e453533b98e37c653177e9541e1deeda) Signed-off-by: Steve Sakoman --- ...linux-firmware_20200421.bb => linux

[OE-core][dunfell 17/21] qemu: force build type to production

2020-06-15 Thread Steve Sakoman
From: Joe Slater qemu will not build for -Og optimization because macros in lockable.h expect dead-code elimination. Override DEBUG_BUILD. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie (cherry picked from commit ad404b2e51223625bd95f9a7da4c7a690c37bdfb) Signed-off-by: Steve Sakoman

[OE-core][dunfell 11/21] cogl: point to correct HOMEPAGE

2020-06-15 Thread Steve Sakoman
From: Konrad Weihmann As the previousy set wasn't reachable anymore Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie (cherry picked from commit 3ae0aa1df25c8c7511950c6fc965955bdb205cd2) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/cogl/cogl-1.0.inc | 2 +- 1 file change

[OE-core][dunfell 14/21] archiver: Fix test case for srpm archiver mode

2020-06-15 Thread Steve Sakoman
From: Paul Barker We can't assume that rpm packaging will always be enabled when running oe-selftest. In particular when using nodistro instead of poky this is not enabled by default. Signed-off-by: Paul Barker Signed-off-by: Richard Purdie (cherry picked from commit 23df3024664ec56dbbe8865ef3

[OE-core][dunfell 08/21] cairo: Do not try to remove nonexistent directories

2020-06-15 Thread Steve Sakoman
From: Peter Kjellerstedt Commit 0e1f8fa0 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to native/nativesdk from target) changed the default PACKAGECONFIG for native and nativesdk so that it becomes empty unless "x11" is in DISTRO_FEATURES since "trace" was also removed (propbably unintentional

[OE-core][dunfell 20/21] build-sysroots: add sysroot paths with native binaries to PATH

2020-06-15 Thread Steve Sakoman
From: Alexander Kanavin staging_populate_sysroot_dir() collects postinsts from the sysroot and executes them. These postinsts, in turn, may call binaries that are only available from the sysroot. This works fine with recipe-specific sysroots, as all necessary paths are already in PATH, but breaks

[OE-core][dunfell 15/21] oe-selftest: Allow overriding the build directory used for tests

2020-06-15 Thread Steve Sakoman
From: Paul Barker This may be useful if the parent directory of the original builddir is not writable, on a lower performance drive, etc. Signed-off-by: Paul Barker Signed-off-by: Richard Purdie (cherry picked from commit dab719e5f1964fd48e9a35e6b9db1508b5414540) Signed-off-by: Steve Sakoman

[OE-core][dunfell 18/21] db: do not install db_verify if 'verify' is not enabled

2020-06-15 Thread Steve Sakoman
From: Chen Qi On target, when running `db_verify /var/lib/rpm/Packages', we get the following error. db_verify: BDB0571 library build did not include support for database verification This is because db_verify is installed but 'verify' PACKAGECONFIG is not enabled. So fix it by not installin

[OE-core][dunfell 07/21] logrotate: Drop obsolete setting/comment

2020-06-15 Thread Steve Sakoman
From: Richard Purdie The comment applies to an old version and the WORKDIR setting matches the default so drop it. Signed-off-by: Richard Purdie (cherry picked from commit 7cc4c0e7665111616c7e8a1dc512b8d9022ca664) Signed-off-by: Steve Sakoman --- meta/recipes-extended/logrotate/logrotate_3.15

[OE-core][dunfell 09/21] oeqa/targetcontrol: Rework exception handling to avoid warnings

2020-06-15 Thread Steve Sakoman
From: Richard Purdie We're seeing: WARNING: bitbake/lib/bb/cookerdata.py:136: ResourceWarning: unclosed file <_io.FileIO name='tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/testimage/qemurunner_log.20200601181912' mode='ab' closefd=True which can only be caused by the qemu.stop() me

[OE-core][dunfell 21/21] vim: _FORTIFY_SOURCE=2 be gone

2020-06-15 Thread Steve Sakoman
From: Joe Slater vim will abort in many places with this setting. Replace it with the benign _FORTIFY_SOURCE=1. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie (cherry picked from commit 18129cbaeddb3278efe9963718556e3765f06c1e) Signed-off-by: Steve Sakoman --- meta/recipes-support/

[OE-core][dunfell 02/21] ltp: Exclude the memcg_stress tests due to timeout problems

2020-06-15 Thread Steve Sakoman
From: Richard Purdie This test runs for 900s, we often see tests killed after 300s without output which makes the test results unreliable and inconsistent. The easiest solution for now is to skip this long running test, patching it out wth sed. Signed-off-by: Richard Purdie (cherry picked from

[OE-core][dunfell 01/21] core-image-minimal-initramfs: keep restriction with initramfs-module-install

2020-06-15 Thread Steve Sakoman
From: hongxu Since commit [882ae0dcce core-image-minimal-initramfs: use initramfs-framework for initialization] applied, it should keep the restriction with initramfs-module-install Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie (cherry picked from commit 295dbabce213855432b6274026e3b

[OE-core][dunfell 06/21] maintainers: Update Ross' email address

2020-06-15 Thread Steve Sakoman
From: Richard Purdie Update Ross' address to a valid one. Signed-off-by: Richard Purdie (cherry picked from commit 22e1605ce45482c49d06a7c56a46b71f76955e31) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/maintainers.inc | 126 +++ 1 file changed, 63 insertions(+

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

2020-06-15 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. The following changes since commit 6fa967f194edd314c9026c80f8d93360ac6d9efa: build-appliance-image: Update to dunfell head revision (2020-06-08 21:45:09 +0100) are available in the Git repositor

[OE-core][dunfell 04/21] sysfsutils: rem leftover settings for libsysfs-dev

2020-06-15 Thread Steve Sakoman
From: Konrad Weihmann 22af6a2595dbec98ce4a2e3b1324ad8d400390ad removed the PACKAGES setting, but left the FILES-assignments of libsysfs-dev and -staticdev. As these have no use anymore they can be safely removed Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie (cherry picked from c

[OE-core][dunfell 05/21] lz4: disable static library

2020-06-15 Thread Steve Sakoman
From: Alexander Kanavin It was found to be built in a non-reproducible way. [YOCTO #13925] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit f8f3f03e7ffcefdb6a97b747a26276dec4bfa77c) Signed-off-by: Steve Sakoman --- meta/recipes-support/lz4/lz4_1.9.2.

[OE-core][dunfell 03/21] util-linux: alternatify rtcwake

2020-06-15 Thread Steve Sakoman
From: Marco Felsch This tool can be turned on in busybox which lead into a error during do_rootfs. Signed-off-by: Marco Felsch Signed-off-by: Richard Purdie (cherry picked from commit eb22e7a1190a79fd74ae54f23a13ec4932f41b0d) Signed-off-by: Steve Sakoman --- meta/recipes-core/util-linux/util

[OE-core] [PATCH v2] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Konrad Weihmann
Add new decorator which behaves like OEHasPackage, but fails the testcase if a dependency isn't met. This helps to identify missing packages in the image under test when using static test suite lists, otherwise a missing package won't fail the overall test suite and errors might slip through unnot

Re: [OE-core] [PATCH] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Alexander Kanavin
On Mon, 15 Jun 2020 at 18:56, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2020-06-15 at 18:54 +0200, Alexander Kanavin wrote: > > Come to think of it, maybe it's okay in this situation to actually > > remove OEHasPackage - the test will simply always run, and will still >

Re: [OE-core] [PATCH] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Richard Purdie
On Mon, 2020-06-15 at 18:41 +0200, Alexander Kanavin wrote: > On Mon, 15 Jun 2020 at 16:02, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > I can see the use case, I'm a bit torn on whether we should fail in > > these cases, or whether we should enourage people to check the > > te

Re: [OE-core] [PATCH] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Richard Purdie
On Mon, 2020-06-15 at 18:54 +0200, Alexander Kanavin wrote: > Come to think of it, maybe it's okay in this situation to actually > remove OEHasPackage - the test will simply always run, and will still > fail if the package is absent, but the failure would be less specific > than a missing package.

Re: [OE-core] [PATCH] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Alexander Kanavin
Come to think of it, maybe it's okay in this situation to actually remove OEHasPackage - the test will simply always run, and will still fail if the package is absent, but the failure would be less specific than a missing package. Alex On Mon, 15 Jun 2020 at 18:41, Alexander Kanavin via lists.ope

Re: [OE-core] [PATCH] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Alexander Kanavin
On Mon, 15 Jun 2020 at 16:02, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > I can see the use case, I'm a bit torn on whether we should fail in > these cases, or whether we should enourage people to check the tests > they expected to run really did. > > With the complexity on the a

Re: [OE-core] [PATCH] oeqa/runtime: Add OERequirePackage decorator

2020-06-15 Thread Richard Purdie
On Sat, 2020-06-13 at 12:19 +0200, Konrad Weihmann wrote: > Add new decorator which behaves like OEHasPackage, but > fails the testcase if a dependency isn't met. > > This helps to identify missing packages in the image > under test when using static test suite lists, otherwise > a missing package

Re: [OE-Core][PATCH] recipetool: Fix list concatenation when using edit

2020-06-15 Thread Richard Purdie
On Fri, 2020-06-12 at 16:17 +0100, Alex Kiernan wrote: > On Fri, Jun 12, 2020 at 2:38 PM Alex Kiernan via > lists.openembedded.org > > wrote: > > If there are multiple appends, ensure we concatenate compatible > > things: > > > > Traceback (most recent call last): > > File "/home/akiernan/poky/

Re: [OE-core][PATCH] classes/buildhistory: capture package config

2020-06-15 Thread Mikko Rapeli
Hi, On Mon, Jun 15, 2020 at 02:17:51PM +0200, Jan Lübbe wrote: > On Mon, 2020-06-15 at 11:29 +, mikko.rap...@bmw.de wrote: > > On Wed, Jun 03, 2020 at 10:12:37AM +0200, Jan Luebbe wrote: > > > As the PACKAGECONFIG variable has a large influence on the > > > resulting > > > package sizes and de

[OE-core] [PATCH 2/3] install-buildtools: remove hardcoded x86-64 architecture

2020-06-15 Thread Ross Burton
From: Ross Burton Remove all instances of the hardcoded 'x86_64' and replace with the current host platform. Signed-off-by: Ross Burton --- scripts/install-buildtools | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/scripts/install-buildtools b/scripts/in

[OE-core] [PATCH 3/3] install-buildtools: add option to disable checksum validation

2020-06-15 Thread Ross Burton
From: Ross Burton The --check option turns on checksum validation, but it defaults to 'on' so is pointless. Add a corresponding --no-check option to turn off validation. Signed-off-by: Ross Burton --- scripts/install-buildtools | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) di

[OE-core] [PATCH 1/3] install-buildtools: fail if an error occurs

2020-06-15 Thread Ross Burton
From: Ross Burton Several failure paths were displaying an error message but not returning, so the install process continued and failed further. Signed-off-by: Ross Burton --- scripts/install-buildtools | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-buildtools b/scripts/

Re: [OE-core] [PATCH] iptables: fix invalid symbolic link for ip6tables-apply

2020-06-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Yi Zhao > Sent: den 15 juni 2020 03:35 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] iptables: fix invalid symbolic link for > ip6tables-apply > >

Re: [OE-core] kernel: update rpm failed for the vfat

2020-06-15 Thread Bruce Ashfield
On Mon, Jun 15, 2020 at 7:44 AM Xu, Yanfei wrote: > > > > On 6/12/20 9:27 PM, Bruce Ashfield wrote: > > On Fri, Jun 12, 2020 at 3:47 AM Xu, Yanfei wrote: > >> > >> Ping Bruce. > > > > Hmm, yes. I did miss the original message. > > > > gmail isn't as effective at highlighting messages that are to

Re: [OE-core][PATCH] classes/buildhistory: capture package config

2020-06-15 Thread Jan Luebbe
Hi, On Mon, 2020-06-15 at 11:29 +, mikko.rap...@bmw.de wrote: > On Wed, Jun 03, 2020 at 10:12:37AM +0200, Jan Luebbe wrote: > > As the PACKAGECONFIG variable has a large influence on the > > resulting > > package sizes and dependencies, it's useful to capture it in the > > recipe-level buildhi

[OE-core] [PATCH][dunfell 2/2] perl: fix CVE-2020-10543 & CVE-2020-10878

2020-06-15 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- .../perl/files/CVE-2020-10543.patch| 36 + .../perl/files/CVE-2020-10878_1.patch | 152 + .../perl/files/CVE-2020-10878_2.patch | 36 + meta/recipes-devtools/perl/perl_5.

[OE-core] [PATCH][dunfell 1/2] dbus: fix CVE-2020-12049

2020-06-15 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- meta/recipes-core/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 meta/recipes-core/dbus/dbus/CVE-2020-12049.patch d

Re: [OE-core] kernel: update rpm failed for the vfat

2020-06-15 Thread Xu, Yanfei
On 6/12/20 9:27 PM, Bruce Ashfield wrote: On Fri, Jun 12, 2020 at 3:47 AM Xu, Yanfei wrote: Ping Bruce. Hmm, yes. I did miss the original message. gmail isn't as effective at highlighting messages that are to me (and also to the list) as I would like. On 6/9/20 6:32 PM, Xu, Yanfei wrot

Re: [OE-core][PATCH] classes/buildhistory: capture package config

2020-06-15 Thread Mikko Rapeli
On Wed, Jun 03, 2020 at 10:12:37AM +0200, Jan Luebbe wrote: > As the PACKAGECONFIG variable has a large influence on the resulting > package sizes and dependencies, it's useful to capture it in the > recipe-level buildhistory. This makes it straightforward to analyze the > impact of PACKAGECONFIG

[OE-core] ✗ patchtest: failure for gnutls: fixed CVE-2020-13777

2020-06-15 Thread Patchwork
== Series Details == Series: gnutls: fixed CVE-2020-13777 Revision: 1 URL : https://patchwork.openembedded.org/series/24657/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the pr

[OE-core][zeus][PATCH] gnutls: fixed CVE-2020-13777

2020-06-15 Thread haiqing
GnuTLS 3.6.x before 3.6.14 uses incorrect cryptography for encrypting a session ticket Backport the patch from upstream: https://gitlab.com/gnutls/gnutls.git commit c2646aeee94e71cb15c90a3147cf3b5b0ca158ca commit 50ad8778a81f9421effa4c5a3b457f98e559b178 commit 3d7fae761e65e9d0f16d7247ee8a464d4fe00

Re: [OE-core][PATCH] igt-gpu-tools: add new package

2020-06-15 Thread Denys Dmytriyenko
https://lists.openembedded.org/g/openembedded-devel/topic/74775294 But I tend to agree. -- Denys On Mon, Jun 15, 2020 at 09:45:25AM +0200, Alexander Kanavin wrote: > This should go to meta-oe, rather than core? > > Alex > > On Mon 15. Jun 2020 at 8.00, Arthur She wrote: > > > igt-gpu-tools

[OE-core] [PATCH] kmod: add nativesdk support

2020-06-15 Thread hongxu
Support to invoke depmod in sdk Signed-off-by: Hongxu Jia --- meta/recipes-kernel/kmod/kmod_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index bd21d2ff73..4f2b037f2f 100644 --- a/meta/recipes-kernel/kmod

Re: [OE-core][PATCH] igt-gpu-tools: add new package

2020-06-15 Thread Alexander Kanavin
This should go to meta-oe, rather than core? Alex On Mon 15. Jun 2020 at 8.00, Arthur She wrote: > igt-gpu-tools is a collection of tools for development and testing of the > DRM > drivers. (https://gitlab.freedesktop.org/drm/igt-gpu-tools) > This recipe is originally copied from meta-intel and