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_${PN} inherits ${bindir} & ${libdir} by default. So

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

2019-07-04 Thread Saini, Naveen Kumar
On 7/4/19 5:20 PM, Liwei Song wrote: +FILES_${PN} = "${nonarch_libdir}/pm-graph \ + ${bindir}/sleepgraph \ + ${bindir}/bootgraph \ +" FILES_${PN} inherits ${bindir} & ${libdir} by default. So it is not required. --

[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