[OE-core] State of bitbake world, Failed tasks 2017-10-27

2017-10-29 Thread Martin Jansa
This is first report which includes qemuarm64 MACHINE. Next one will use musl for qemux86 build (other MACHINEs will continue to use default glibc). http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='4'|Failed tasks

Re: [OE-core] [PATCH] curl: update to 7.56.1

2017-10-29 Thread akuster808
On 10/27/2017 03:16 AM, Philip Balister wrote: > On 10/27/2017 04:00 AM, Fan Xin wrote: >> 1. Update the md5sum and sha256sum for curl 7.56.1 >> 2. Delete the following patchs which have been applied in curl 7.56.1 >> CVE-2017-199.patch >> CVE-2017-1000100.patch >> CVE-2017-100

Re: [OE-core] ✗ patchtest: failure for linux-firmware: Bump to bf04291 revision

2017-10-29 Thread Denys Dmytriyenko
On Thu, Oct 26, 2017 at 12:51:27PM -0500, Leonardo Sandoval wrote: > I believe the patchtest complain is valid, some brief explanation > should be given. FWIW, it was mentioned in the commit log: > bf04291 WHENCE: Add new qed firmware > d8fc990 WHENCE: Add new radeon firmware Maybe the script ne

Re: [OE-core] ✗ patchtest: failure for wayland-protocols: upgrade to 1.11 (rev2)

2017-10-29 Thread Denys Dmytriyenko
On Thu, Oct 19, 2017 at 08:15:00PM -, Patchwork wrote: > == Series Details == > > Series: wayland-protocols: upgrade to 1.11 (rev2) > Revision: 2 > URL : https://patchwork.openembedded.org/series/9332/ > State : failure > > == Summary == > > > Thank you for submitting this patch series to

[OE-core] [PATCH v2] devtool: add clean command

2017-10-29 Thread Josef Holzmayr
Add an idiomatic way to devtool to clean a recipe. When using devtool in the context of an eSDK there is no direct access to bitbake. This command exposes the bitbake clean facility through devtool, keeping the idiomatic interface and configurability. Signed-off-by: Josef Holzmayr --- scripts/li

Re: [OE-core] [PATCH v5 05/10] bitbake.conf: add ip and scp to HOSTTOOLS unconditionally

2017-10-29 Thread ChenQi
On 10/27/2017 06:07 PM, Markus Lehtonen wrote: Needed to be able to run images using the runtime test facilities. Hi Markus, What do you mean by 'run images using runtime test facilities'? testimage? ptest? 'scp' and 'ip' are added to HOSTTOOLS if 'testimage' is inherited. What's the use case