[OE-core] [PATCH] runtime/ksample.py: correct a syntax and perfect item about architecture

2019-01-22 Thread Hongzhi.Song
Signed-off-by: Hongzhi.Song --- meta/lib/oeqa/runtime/cases/ksample.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/ksample.py b/meta/lib/oeqa/runtime/cases/ksample.py index 584d0fb..de2366a 100644 --- a/meta/lib/oeqa/runtime/cases/ksample

Re: [OE-core] [PATCH 1/2] python2-manifest.json: add logging to rdepends

2019-01-22 Thread Yu, Mingli
Ping. On 2019年01月17日 10:26, mingli...@windriver.com wrote: From: Mingli Yu Add loggging to rdepends for python-2to3 and python-multiprocessing. before patch: # python Python 2.7.15 (default, Jan 15 2019, 03:09:01) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license"

Re: [OE-core] [PATCH] devtool: remove duplicate overrides

2019-01-22 Thread Peter Kjellerstedt
This has already been merged, but see below. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Dan Dedrick > Sent: den 21 januari 2019 17:05 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [P

Re: [OE-core] sstate siginfo question

2019-01-22 Thread Richard Purdie
On Tue, 2019-01-22 at 13:06 +, André Draszik wrote: > Hi, > > I am hoping to optimise some network traffic here a little by > reducing > sstate upload to our central server. > > These might be stupid questions on that subject: > * Are *.tgz.siginfo files without a matching *.tgz useful to be

[OE-core] Yocto Project Status WW04'19

2019-01-22 Thread Jolley, Stephen K
Current Dev Position: YP 2.7 M2 Next Deadline: YP 2.7 M2 Cutoff is Jan. 21, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Armin on Jan. 25, 2019 * SWAT team rotation: Armin -> Anuj on Feb. 1, 2019 * https://wiki.yoctopro

[OE-core] [PATCH] linux-yocto/4.19: qemuarma15: drop 'qemuarm' match

2019-01-22 Thread Bruce Ashfield
Until qemuarma15 is a drop in replacement for the existing versatile qemuarm emulation, it shouldn't match on qemuarm as a machine definition. Since the difference in capabilities will cause unexpected issues at runtime. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_

Re: [OE-core] [meta-oe][PATCH] openssl: fix multilib file install conflicts

2019-01-22 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Randy MacLeod > Sent: den 22 januari 2019 00:01 > To: Patches and discussions about the oe-core layer c...@lists.openembedded.org>; Xulin Sun > Subject: Re: [OE

[OE-core] [PATCH] remove unused distutils-tools.bbclass

2019-01-22 Thread Andreas Müller
* As far as I can see nothing uses it * From commit history it seems distutils-tools came in accidentally Signed-off-by: Andreas Müller --- meta/classes/distutils-tools.bbclass | 73 1 file changed, 73 deletions(-) delete mode 100644 meta/classes/distutils-tools.bbc

[OE-core] [PATCH 0/1] remove unused distutils-tools.bbclass

2019-01-22 Thread Andreas Müller
Please correct me if I am wrong Andreas Müller (1): remove unused distutils-tools.bbclass meta/classes/distutils-tools.bbclass | 73 1 file changed, 73 deletions(-) delete mode 100644 meta/classes/distutils-tools.bbclass -- 2.20.1 -- __

[OE-core] sstate siginfo question

2019-01-22 Thread André Draszik
Hi, I am hoping to optimise some network traffic here a little by reducing sstate upload to our central server. These might be stupid questions on that subject: * Are *.tgz.siginfo files without a matching *.tgz useful to be shared (uploaded to our centra sstate server), or is there no point? *

Re: [OE-core] [PATCH] [thud][PATCH] mdadm: add init and service scripts

2019-01-22 Thread Burton, Ross
On Fri, 18 Jan 2019 at 03:08, Hong Liu wrote: > +do_install_append() { > +install -d ${D}/${sysconfdir}/ > +install -m 644 ${S}/mdadm.conf-example ${D}${sysconfdir}/mdadm.conf > +if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; > then systemd.bbclass will delet

Re: [OE-core] [PATCH 2/3 v3] scripts/test-case-mgmt: store test result and reporting

2019-01-22 Thread Yeoh, Ee Peng
Sorry, I realized that I had missed to include the files used for oe-selftest that testing the store operation. Submitted v5 patches that added the required files for oe-selftest -r resultstooltests. http://lists.openembedded.org/pipermail/openembedded-core/2019-January/278243.html http://lists.

[OE-core] [PATCH 2/2 v5] scripts/resultstool: enable manual execution and result creation

2019-01-22 Thread Yeoh Ee Peng
From: Mazliana Integrated “manualexecution” operation to test-case-mgmt scripts. Manual execution script is a helper script to execute all manual test cases in baseline command, which consists of user guideline steps and the expected results. The last step will ask user to provide their input to

[OE-core] [PATCH 1/2 v5] resultstool: enable merge, store, report and regression analysis

2019-01-22 Thread Yeoh Ee Peng
OEQA outputs test results into json files and these files were archived by Autobuilder during QA releases. Example: each oe-selftest run by Autobuilder for different host distro generate a testresults.json file. These scripts were developed as a test result tools to manage these testresults.json f

[OE-core] [PATCH 0/2 v5] test-case-mgmt

2019-01-22 Thread Yeoh Ee Peng
v1: Face key error from oe-git-archive Undesirable behavior when storing to multiple git branch v2: Include fix for oe-git-archive Include fix for store result to multiple git branch Improve git commit message v3: Enhance fix for oe-git-archive by using exception catch to improv

Re: [OE-core] [PATCH 2/3 v3] scripts/test-case-mgmt: store test result and reporting

2019-01-22 Thread Yeoh, Ee Peng
Hi Richard, After your recently sharing on pythonic, we had revised these scripts in hope to improve the code readability and ease of maintenance. Also new functionalities were developed following pythonic style. The latest patches are just submitted today at below URL. http://lists.openembed

Re: [OE-core] Prelink problem

2019-01-22 Thread Andrej Valek
Hi Hongxu Jia! I have found, that You have implemented this prelink mechanism regarding to multilib. Are you sure, that these changes are required? If yes, is it possible to add somehow dependency to prelink-native? Or move it into image-prelink.bbclass. Just for the information, I have build a g

[OE-core] [PATCH 2/2 v4] scripts/resultstool: enable manual execution and result creation

2019-01-22 Thread Yeoh Ee Peng
From: Mazliana Integrated “manualexecution” operation to test-case-mgmt scripts. Manual execution script is a helper script to execute all manual test cases in baseline command, which consists of user guideline steps and the expected results. The last step will ask user to provide their input to

[OE-core] [PATCH 0/2 v4] test-case-mgmt

2019-01-22 Thread Yeoh Ee Peng
v1: Face key error from oe-git-archive Undesirable behavior when storing to multiple git branch v2: Include fix for oe-git-archive Include fix for store result to multiple git branch Improve git commit message v3: Enhance fix for oe-git-archive by using exception catch to improv

[OE-core] [PATCH 1/2 v4] resultstool: enable merge, store, report and regression analysis

2019-01-22 Thread Yeoh Ee Peng
OEQA outputs test results into json files and these files were archived by Autobuilder during QA releases. Example: each oe-selftest run by Autobuilder for different host distro generate a testresults.json file. These scripts were developed as a test result tools to manage these testresults.json f

[OE-core] [PATCH ver2] ptest-runner: pass libdir to DEFAULT_DIRECTORY when compiling

2019-01-22 Thread Li Zhou
Ptest data are installed to PTEST_PATH ?= "${libdir}/${BPN}/ptest". When libdir isn't "/usr/lib", it will cause "No ptests found" error when running "ptest-runner" command. Here pass libdir to DEFAULT_DIRECTORY when compiling to avoid that error. Need update ptest-runner source code to get the new

[OE-core] [PATCH 1/1] eSDK.py: unset BBPATH and BUILDDIR to avoid eSDK failure

2019-01-22 Thread Chen Qi
When executing eSDK test case, the following error appears. WARNING: attempting to use the extensible SDK in an environment set up to run bitbake - this may lead to unexpected results. Please source this script in a new shell session instead. FileExistsError:

[OE-core] [PATCH 0/1] eSDK.py: unset BBPATH and BUILDDIR to avoid eSDK failure

2019-01-22 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 6fd870e6a1f61d17e43cf30db4259a939db93820: bitbake: bb.tests.codeparser: add parameter expansion modifiers test (2019-01-21 23:44:34 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/eSDK-unset h