<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-24 5:32 GMT+02:00 Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="">On 23/08/2014 2:54 pm, Krzysztof Mięsowicz wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">   <br>
Where should I place this image? Is there any RTEMS ftp or something<br>
like this where could I put it, or maybe should I just push it to some<br>
Dropbox or sth and download it with RSB?<br>
<br>
</blockquote>
<br></div>
There is <a href="http://ftp.rtems.org" target="_blank">ftp.rtems.org</a> and that is where the image can be placed. Maybe a binary under rtems-tools.git. I am not sure. </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
I need to add something like '%fetch' to the RSB to allow a configuration file the ability to do this.</blockquote><div><br></div><div>A binary under rtems-tools repo is probably simpler for now - it could be placed in the same directory as other coverage-related files from rtems-testing repo like some css files, and configuration file introduced by me.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Chris, should I move rtl-host repo into rtems-tools or wait for your<br>
action?<br>
</blockquote>
<br></div>
There are a couple if issues to resolve. First is how to merge the commit history from the rtl-host repo into the rtems-tools repo. I would like the commit history to be present so the history of who has worked on the code is maintained. Second, what is the structure in the rtems-tools repo and how to we integrate the various bits under a waf build tree ?<div class="">
<br></div></blockquote><div><br></div><div>About the structure - on my PC I copied rtl-host directory just into rtems-tools directory, so tree output is as follows:</div><div><br></div><div><div>rtems-tools</div><div>├── doc</div>
<div>│   ├── asciidoc</div><div>│   └── images</div><div>├── rtemstoolkit</div><div>├── rtl-host</div><div>│   ├── build-linux2</div><div>│   ├── elftoolchain</div><div>│   ├── libiberty</div><div>│   ├── waf-tools</div><div>
│   └── win32</div><div>├── tester</div><div>│   ├── config</div><div>│   ├── covoar</div><div>│   ├── rt</div><div>│   └── rtems</div><div>└── tools</div><div>    ├── 4.10</div><div>    ├── 4.11</div><div>    ├── 4.9</div>
<div>    └── libffi</div></div><div><br></div><div><br></div><div>Then, I was able to point from covoar/wscript to rtl-host/build-linux2 dir where librld.a is placed, and link with this library. I think this is not perfect solution, because rtl-host must be built independently before covoar - but it works for now. You can find diff for covoar wscript attached.</div>
<div><br></div></div></div></div>