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

2018-11-09 Thread Hongxu Jia
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 as things were working just fine until we started poking around all this again

[OE-core] ✗ patchtest: failure for rng-tools: fix typo of unrecognised options: --disable-jitterntropy

2018-11-09 Thread Patchwork
== Series Details == Series: rng-tools: fix typo of unrecognised options: --disable-jitterntropy Revision: 1 URL : https://patchwork.openembedded.org/series/14867/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] rng-tools: fix typo of unrecognised options: --disable-jitterntropy

2018-11-09 Thread Hongxu Jia
- Fix typo of `--disable-jitterntropy' in both of PACKAGECONFIG and configure --help - Enable jitterntropy for musl Signed-off-by: Hongxu Jia --- .../rng-tools/0001-configure.ac-fix-typo.patch | 27 ++ meta/recipes-support/rng-tools/rng-tools_6.6.bb| 5 ++-- 2

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

2018-11-09 Thread Hongxu Jia
On 2018/11/10 上午6:50, richard.pur...@linuxfoundation.org wrote: On Fri, 2018-11-09 at 17:12 +0800, Hongxu Jia wrote: -PACKAGECONFIG = "libgcrypt" +PACKAGECONFIG ??= "libgcrypt libjitterentropy" PACKAGECONFIG_libc-musl = "libargp" PACKAGECONFIG[libargp] =

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

2018-11-09 Thread Richard Purdie
On Fri, 2018-11-09 at 22:50 +, richard.pur...@linuxfoundation.org wrote: > On Fri, 2018-11-09 at 17:12 +0800, Hongxu Jia wrote: > > -PACKAGECONFIG = "libgcrypt" > > +PACKAGECONFIG ??= "libgcrypt libjitterentropy" > > PACKAGECONFIG_libc-musl = "libargp" > > PACKAGECONFIG[libargp] =

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

2018-11-09 Thread richard . purdie
On Fri, 2018-11-09 at 17:12 +0800, Hongxu Jia wrote: > -PACKAGECONFIG = "libgcrypt" > +PACKAGECONFIG ??= "libgcrypt libjitterentropy" > PACKAGECONFIG_libc-musl = "libargp" > PACKAGECONFIG[libargp] = "--with-libargp,--without-libargp,argp-standalone," > PACKAGECONFIG[libgcrypt] =

[OE-core] [PATCH] libaio: Extend to native

2018-11-09 Thread Peter Kjellerstedt
lvm2 currently requires libaio. So building lvm2-native will result in the following error. ERROR: Required build target 'lvm2-native' has no buildable providers. Missing or unbuildable dependency chain was: ['lvm2-native', 'libaio-native'] Extend libaio to native to fix this issue.

Re: [OE-core] [PATCH] avahi: add ptest

2018-11-09 Thread Stefan Strogin via Openembedded-core
Hi Ross, On 09/11/2018 15:29, Burton, Ross wrote: > On Thu, 8 Nov 2018 at 09:44, Stefan Strogin via Openembedded-core > wrote: >> +do_install_ptest () { >> +install -d ${D}${PTEST_PATH}/test/.libs >> +for t in dns-spin-test dns-test hashmap-test >> +do >> +install -m 0755

Re: [OE-core] [PATCH 1/2] kernel-initramfs.bbclass: Separate initramfs setup

2018-11-09 Thread Andrea Adami
> > > Hello, > > > > > > so I applied both patches and had to comment out (as expected) the > > > INITRAMFS_TASK. > > > I have added INITRAMFS_IMAGE_BUNDLE in my 2nd kernel recipe but last > > > night build did fail: the initramfs.cpio.xz was not found. > > > > > > I did only scrub the last

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

2018-11-09 Thread Niko Mauno
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 following error during the do_rootfs task:

[OE-core] [PATCH] meta/classes/qemu.bbclass: set -cpu of e500v2 to e500mc

2018-11-09 Thread C.r. Guo
From: Chunrong Guo *fix the below error |The postinstall intercept hook 'update_font_cache' failed |qemu: uncaught target signal 4 (Illegal instruction) - core dumped This workaround will need to be reverted once the proper fix is found. Signed-off-by: Chunrong Guo ---

Re: [OE-core] [PATCH] curl: actually apply latest CVE patches

2018-11-09 Thread akuster808
On 11/9/18 8:53 AM, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/recipes-support/curl/curl_7.61.0.bb | 3 +++ > 1 file changed, 3 insertions(+) Thanks -armin > > diff --git a/meta/recipes-support/curl/curl_7.61.0.bb > b/meta/recipes-support/curl/curl_7.61.0.bb > index

[OE-core] [PATCH] curl: actually apply latest CVE patches

2018-11-09 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-support/curl/curl_7.61.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb index 53cfc4a5186..56327a632b4 100644 --- a/meta/recipes-support/curl/curl_7.61.0.bb

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

2018-11-09 Thread akuster808
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 > ++ >

[OE-core] [PATCH] unzip: actually apply CVE-2018-18384

2018-11-09 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index b9d87dd6396..daba7227223 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb

Re: [OE-core] [PATCH] unzip: fix for CVE-2018-18384

2018-11-09 Thread akuster808
On 11/1/18 11:08 PM, changqing...@windriver.com wrote: > From: Changqing Li > > Signed-off-by: Changqing Li > --- > .../unzip/unzip/CVE-2018-18384.patch | 39 > ++ Change missing update to bb file - armin > 1 file changed, 39 insertions(+) > create mode

Re: [OE-core] [PATCH 1/2] kernel-initramfs.bbclass: Separate initramfs setup

2018-11-09 Thread Nathan Rossi
On Fri, 9 Nov 2018 at 08:55, Andrea Adami wrote: > > On Thu, Nov 8, 2018 at 3:25 PM Andrea Adami wrote: > > > > On Thu, Nov 8, 2018 at 2:25 PM Nathan Rossi wrote: > > > > > > On Wed, 7 Nov 2018 at 23:21, Andrea Adami wrote: > > > > > > > > On Wed, Nov 7, 2018 at 1:16 PM Nathan Rossi > > > >

[OE-core] [PATCH 12/12] image-buildinfo, oeqa/selftest/containerimage: Ensure image-buildinfo doesn't break tests

2018-11-09 Thread Richard Purdie
Having image-buildinfo enabled causes containerimage.ContainerImageTests.test_expected_files to fail due to the presence of an unexpected file: ['./', './etc/', - './etc/build', './etc/default/', './etc/default/postinst', Tweak the class to allow it to be disabled and disable it from

[OE-core] [PATCH 10/12] oeqa/runtime/cases: Improve dependencies of kernel/gcc/build tests

2018-11-09 Thread Richard Purdie
Mark up these tests as needing a compiler, make and kernel source code as appropriate, the image feature requirements can then be retired. Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/cases/buildcpio.py | 9 + .../lib/oeqa/runtime/cases/buildgalculator.py | 9 +

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

2018-11-09 Thread Richard Purdie
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 deletions(-) diff --git a/meta/classes/testimage.bbclass

[OE-core] [PATCH 09/12] testimage: Remove duplicate dependencies

2018-11-09 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/classes/testimage.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index b8acd3ce782..b00d47441b2 100644 --- a/meta/classes/testimage.bbclass +++

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

2018-11-09 Thread Richard Purdie
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 this is a good first step. The only downside to

[OE-core] [PATCH 07/12] oeqa/runtime/utils/targetbuildproject: Use a subdir within ~/

2018-11-09 Thread Richard Purdie
Without doing this, the code can and sometimes does try and do "rm ~/" which I think we'd all prefer it didn't. Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/utils/targetbuildproject.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 06/12] oeqa/utils/buildproject: Only clean files if we've done something

2018-11-09 Thread Richard Purdie
We should only be wiping out things on target if the tests have actually run. Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/buildproject.py | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/lib/oeqa/utils/buildproject.py b/meta/lib/oeqa/utils/buildproject.py index

[OE-core] [PATCH 03/12] distcc: Handle upstream branch deletion for old releases

2018-11-09 Thread Richard Purdie
distcc upstream dropped the 3.2 branch which we reference in older project releases the revisions are there, just the branch is not. In order to be able to continue to build those old releases, adjust any mirror tarball to contain the missing branch. We have updated the newer point releases but

[OE-core] [PATCH 05/12] oeqa/runtime/cases: Improve test dependency information

2018-11-09 Thread Richard Purdie
Add the OEHasPackage decorator to a variety of tests so they determine automatically if they should run against a given image. To ensure tests can do this we need to move target operations such as scp commands into the tests and out of the class startup/teardown. Signed-off-by: Richard Purdie

[OE-core] [PATCH 04/12] oeqa/selftest/recipetool: Fix problems from changing upstream source

2018-11-09 Thread Richard Purdie
The upstream source tarball checksums changed. Use the copy from our source mirror to avoid failures. [YOCTO #12979] Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/recipetool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 02/12] metadata_scm: Drop orphaned monotone functions

2018-11-09 Thread Richard Purdie
Its been 'a while' since we used monotone, drop these revision function remnants. Signed-off-by: Richard Purdie --- meta/classes/metadata_scm.bbclass | 24 1 file changed, 24 deletions(-) diff --git a/meta/classes/metadata_scm.bbclass

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

2018-11-09 Thread Richard Purdie
The nightly-build-appliance target already tests this particular build. Signed-off-by: Richard Purdie --- meta/lib/oeqa/manual/build-appliance.json | 26 --- 1 file changed, 26 deletions(-) diff --git a/meta/lib/oeqa/manual/build-appliance.json

Re: [OE-core] [PATCH 2/2] libjitterentropy: add 2.1.2

2018-11-09 Thread Hongxu Jia
On 2018/11/9 下午6:30, richard.pur...@linuxfoundation.org wrote: On Fri, 2018-11-09 at 17:12 +0800, Hongxu Jia wrote: From the following kernel commit we know: Fedora has integrated the jitter entropy daemon to work around slow boot problems, especially on VM's that don't support virtio-rng

Re: [OE-core] [PATCH] avahi: add ptest

2018-11-09 Thread Burton, Ross
On Thu, 8 Nov 2018 at 09:44, Stefan Strogin via Openembedded-core wrote: > +do_install_ptest () { > +install -d ${D}${PTEST_PATH}/test/.libs > +for t in dns-spin-test dns-test hashmap-test > +do > +install -m 0755 ${B}/avahi-core/$t ${D}${PTEST_PATH}/test/ > +sed -e

[OE-core] ✗ patchtest: failure for Fix header files to compile libgpg-error-native on ppc64le Power8 build machine

2018-11-09 Thread Patchwork
== Series Details == Series: Fix header files to compile libgpg-error-native on ppc64le Power8 build machine Revision: 1 URL : https://patchwork.openembedded.org/series/14828/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

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

2018-11-09 Thread Burton, Ross
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 v1. Are you sure? As I understand it

Re: [OE-core] [PATCH 2/2] libjitterentropy: add 2.1.2

2018-11-09 Thread richard . purdie
On Fri, 2018-11-09 at 17:12 +0800, Hongxu Jia wrote: > From the following kernel commit we know: Fedora has integrated the > jitter > entropy daemon to work around slow boot problems, especially on VM's > that > don't support virtio-rng > >

[OE-core] [PATCH] recipetool: Change srcuri mirror to yoctoproject site

2018-11-09 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin This patch resolve bug 12979 due to checksum of navit-0.5.0 has changed from sourceforge. The srcuri mirror was change to yoctoproject.org. Signed-off-by: Mohamad Noor Alim Hussin --- meta/lib/oeqa/selftest/cases/recipetool.py | 4 ++-- 1 file changed, 2

[OE-core] [PATCH] update-rc.d.bbclass: remove preinst and remove -f for postinst

2018-11-09 Thread changqing.li
From: Changqing Li *preinst use "-f remove" to remove any links in the /etc/rcrunlevel.d but this will make user cannot keep previous config by default after upgrade eg: user disable one service before upgrade, after upgrade, service could be started since during preinst, all link have been

[OE-core] [PATCH 2/2] libjitterentropy: add 2.1.2

2018-11-09 Thread Hongxu Jia
>From the following kernel commit we know: Fedora has integrated the jitter entropy daemon to work around slow boot problems, especially on VM's that don't support virtio-rng https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=81e69df38e2911b642ec121dec319fad2a4782f3 Do

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

2018-11-09 Thread Hongxu Jia
- Update SRC_URI, previously upstream is dead, latest update is 2014 - Drop read_error_msg.patch - Rework do_configure and do_compile - Enable jitterentropy License-Update: Upstream changed, but license is still gplv2 Signed-off-by: Hongxu Jia ---

[OE-core] [PATCH 0/2] Integrated the jitter entropy daemon to work around slow boot problems for Yocto

2018-11-09 Thread Hongxu Jia
The following changes since commit bb06900a1f29fdd4066f6d7e7a961d230c2e9438: perf: Disable libunwind for ARC & RISCV64 (2018-11-06 12:15:59 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/add-jitter

[OE-core] [PATCH 6/6] rpcbind: 0.2.4 -> 1.2.5

2018-11-09 Thread Hongxu Jia
- Drop backport fixes 0001-rpcbind-pair-all-svc_getargs-calls-with-svc_freeargs.patch pmapproc_dump-Fixed-typo-in-memory-leak-patch.patch rpcbproc_callit_com-Stop-freeing-a-static-pointer.patch Signed-off-by: Hongxu Jia --- ...r-all-svc_getargs-calls-with-svc_freeargs.patch | 221

[OE-core] [PATCH 5/6] gpgme: 1.11.1 -> 1.12.0

2018-11-09 Thread Hongxu Jia
Rebase 0007-qt-python-Add-variables-to-tests.patch Rework 0007-qt-python-Add-variables-to-tests.patch -> 0007-python-Add-variables-to-tests.patch Drop newly added option --disable-lang-qt-test which is merged to --disable-gpg-test by upstream commit [26820ba qt: Respect --disable-gpg-test for

[OE-core] [PATCH 3/6] ncurses: upgrade 6.1 -> 6.1+20180714

2018-11-09 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../ncurses/{ncurses_6.1+20180630.bb => ncurses_6.1+20180714.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ncurses/{ncurses_6.1+20180630.bb => ncurses_6.1+20180714.bb} (86%) diff --git

[OE-core] [PATCH 4/6] man-db: 2.8.3 -> 2.8.4

2018-11-09 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta/recipes-extended/man-db/{man-db_2.8.3.bb => man-db_2.8.4.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-db/{man-db_2.8.3.bb => man-db_2.8.4.bb} (90%) diff --git a/meta/recipes-extended/man-db/man-db_2.8.3.bb

[OE-core] [PATCH 2/6] gnupg: upgrade 2.2.9 -> 2.2.10

2018-11-09 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- ...onfigure.ac-use-a-custom-value-for-the-location-of-.patch | 4 ++-- meta/recipes-support/gnupg/gnupg/relocate.patch | 12 ++-- .../gnupg/{gnupg_2.2.9.bb => gnupg_2.2.10.bb}| 4 ++-- 3 files changed, 14 insertions(+), 6

[OE-core] [PATCH 1/6] apr: upgrade 1.6.3 -> 1.6.5

2018-11-09 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../apr/0008-apr-fix-ptest-hang-in-teststr.patch | 32 -- .../apr/{apr_1.6.3.bb => apr_1.6.5.bb} | 7 ++--- 2 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644

[OE-core] [PATCH 0/6] upgrade 6 recipes

2018-11-09 Thread Hongxu Jia
The following changes since commit bb06900a1f29fdd4066f6d7e7a961d230c2e9438: perf: Disable libunwind for ARC & RISCV64 (2018-11-06 12:15:59 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/upgrade-20181109

[OE-core] [PATCH] rng-tools: Fix crazy defaults

2018-11-09 Thread Hongxu Jia
Since commit [f1dc9ac rng-tools: Fix crazy defaults] fixed init based on sysvinit, this fix rngd.service based on systemd. Signed-off-by: Hongxu Jia --- meta/recipes-support/rng-tools/rng-tools/rngd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] testsdk: fix skipped testcase output "UNKNOWN" status while multiprocess execution

2018-11-09 Thread Hongxu Jia
Usually skipped testcase output "SKIPPED" [snip serial execution] |RESULTS - buildgalculator.GalculatorTest.test_galculator - Testcase -1: SKIPPED (0.01s) |RESULTS - python.PythonTest.test_python3 - Testcase -1: SKIPPED (0.01s) [snip serial execution] But if enable multiprocess execution,