[linux-yocto] [meta-realtime][PATCH 0/1] create a script directory and add a script to run test program and collect data

2013-03-19 Thread Insop Song
create a script directory and add a script to run test program and collect data - test scripts will help to run and collect the data, automate the test and re-producible by others - run_rt-app.py runs rt-app on the target machine and collects the output log to host

[linux-yocto] [meta-realtime][PATCH 1/1] create a script directory and add a script to run test program and collect data

2013-03-19 Thread Insop Song
- run_rt-app.py runs rt-app on the target machine and collects the output log to host - how to run: $ fab -f run_rt-app.py run_app Note: requires fabric (python program) on the host Signed-off-by: Insop Song --- docs/00-INDEX |4 +-- docs/00-README|6 ++-- scripts/REA

[linux-yocto] Problems building meta-skeleton

2013-03-19 Thread Mats Liljegren
I try to build my home-brewed kernel using the linux-yocto-custom.bb as template. I've named my file "linux-omap4_3.9.bb" since this is what the machine specification for PandaBoard requires. The error I get is: ERROR: Error executing a python function in /media/sdc1/fb/mlil

Re: [linux-yocto] [meta-realtime][PATCH 1/1] create a script directory and add a script to run test program and collect data

2013-03-19 Thread Bruce Ashfield
On 13-03-19 07:14 AM, Insop Song wrote: - run_rt-app.py runs rt-app on the target machine and collects the output log to host - how to run: $ fab -f run_rt-app.py run_app Note: requires fabric (python program) on the host Signed-off-by: Insop Song --- docs/00-INDEX |4 +-- d

Re: [linux-yocto] [meta-realtime][PATCH 1/1] create a script directory and add a script to run test program and collect data

2013-03-19 Thread Insop Song
Thank you Bruce, More documentations and scripts for testing and analysis the data will follow. Regards, Insop On Tue, Mar 19, 2013 at 11:41 AM, Bruce Ashfield wrote: > On 13-03-19 07:14 AM, Insop Song wrote: >> >> - run_rt-app.py runs rt-app on the target machine and collects the >>output