Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-22 Thread Khem Raj
It fails for rpi3 for both musl and glibc glibc | Auto-detecting system features: | ...libelf: [ ^[[31mOFF^[[m ] | ... bpf: [ ^[[31mOFF^[[m ] | | No libelf found | make[1]: *** [Makefile:216: elfdep] Error 255 | make[1]: *** Waiting for

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-20 Thread Hongzhi, Song
Hi Raj, Even if enable ptest, the error can't be reproduced. In fact, the recipe doesn't inherit ptest, it just compiles programs and output them, which will be used by other oe modules(oe-selftest or ptest), to a custom directory. I know that you are busy with your job. And my request

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-19 Thread Khem Raj
can you try with ptest enabled in DISTRO_FEATURES On Wed, Jul 18, 2018 at 12:57 AM Hongzhi, Song wrote: > > Hi Raj, > > I have try my best to reproduce your error, but I failed. > > Could you help me to do the build in docker and share the dock image > with us. Or maybe you have a better method.

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-18 Thread Hongzhi, Song
Hi Raj, I have try my best to reproduce your error, but I failed. Could you help me to do the build in docker and share the dock image with us. Or maybe you have a better method. Thanks, Hongzhi On 2018年07月10日 12:11, Khem Raj wrote: This is failing to build here | DEBUG: Executing shell

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-11 Thread Khem Raj
bec is my distro config its not a whole different than oe-core nodistro. The issue is not related to libc, since its happening on glibc or musl alike. It could be related to parallel compile race, you might want to explore it from that angle. On Wed, Jul 11, 2018 at 4:40 AM Hongzhi, Song wrote:

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-11 Thread Hongzhi, Song
Sorry, I didn't reproduce the problem by appending your auto.conf to my local.conf. It just prompted some error because of using musl-lib instead of the error about Makefile your encountered. Then I commented off the statement of "TCLIBC_qemux86 = "musl"" and rebuild the image, it passed.

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-10 Thread Hongzhi, Song
Please ignore this. On 2018年07月11日 10:50, Hongzhi, Song wrote: Is this the report you sent ? http://lists.openembedded.org/pipermail/openembedded-devel/2018-July/119308.html Sorry, I don't find accurate link. Could you give me a more clear direction? -- Hongzhi On 2018年07月10日

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-10 Thread Hongzhi, Song
Is this the report you sent ? http://lists.openembedded.org/pipermail/openembedded-devel/2018-July/119308.html Sorry, I don't find accurate link. Could you give me a more clear direction? -- Hongzhi On 2018年07月10日 15:43, Khem Raj wrote: Look at the report I sent to oe Devel earlier it

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-10 Thread Khem Raj
Look at the report I sent to oe Devel earlier it should have link to full logs On Mon, Jul 9, 2018 at 10:51 PM Hongzhi, Song wrote: > Could you attach building arguments, conf/local.conf, log.do_compile for > me? > > The text you pasted is not enough. > > -- Hongzhi > > > On 2018年07月10日 12:11,

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-09 Thread Hongzhi, Song
Could you attach building arguments, conf/local.conf, log.do_compile for me? The text you pasted is not enough. -- Hongzhi On 2018年07月10日 12:11, Khem Raj wrote: This is failing to build here | DEBUG: Executing shell function do_compile | NOTE: make -j 16 CROSS_COMPILE=x86_64-bec-linux-

Re: [oe] [meta-oe][PATCH] kselftest: Add a recipe on kernel selftest

2018-07-09 Thread Khem Raj
This is failing to build here | DEBUG: Executing shell function do_compile | NOTE: make -j 16 CROSS_COMPILE=x86_64-bec-linux- ARCH=x86 CC=x86_64-bec-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security