[oe-users] grub; general configuration files

Joe Pfeiffer joseph at pfeifferfamily.net
Tue Apr 3 22:12:16 UTC 2007


Michael 'Mickey' Lauer writes:
>Joe Pfeiffer wrote:
>> Another question:  in what order are packages' do_install() methods
>> called?  In particular, if package B depends on package A, can I
>> depend on A's do_install() being called before B's? (since in doing
>> a package of custom configuration files, I need to be sure I write
>> over the standard configuration files)
>
>You can only rely on do_stage() having called. At some point of time
>we have packaged staging with the -dev packages, however until then we
>need to manually use do_stage() to install anything that depending
>packages may need.

Hmmm...  I'm actually interested in exactly the opposite problem.  I'm
following Marcin's suggestion that I create a ts5500-config package,
and put ts5500 specific configuration files there.  These files will,
of course, replace the configuration files created by other packages
(I'm particularly thinking of pcmciautils here, as the default
/etc/pcmcia/config.opts comes straight from upstream).  I want to be
sure my configuration file is put into the image second.




More information about the Openembedded-users mailing list