[yocto] add a process memory check utility (ps_mem)

2014-12-10 Thread Insop Song
Hi Khem, I've been using this memory check utility (ps_mem) and wrote a bb file to include it in our yocto image. I thought it'd nice to include this in yocto upstream as well. - It's called ps_mem, A utility to accurately report the in core memory usage for a program -

Re: [yocto] add a process memory check utility (ps_mem)

2014-12-10 Thread Khem Raj
On Dec 10, 2014, at 1:33 PM, Insop Song insop.s...@gmail.com wrote: Hi Khem, I've been using this memory check utility (ps_mem) and wrote a bb file to include it in our yocto image. I thought it'd nice to include this in yocto upstream as well. - It's called ps_mem, A utility to

Re: [yocto] add a process memory check utility (ps_mem)

2014-12-10 Thread Insop Song
Hi Khem, Here is a patch. - add RDEPENDS python - updated FILES to your comment - made change to the master tip of git://git.openembedded.org/meta-openembedded - testing: bitbake psmem - testing: bitbake fsl-image-full (using freescale yocto) Thank you. Insop From