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. >> >> Signed-off-by: Liwei Song >> --- >>

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

2019-08-01 Thread Khem Raj
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. > > Signed-off-by: Liwei Song > --- > .../pm-graph/pm-graph/0001-bootgraph.py.patch | 32

[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_5.3.bb | 4 ++- 2