All of lore.kernel.org
 help / color / mirror / Atom feed
* Multiple init script in bitbake file
@ 2013-08-06  4:51 Benix Vincent
  2013-08-06  4:58 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Benix Vincent @ 2013-08-06  4:51 UTC (permalink / raw)
  To: bitbake-devel@lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]




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.

[-- Attachment #2: Type: text/html, Size: 6668 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-06  8:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06  4:51 Multiple init script in bitbake file Benix Vincent
2013-08-06  4:58 ` Khem Raj
2013-08-06  5:20   ` Benix Vincent
2013-08-06  8:15     ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.