Re: [oe] [PATCH] spice: fix compile errors on 32bit system

2019-06-10 Thread Hongzhi, Song
On 6/6/19 10:28 PM, akuster808 wrote: On 6/4/19 9:49 PM, Hongzhi.Song wrote: There are folowing compile errors on Linux 32bit system: red-channel.c:207:73: error: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'long unsigned int' [-Werror=format=] |207|

Re: [oe] [PATCH] spice: fix compile errors on 32bit system

2019-06-04 Thread Hongzhi, Song
For meta-networking --Hongzhi On 6/5/19 12:49 PM, Hongzhi.Song wrote: There are folowing compile errors on Linux 32bit system: red-channel.c:207:73: error: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'long unsigned int' [-Werror=format=] |207|

Re: [oe] [meta-networking][PATCH] spice, spice-protocol: Uprev to 0.14.0

2019-05-30 Thread Hongzhi, Song
d->release_info_ext.info <http://release_info_ext.info>     = >release_info;       |  ^~~~~~ On Thu, May 30, 2019 at 6:57 AM Hongzhi, Song mailto:hongzhi.s...@windriver.com>> wrote: Spice has do_compile failure on v0.14 Thanks, --Hongzhi On 5/24/19 1:47 AM,

Re: [oe] [meta-networking][PATCH] spice, spice-protocol: Uprev to 0.14.0

2019-05-29 Thread Hongzhi, Song
Spice has do_compile failure on v0.14 Thanks, --Hongzhi On 5/24/19 1:47 AM, Khem Raj wrote: Drop the patch for fixing printf formatting, its fixed differently upstream Forward port pthread_t printf patch Add -Wno-address-of-packed-member needed with gcc9 replace _append += with just

Re: [oe] [meta-oe][PATCH 1/2] kernel-selftest: compatible with latest kernel

2018-08-21 Thread Hongzhi, Song
: this is latest master/qemux86_64 linux-yocto On Mon, Aug 20, 2018 at 10:24 PM Hongzhi, Song wrote: Hi Raj, What is the linux version used by you. --Hongzhi On 2018年08月21日 12:02, Khem Raj wrote: I am still seeing build failures with musl/x86_64 see http://errors.yoctoproject.org/Errors/Details

Re: [oe] [meta-oe][PATCH 1/2] kernel-selftest: compatible with latest kernel

2018-08-20 Thread Hongzhi, Song
Hi Raj, What is the linux version used by you. --Hongzhi On 2018年08月21日 12:02, Khem Raj wrote: I am still seeing build failures with musl/x86_64 see http://errors.yoctoproject.org/Errors/Details/186953/ On Sun, Aug 19, 2018 at 11:05 PM Hongzhi, Song wrote: Thank you very much for your

Re: [oe] [meta-oe][PATCH 1/2] kernel-selftest: compatible with latest kernel

2018-08-20 Thread Hongzhi, Song
Thank you very much for your work. --Hongzhi On 2018年08月17日 17:44, Martin Jansa wrote: see http://lists.openembedded.org/pipermail/openembedded-devel/2018-August/120021.html On Fri, Aug 17, 2018 at 11:37 AM Dengke Du wrote: From: "Hongzhi.Song" There are some new program added for bpf.

Re: [oe] [meta-oe][PATCH v4 0/1] Add a recipe about kernel selftest

2018-08-05 Thread Hongzhi, Song
ping --Hongzhi On 2018年08月01日 16:32, Hongzhi.Song wrote: v4: add the optimization level of compiler, when define _FORTIFY_SOURCE v3: add support for musl when build bpf and modify the recipe slightly Hongzhi.Song (1): kernel-selftest: Add a recipe on kernel selftest

Re: [oe] [meta-oe][PATCH v4 0/1] Add a recipe about kernel selftest

2018-08-03 Thread Hongzhi, Song
ping --Hongzhi On 2018年08月01日 16:32, Hongzhi.Song wrote: v4: add the optimization level of compiler, when define _FORTIFY_SOURCE v3: add support for musl when build bpf and modify the recipe slightly Hongzhi.Song (1): kernel-selftest: Add a recipe on kernel selftest

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

2018-07-31 Thread Hongzhi, Song
Raj wrote: These are generic layers so adding recipes which limit them to a certain kernel or setup is Not preferred generally I would suggest keep This recipe in BSP layers where it’s certain that They will be provided with needed pre requisites On Mon, Jul 30, 2018 at 5:12 AM Hongzhi, Song

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

