[bitbake-devel] Multiple init script in bitbake file

Benix Vincent benixvincent at yahoo.com
Tue Aug 6 04:51:55 UTC 2013




Hi

I need to launch multiple initscripts (2) for a single package, I tried the following;


INITSCRIPT_NAME = "diag.sh"
INITSCRIPT_PARAMS = "defaults 16"


INITSCRIPT_NAME = "drivers-init.sh "
INITSCRIPT_PARAMS = "defaults 14"


But the second one overwrites the first and I see just one init script in my sandbox.

then I even tried this



INITSCRIPT_NAME_diag1 = "diag.sh"
INITSCRIPT_PARAMS_diag1 = "defaults 16"


INITSCRIPT_NAME_diag2 = "drivers-init.sh "
INITSCRIPT_PARAMS_diag2 = "defaults 14"



even this didn't work.

Any help is greatly appreciated.

Benix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20130805/26d7b278/attachment-0002.html>


More information about the bitbake-devel mailing list