This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Importing .ecm files automatically


I needed to do the same sort of thing for our build system. We needed to
create 3 different versions of Redboot and the kernel and did not want lots
of separate ecc files to have to keep up to date with each other. 

I did try using the tcl include command inside the ecc file, however things
went very strange. I also found that save will save the combined result and
not just the original one.

The final solution was to use the command line tool ecosconfig and have one
ecc file that was the master and patch files containing the different
settings. In the build process I then dynamically patch the master ecc file
with a ecm file containing just the differences that where required, this
then create a new ecc file for a ram build instead of a rom build. This
means that if I add a new driver to the master ecc file, all the builds that
are then made contain the new driver without having to update 3 separate ecc
files. 

-----Original Message-----
From: goran pantar [mailto:goran.pantar@xylon.hr]
Sent: Thursday 12 June 2003 10:27 AM
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] Importing .ecm files automaticaly


Hi

I'm looking for a way to import .ecm file automatically after the template
is loaded. Is that at all possible.
(I'm using eCosConfigTool on Windows)

Thanks,
Goran


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Siemens Traffic Controls is a division of Siemens plc. Registered No.
727817, England. 
Registered office: Siemens House, Oldbury, Bracknell, Berkshire, RG12 8FZ. 

This communication contains information which is confidential and 
may also be privileged. It is for the exclusive use of the addressee. 
If you are not the addressee please note that any distribution, 
reproduction, copying, publication or use of this communication 
or the information in it is prohibited.  If you have received this 
communication in error, please contact us immediately and also 
delete the communication from your computer. 



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]