> 
> > So would we put all these xml files in one folder so
> > a program would just search that folder for all available
> > firmware on a system?
> 
> What I am considering is adding this to /lib/firmware alongside the .BIT
> file.  So for instance if you know the base directory to use for the
> selected card is /lib/firmware/hm2/5i22-1/ then you can just use
> glob.glob("/lib/firmware/hm2/5i22-1/*.xml") to get all the xml files (or
> something involving os.listdir if you prefer).  To get the bitfile name,
> just change the extension .xml to .BIT.  I haven't done the .deb
> packaging of the .xml files yet, so I'm open to suggestions about this.
> 

That sounds fine to me. But it's all new to me.
I will have to study how pncconf parses glade xml to learn how to add
this ability. Sounds like fun. everytime I get to thinking I'm almost
done with pncconf - some other good idea comes along! 

Chris M 
                                          
_________________________________________________________________
Videos that have everyone talking! Now also in HD!
http://go.microsoft.com/?linkid=9724465
------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to