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 f
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
http
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
bb.BBHan
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
http://cgit.openembedded.
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 i
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 n
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 do_conf
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
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
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 a/meta/clas
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 the
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 ++--
> ...ython-setuptools_4
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 '^[ ]*\(menu\
== 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 hav
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 '^[ ]*\(menu\
15 matches
Mail list logo