[oe] [meta-oe][PATCH 1/1] fio: disable compiler optimizations for x86 arch

2020-03-13 Thread Liwei Song
dfa5bbbc731c7f https://git.openembedded.org/meta-openembedded/commit/?id=739349da0826221f98648b64b693f9ae33e7d4ea Signed-off-by: Liwei Song --- meta-oe/recipes-benchmark/fio/fio_3.17.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.17.bb b/meta-oe/r

[oe] [meta-oe][PATCH 1/1] fio: fix first direct IO errored when ioengine is splice

2019-08-04 Thread Liwei Song
backport an fio upstream patch to fix "first direct IO errored" when we specify -ioengine=spice Signed-off-by: Liwei Song --- ...es-splice-remove-buggy-mem_align-set.patch | 43 +++ meta-oe/recipes-benchmark/fio/fio_3.15.bb | 1 + 2 files changed, 44 insertions(

[oe] [meta-oe][PATCH V2] pm-graph: fix time format parse error

2019-08-01 Thread Liwei Song
Time format in dmesg has been changed from "%Y-%m-%d %H:%M:%S" to "%Y-%m-%dT%H:%M:%S", backport an upstream patch to fix this error. Signed-off-by: Liwei Song --- .../pm-graph/pm-graph/0001-bootgraph.py.patch | 32 +++ .../recipes-kernel/pm-graph/pm-graph_

Re: [oe] [meta-oe][PATCH] pm-graph: fix time format parse error

2019-08-01 Thread Liwei Song
On 08/02/2019 11:17 AM, Khem Raj wrote: > On Thu, Aug 1, 2019 at 8:01 PM Liwei Song wrote: >> >> Time format in dmesg has been changed from "%Y-%m-%d %H:%M:%S" to >> "%Y-%m-%dT%H:%M:%S", backport an upstream patch to fix this error. >> >>

[oe] [meta-oe][PATCH] pm-graph: fix time format parse error

2019-08-01 Thread Liwei Song
Time format in dmesg has been changed from "%Y-%m-%d %H:%M:%S" to "%Y-%m-%dT%H:%M:%S", backport an upstream patch to fix this error. Signed-off-by: Liwei Song --- .../pm-graph/pm-graph/0001-bootgraph.py.patch | 32 +++ .../recipes-kernel/pm-graph/pm-graph_

Re: [oe] [meta-oe][PATCH v2] pm-graph: package the pm-graph files

2019-07-10 Thread Liwei Song
On 07/10/2019 10:33 AM, Saini, Naveen Kumar wrote: > > > On 7/5/19 10:03 AM, Liwei Song wrote: >> >> >> On 07/05/2019 10:01 AM, Saini, Naveen Kumar wrote: >>> >>> >>> On 7/5/19 9:43 AM, Liwei Song wrote: >>>> package /usr/lib

Re: [oe] [meta-oe][PATCH v2] pm-graph: package the pm-graph files

2019-07-04 Thread Liwei Song
On 07/05/2019 10:03 AM, Liwei Song wrote: > > > On 07/05/2019 10:01 AM, Saini, Naveen Kumar wrote: >> >> >> On 7/5/19 9:43 AM, Liwei Song wrote: >>> package /usr/lib/pm-grap and /bin/* files created by pm-graph >>> to aviod "Files were i

Re: [oe] [meta-oe][PATCH v2] pm-graph: package the pm-graph files

2019-07-04 Thread Liwei Song
On 07/05/2019 10:01 AM, Saini, Naveen Kumar wrote: > > > On 7/5/19 9:43 AM, Liwei Song wrote: >> package /usr/lib/pm-grap and /bin/* files created by pm-graph >> to aviod "Files were installed but not shipped in any package" >> error. >> >&g

[oe] [meta-oe][PATCH v2] pm-graph: package the pm-graph files

2019-07-04 Thread Liwei Song
package /usr/lib/pm-grap and /bin/* files created by pm-graph to aviod "Files were installed but not shipped in any package" error. Signed-off-by: Liwei Song --- meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes

Re: [oe] [meta-oe][PATCH] pm-graph: package the pm-graph files

2019-07-04 Thread Liwei Song
On 07/04/2019 06:31 PM, Saini, Naveen Kumar wrote: > > > On 7/4/19 5:20 PM, Liwei Song wrote: >> +FILES_${PN} = "${nonarch_libdir}/pm-graph \ >> + ${bindir}/sleepgraph \ >> + ${bindir}/bootgraph \ >> +" > > FILES_${

[oe] [meta-oe][PATCH] pm-graph: package the pm-graph files

2019-07-04 Thread Liwei Song
package /usr/lib/pm-grap and /bin/* files created by pm-graph to aviod "Files were installed but not shipped in any package" error. Signed-off-by: Liwei Song --- meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 1/1] turbostat: copy bits.h from kernel to turbostat

2019-05-23 Thread Liwei Song
because bits.h was included in msr-index.h, so we also need copy bits.h from kernel to tubostat to aviod compile error. Signed-off-by: Liwei Song --- meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-kernel/turbostat

[oe] [meta-oe][PATCH] ledmon: control hard disk led for RAID arrays

2019-04-08 Thread Liwei Song
Enable LED support for Intel Virtual RAID On CPU. Signed-off-by: Liwei Song --- meta-oe/recipes-bsp/ledmon/ledmon_git.bb | 32 1 file changed, 32 insertions(+) create mode 100644 meta-oe/recipes-bsp/ledmon/ledmon_git.bb diff --git a/meta-oe/recipes-bsp/ledmon

[oe] [meta-oe][PATCH 1/1] cpupower: add gettext-native to DEPENDS

2018-02-28 Thread Liwei Song
Add gettext-native to DEPENDS to fix the following build error: MSGFMT cpupower/1.0-r0/cpupower-1.0/po/fr.gmo make: msgfmt: Command not found Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- meta-oe/recipes-kernel/cpupower/cpupower.bb | 2 +- 1 file changed, 1 insertion(+), 1 de

[oe] [oe-core][PATCH] kexec-tools: fix Unknown type (Reserved) and ELF core parse error when run kexec

2017-11-02 Thread Liwei Song
When run kexec on NUC7i7BNH/NUC7i5BNH, got the following error: "Please report this as bug. Using RANGE_RESERVED now" "ELF core (kcore) parse failed" Apply three upstream patches to fix it. Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- ...andle-a

[oe] [meta-oe][PATCH] mcelog: upgrade to 1.49 to support Denverton SoC

2017-04-14 Thread Liwei Song
Update mcelog to 1.49 to support Denverton SoC, and delete the additional patches which are already involved in v1.49. Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- .../mcelog/0001-Add-Kabylake-client-support.patch | 96 -- .../mcelog/mcelog/mcelog-debash