Re: [OE-core] [PATCH 2/7] python3: add tk support

2018-11-11 Thread Yu, Mingli
On 2018年11月09日 21:02, Burton, Ross wrote: On Fri, 9 Nov 2018 at 01:39, Yu, Mingli wrote: Why is this here and not in the manifest? It's because we can optionally enable or disable tk via PACKAGECONFIG, if add it to manifest then we need to always enable tk which is also the implement in

Re: [OE-core] [PATCH 1/2] rng-tools: 5 -> 6.6

2018-11-11 Thread Hongxu Jia
On 2018/11/11 下午6:18, richard.pur...@linuxfoundation.org wrote: I am trying to catch the issue patches I dropped all the rng pieces from -next and the current build is looking a lot happier from a timeout perspective. It does seem to mainly affect x86, particularly the x32 target for some

Re: [OE-core] [PATCH] curl: fix for CVE-2018-16839/CVE-2018-16840/CVE-2018-16842

2018-11-11 Thread Changqing Li
On 11/10/18 12:36 AM, akuster808 wrote: On 11/1/18 11:07 PM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-support/curl/curl/CVE-2018-16839.patch | 35 ++ .../recipes-support/curl/curl/CVE-2018-16840.patch | 43

Re: [OE-core] [PATCH 01/12] build-appliance: Drop test which is already automated

2018-11-11 Thread Yeoh, Ee Peng
Hi Richard, I realize the execution action inside "build-appliance.build-appliance.Bitbake_build-appliance-image" was not complete. Actually this particular test was testing that using build-appliance-image and vmware, one can bitbake build-applianc-image. This was different compare the

Re: [OE-core] [PATCH 01/12] build-appliance: Drop test which is already automated

2018-11-11 Thread akuster808
On 11/11/18 1:59 PM, richard.pur...@linuxfoundation.org wrote: > On Sun, 2018-11-11 at 13:09 -0800, akuster808 wrote: >> On 11/9/18 6:29 AM, Richard Purdie wrote: >>> The nightly-build-appliance target already tests this particular >>> build. >> If I am reading the AB code correctly, it is

Re: [OE-core] [PATCH 01/12] build-appliance: Drop test which is already automated

2018-11-11 Thread richard . purdie
On Sun, 2018-11-11 at 13:09 -0800, akuster808 wrote: > On 11/9/18 6:29 AM, Richard Purdie wrote: > > The nightly-build-appliance target already tests this particular > > build. > > If I am reading the AB code correctly, it is building for x86-64 > where > as this is for x86. A QA person would

Re: [OE-core] [PATCH 11/12] testimage: Further cleanup DEFAULT_TEST_SUITES

2018-11-11 Thread richard . purdie
On Sun, 2018-11-11 at 13:34 -0800, akuster808 wrote: > On 11/11/18 1:18 PM, richard.pur...@linuxfoundation.org wrote: > > On Sun, 2018-11-11 at 12:52 -0800, akuster808 wrote: > > > On 11/9/18 6:29 AM, Richard Purdie wrote: > > > > Now the test markup of the development tools tests is complete, > >

Re: [OE-core] [PATCH 11/12] testimage: Further cleanup DEFAULT_TEST_SUITES

2018-11-11 Thread akuster808
On 11/11/18 1:18 PM, richard.pur...@linuxfoundation.org wrote: > On Sun, 2018-11-11 at 12:52 -0800, akuster808 wrote: >> On 11/9/18 6:29 AM, Richard Purdie wrote: >>> Now the test markup of the development tools tests is complete, >>> this >>> can be further tweaked to auto run the correct tests.

Re: [OE-core] [PATCH 11/12] testimage: Further cleanup DEFAULT_TEST_SUITES

2018-11-11 Thread richard . purdie
On Sun, 2018-11-11 at 12:52 -0800, akuster808 wrote: > On 11/9/18 6:29 AM, Richard Purdie wrote: > > Now the test markup of the development tools tests is complete, > > this > > can be further tweaked to auto run the correct tests. > > > > Signed-off-by: Richard Purdie > > --- > >

Re: [OE-core] [PATCH 01/12] build-appliance: Drop test which is already automated

2018-11-11 Thread akuster808
On 11/9/18 6:29 AM, Richard Purdie wrote: > The nightly-build-appliance target already tests this particular build. If I am reading the AB code correctly, it is building for x86-64 where as this is for x86.  A QA person would say they are not the same. Are the resulting build results testing

Re: [OE-core] [PATCH 11/12] testimage: Further cleanup DEFAULT_TEST_SUITES

2018-11-11 Thread akuster808
On 11/9/18 6:29 AM, Richard Purdie wrote: > Now the test markup of the development tools tests is complete, this > can be further tweaked to auto run the correct tests. > > Signed-off-by: Richard Purdie > --- > meta/classes/testimage.bbclass | 8 > 1 file changed, 4 insertions(+), 4

Re: [OE-core] [PATCH 08/12] testimage: Simplfy DEFAULT_TEST_SUITES logic

2018-11-11 Thread akuster808
On 11/9/18 6:29 AM, Richard Purdie wrote: > Now that the tests have correct markup to automatically determine which images > they can run against, clean up the default test suites logic to be simpler > and not image specific. > Some cleanup of the compiler tests still needs to be completed but

Re: [OE-core] [PATCH] util-linux: make alternatives for rev and ionice work with busybox

2018-11-11 Thread Niko Mauno
On 11/9/18 7:36 PM, Niko Mauno wrote: > On 11/9/18 2:24 AM, Burton, Ross wrote: >> On Thu, 8 Nov 2018 at 10:58, Pascal Bach wrote: >>> Busybox can provide ionice and rev. They are both installed to /bin >>> The corresponding util-linux variant is installed to /usr/bin >>> >>> This causes the

[OE-core] [PATCH] opkg-utils: Fix update-alternatives link relocation

2018-11-11 Thread Niko Mauno
Recently Debian-style support for link relocation was added to 'update-alternatives' script, but it fails under circumstances where host rootfs root directory differs from target rootfs root directory and two alternative packages provide a symbolic link with source located in different

Re: [OE-core] [PATCH 1/2] rng-tools: 5 -> 6.6

2018-11-11 Thread richard . purdie
On Sat, 2018-11-10 at 10:22 +0800, Hongxu Jia wrote: > On 2018/11/10 上午9:14, Hongxu Jia wrote: > > > > > There are also other weird hangs being observed on the > > > autobuilder > > > after these changes. I can't prove its this patchset but I am > > > suspicious and its something in master-next