2018-07-30 Thread Hongzhi, Song
there are clean builds it won’t be possible for me to get this in On Sun, Jul 29, 2018 at 8:34 PM Hongzhi, Song mailto:hongzhi.s...@windriver.com>> wrote: ping --Hongzhi On 2018年07月27日 17:00, Hongzhi, Song wrote: > Hi Raj, > > Could you help to confirm tha

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

2018-07-29 Thread Hongzhi, Song
ping --Hongzhi On 2018年07月27日 17:00, Hongzhi, Song wrote: Hi Raj, Could you help to confirm that if the libelf exists in your recipe-sysroot? Because I can't reproduce your error. --Hongzhi On 2018年07月27日 16:40, Khem Raj wrote: this fails on rpi ERROR: Logfile of failure stored

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

2018-07-27 Thread Hongzhi, Song
) On Mon, Jul 16, 2018 at 2:51 AM Hongzhi, Song wrote: On 2018年07月14日 00:23, Burton, Ross wrote: On 13 July 2018 at 15:06, Hongzhi.Song wrote: +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7 \ Why are you shipping your own copy of the kernel's COPYING file

Re: [oe] [meta-oe][PATCH v4] snappy: add a new recipe

2018-07-26 Thread Hongzhi, Song
Please ignore this. --Hongzhi On 2018年07月26日 14:00, Hongzhi.Song wrote: Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression.

Re: [oe] [meta-oe][PATCH] snappy: add a new recipe

2018-07-26 Thread Hongzhi, Song
please ignore it. --Hongzhi On 2018年07月26日 13:57, Hongzhi.Song wrote: Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. Signed-off-by:

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

2018-07-20 Thread Hongzhi, Song
image, I think I will be confident to fix the error. --Hongzhi On 2018年07月20日 00:21, Khem Raj wrote: 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

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 v2 0/1] Add a recipe on kernel selftest

2018-07-16 Thread Hongzhi, Song
On 2018年07月13日 22:06, Hongzhi.Song wrote: 0001-kernel-selftest-Add-a-recipe-on-kernel-selftest.patch: 1. This patch add support for musl libc. 2. I don't reproduce the error about Makefile with your auto.conf. Hi all, I really can not reproduce the error with either my own

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

2018-07-16 Thread Hongzhi, Song
On 2018年07月14日 00:23, Burton, Ross wrote: On 13 July 2018 at 15:06, Hongzhi.Song wrote: +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7 \ Why are you shipping your own copy of the kernel's COPYING file even though you copy another in that prefunc? Isn't it possible

Re: [oe] [OE-core][PATCH] x86: remove "qemu-usermode" from MACHINE_FEATURES_BACKFILL_CONSIDERED

2018-07-14 Thread Hongzhi, Song
On 2018年07月13日 22:13, Alexander Kanavin wrote: 2018-07-13 16:06 GMT+02:00 Hongzhi.Song : error information: --- qemu: uncaught target signal 11 (Segmentation fault) - core dumped If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe

Re: [oe] [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest

2018-07-13 Thread Hongzhi, Song
Attachment is my local.conf --Hongzhi On 2018年07月13日 22:06, Hongzhi.Song wrote: 0001-kernel-selftest-Add-a-recipe-on-kernel-selftest.patch: 1. This patch add support for musl libc. 2. I don't reproduce the error about Makefile with your auto.conf. 3. Boot failed using your

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

2018-07-11 Thread Hongzhi, Song
0日 15:43, Khem Raj wrote: 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 mailto:hongzhi.s...@windriver.com>> wrote: Could you attach building arguments, conf/local.conf, log.do_compile for me?

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日 15:43

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

2018-07-10 Thread Hongzhi, Song
it should have link to full logs On Mon, Jul 9, 2018 at 10:51 PM Hongzhi, Song mailto:hongzhi.s...@windriver.com>> 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, Kh

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 v3] turbostat: add the recipe of turbostat to meta-oe

2018-05-30 Thread Hongzhi, Song
ping -- Hongzhi On 2018年05月28日 10:00, Hongzhi.Song wrote: It is an efficient and necessary tool to reflect the status of X86 processors. Turbostat reports processor topology, frequency, idle power-state statistics, temperature and power on X86 processors. Signed-off-by: Hongzhi.Song ---