Re: [yocto] Post Generation of debug information

2016-02-23 Thread Oliver
In this special case the tool is Lauterbach's Trace32. If I understand properly each piece of output I would eventually need, I would need to modify its origin recipes to ensure they deploy the such files in DEPLOY_DIR_IMAGE/SOME_WHERE. There I could proceed in a similar way as the image_types

Re: [yocto] Post Generation of debug information

2016-02-22 Thread Khem Raj
On Mon, Feb 22, 2016 at 7:41 AM, Oliver wrote: > I have the need to generate some scripts for a debugger tool. As a first > approach, these generated scripts could contain paths on where specific > binary files are stored on the file system. > > Such purpose has been partially fulfilled with a rec

[yocto] Post Generation of debug information

2016-02-22 Thread Oliver
I have the need to generate some scripts for a debuggertool. As a first approach, these generated scripts could contain paths on wherespecific binary files are stored on the file system.   Such purpose has been partially fulfilled with a recipe implementingthe do_compile task to generate thos