[OE-core] [PATCH 1/1] oe-selftest: distrodata: change test_maintainers() to use tinfoil

2018-12-12 Thread Paul Eggleton
Use tinfoil to enumerate recipes and get the value of RECIPE_MAINTAINER to make it a bit more reliable in the face of do_checkpkg issues we are currently seeing on the Yocto Project autobuilder. This also makes it a little less painful to re-execute test_maintainers() since you don't have to wait

[OE-core] [PATCH 0/1] oe-selftest: distrodata: change test_maintainers() to use tinfoil

2018-12-12 Thread Paul Eggleton
The following changes since commit 8bc0d2f2197430723f8b2d0785169e48c883eedb: mdadm: Drop redundant patches and fix build with clang (2018-12-09 11:08:07 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib paule/distrodata-selftest-fix

Re: [OE-core] [PATCH 1/4] base.bbclass: Remove invalid ccache related code

2018-12-12 Thread Robert Yang
On 12/11/18 6:12 PM, Robert Yang wrote: Hi RP, On 12/11/18 5:44 PM, richard.pur...@linuxfoundation.org wrote: On Tue, 2018-12-11 at 17:24 +0800, Robert Yang wrote: [snip] I did a test: $ ln -s /usr/bin/ccache /folk/lyang1/bin/gcc I got errors with/without the code: $ bitbake -p

[OE-core] [PATCH 0/1] lib/oe/utils: Set stderr for host_gcc_version()

2018-12-12 Thread Robert Yang
The following changes since commit 8bc0d2f2197430723f8b2d0785169e48c883eedb: mdadm: Drop redundant patches and fix build with clang (2018-12-09 11:08:07 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/stderr

[OE-core] [PATCH 1/1] lib/oe/utils: Set stderr for host_gcc_version()

2018-12-12 Thread Robert Yang
Fixed: $ ln -s /usr/bin/ccache /folk/lyang1/bin/gcc $ rm -fr tmp/hosttools/ && bitbake -p [snip] ERROR: Error running gcc --version: It didn't print the error message, now it is: ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATH For the error itself, it

Re: [OE-core] [PATCH 2/4] ccache.bbclass: Refactor it to make it more reliable

2018-12-12 Thread Robert Yang
Hi Martin On 12/10/18 4:55 PM, Martin Hundebøll wrote: Hi Robert, Just a small nit-pick below.. On 10/12/2018 03.24, Robert Yang wrote: The previous ccache.bbclass has the following problems: - It uses host's ccache for native recipes, but this may not work on some    hosts, for example, it

Re: [OE-core] [PATCH 2/6] ccache.bbclass: Refactor it to make it more reliable

2018-12-12 Thread Robert Yang
On 12/12/18 2:59 PM, Robert Yang wrote: The previous ccache.bbclass has the following problems: - It uses host's ccache for native recipes, but this may not work on some hosts, for example, it nerver works on my Ubuntu 14.04.4, there are always build failures (m4-native failed at

Re: [OE-core] [PATCH V3] dbus: fix ptest failure

2018-12-12 Thread Changqing Li
Ping On 11/22/18 3:29 PM, Changqing Li wrote: Ping On 11/5/18 11:28 AM, changqing...@windriver.com wrote: From: Changqing Li 1. since one bug in run-ptest, testcase test-bus have never been actually run (althrough it's result is PASS). After commit 0828850, test-bus can actually run but it

Re: [OE-core] [PATCH 5/6] base.bbclass: Add comments for gcc links to ccache

2018-12-12 Thread Robert Yang
Hi Christopher, On 12/12/18 11:50 PM, Christopher Larson wrote: This should probably remove the dirname srctool from path and check again with the same direction, rather than reversing it, in case the toolchain is in multiple locations in PATH, as  you’re flipping the PATH priority order doing

[OE-core] [OE-Core][PATCH] uboot-sign.bbclass: silence warnings when UBOOT_DTB_BINARY is empty

2018-12-12 Thread Alex Kiernan
When UBOOT_DTB_BINARY is set to "", the keys for signed booting are expected to be already present in U-Boot's DTB, so don't issue warnings for this. Signed-off-by: Alex Kiernan --- meta/classes/uboot-sign.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 5/6] base.bbclass: Add comments for gcc links to ccache

2018-12-12 Thread Christopher Larson
This should probably remove the dirname srctool from path and check again with the same direction, rather than reversing it, in case the toolchain is in multiple locations in PATH, as you’re flipping the PATH priority order doing it this way. I realize you’re just updating the description, not

Re: [OE-core] [PATCH] [PATCH] python-setuptools:upgrade to 40.6.2

2018-12-12 Thread Burton, Ross
Upgrade python3-setuptools too as this breaks that recipe. Ross On Wed, 12 Dec 2018 at 00:39, Hong Liu wrote: > > 1.Upgrade python-setuptools from 40.0.0 to 40.6.2 > > Signed-off-by: Hong Liu > --- > meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- >

[OE-core] [PATCH] kern-tools: modify grep pattern for tools/kconf_check

2018-12-12 Thread Hongzhi.Song
The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' in kernel-source/*/.../Kconfig. e.g. "config IP_VS_IPV6" in net/netfilter/ipvs/Kconfig ^^ These are not spaces. So we should change the cmd to grep '^[

[OE-core] ✗ patchtest: failure for kern-tools: modify grep pattern for tools/kconf_check

2018-12-12 Thread Patchwork
== Series Details == Series: kern-tools: modify grep pattern for tools/kconf_check Revision: 1 URL : https://patchwork.openembedded.org/series/15309/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] kern-tools: modify grep pattern for tools/kconf_check

2018-12-12 Thread Hongzhi.Song
The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' in kernel-source/*/.../Kconfig. e.g. "config IP_VS_IPV6" in net/netfilter/ipvs/Kconfig ^^ These are not spaces. So we should change the cmd to grep '^[