Re: [OE-core] [PATCH] nfs-utils: add runtime depends for nfs-export-root

2018-08-12 Thread Dengke Du
On 2018年08月11日 17:33, Richard Purdie wrote: On Fri, 2018-08-10 at 17:38 +0800, Dengke Du wrote: When DISTRO_FEATURE enable "systemd", the nfs-server.service in nfs- utils depends on /etc/exports, but the file "/etc/exports" installed by package nfs-export-root. Otherwise the service would fail

[OE-core] [oe-core][PATCH v3 2/2] runtime selftest: optimize the case of hw_breakpoint

2018-08-12 Thread Hongzhi.Song
1. So far, only qemux86 can support hw breakpoint qemuppc: Runqemu uses G4 as the default cpu. But qemu doesn't simulate the hw breakpoint register for G4, which belong to 74xx series. qemuarm: The arch more than v7 supports hw breakpoint, however arm use v5 as default. 2. Rsyslog maybe not start

[OE-core] [oe-core][PATCH v2 1/2] runtime selftest: test_trace_events_sample of ksample.py

2018-08-12 Thread Hongzhi.Song
The debug info can not be written to trace buffer immediately by thread. So we should sleep some seconds. Signed-off-by: Hongzhi.Song --- meta/lib/oeqa/runtime/cases/ksample.py | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/ksample

[OE-core] [oe-core][v2 v3 PATCH 0/2] modify runtime test cases

2018-08-12 Thread Hongzhi.Song
v3: specify arch for the case of hw breakpoint v2: test_trace_events_sample of ksample.py Hongzhi.Song (2): runtime selftest: test_trace_events_sample of ksample.py runtime selftest: optimize the case of hw_breakpoint meta/lib/oeqa/runtime/cases/ksample.py | 19 +--

Re: [OE-core] [PATCH v2] runqemu: exit gracefully with an error message if qemu system is not evaluated

2018-08-12 Thread Jagadeesh Krishnanjanappa
Ping. I do not see this patch in August archive http://lists.openembedded.org/pipermail/openembedded-core/2018-August/thread.html. Do I need to re-send? Regards, Jagadeesh On Thu, Aug 9, 2018 at 9:53 PM, Jagadeesh Krishnanjanappa wrote: > It solves below error: > -- snip -- > return 'qemu-system

Re: [OE-core] [meta-oe][PATCH 1/3] testimage: Refactoring and fixing.

2018-08-12 Thread Paulo Neves
I found a bug in my code where changing a variable, for example in layer.conf does not re-trigger the generation of the json file containing the data store at the time of image creation. The json file is generated in ROOTFS_POSTPROCESS_COMMAND += "write_image_test_data ; " @ meta/classes/rootfs-pos