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

2020-06-14 Thread Arthur She
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 added the following modifications 1. Enable ARM architecture 2. Enable igt-runner and Chamelium 3. Build git

[OE-core] [PATCH 1/2] graph-tool: switch to argparse

2020-06-14 Thread Paul Eggleton
argparse makes this a lot easier to extend. Signed-off-by: Paul Eggleton --- scripts/contrib/graph-tool | 59 +- 1 file changed, 27 insertions(+), 32 deletions(-) diff --git a/scripts/contrib/graph-tool b/scripts/contrib/graph-tool index 6d2e68b..9402

[OE-core] [PATCH 2/2] graph-tool: add filter subcommand

2020-06-14 Thread Paul Eggleton
Add a filter subcommand to filter a task-depends.dot graph produced by bitbake -g down to just a subset of targets/tasks. Signed-off-by: Paul Eggleton --- scripts/contrib/graph-tool | 43 +++ 1 file changed, 43 insertions(+) diff --git a/scripts/contrib/g

[OE-core] [PATCH 0/2] Filter feature for graph-tool

2020-06-14 Thread Paul Eggleton
Add a subcommand to scripts/contrib/graph-tool to filter down .dot task graphs produced by bitbake -g to something manageable when you know what you're looking for. The following changes since commit 49d0f822618890b61d2498b07dda6418f885321e: Revert "bitbake.conf: Remove unused DEPLOY_DIR_TOOLS

[OE-core][master][zeus][PATCH] libpam: Remove option 'obscure' from common-password

2020-06-14 Thread haiqing
libpam does not support 'obscure' checks to password, there are the same checks in pam_cracklib module. And this fix can remove the below error message while updating password with 'passwd': pam_unix(passwd:chauthtok):unrecognized option[obscure] Signed-off-by: Haiqing Bai --- meta/recipes-exten

[OE-core] [PATCH] ethtool:upgrade 5.6 -> 5.7

2020-06-14 Thread zangrc
fix-printf.patch Removed since this is included in 5.7 Refresh the following patch: avoid_parallel_tests.patch Signed-off-by: Zang Ruochen --- .../ethtool/avoid_parallel_tests.patch| 2 +- .../ethtool/ethtool/fix-printf.patch | 32 --- .../{ethtool_5.6.bb => et

Re: [OE-core] [PATCH] netbase: use git fetcher

2020-06-14 Thread Yu, Mingli
Hi RP, On 4/1/20 5:20 PM, Richard Purdie wrote: On Mon, 2020-03-16 at 17:24 +0800, mingli...@windriver.com wrote: From: Mingli Yu Use git repo as the the previous URL only stores the latest source file and fails to locate the source tar file if we don't upgrade timely. Signed-off-by: Mingli

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

2020-06-14 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] python3 recipe PGO tests

2020-06-14 Thread Anuj Mittal
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 that PGO was disabled in all cases due > to a small

Re: [OE-core] Yocto Project Status WW23'20

2020-06-14 Thread Randy MacLeod
On 2020-06-09 10:43 a.m., Stephen Jolley wrote: One which isn’t and is looking slightly more problematic is the qemu upgrade to 5.0.0, help would be welcome there. Sakib and Joe have worked on upreving qemu. If things go well they'll send the uprev this week. I wouldn't hold M1 for it. -- # R

[OE-core] [Master][dunfell][PATCH] bind: update to 9.11.19

2020-06-14 Thread akuster
Bug fix only updates. suitable for Stable branch updates where applicable. Drop CVE patches included in update LIC_FILES_CHKSUM update copyright year to 2020 Full changes found at : https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_11/CHANGES Signed-off-by: Armin Kuster --- .../bind/bind/C