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
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"
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
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
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
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_
> -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
* 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
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
--
__
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?
*
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
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.
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
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
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
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
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
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
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
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
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
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:
*** 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
23 matches
Mail list logo