All of lore.kernel.org
 help / color / mirror / Atom feed
* more than one init script in one package?
@ 2009-12-10 14:48 Steffen Sledz
  2009-12-10 17:19 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Sledz @ 2009-12-10 14:48 UTC (permalink / raw)
  To: openembedded-devel

Just a short question. Is it possible to install more than one
initscript in one package? And what's the right way to define this in
a recipe.

I tried

  INITSCRIPT_PACKAGES = "myinit1 myinit2"
  INITSCRIPT_NAME_myinit1 = "myinit1"
  INITSCRIPT_NAME_myinit2 = "myinit2"
  INITSCRIPT_PARAMS_myinit1 = "start 02 5 2 . stop 20 0 1 6 ."
  INITSCRIPT_PARAMS_myinit2 = "start 02 5 2 . stop 20 0 1 6 ."

in mytry-1.2.3.bb but this does not create the wanted links. :(

Steffen





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

end of thread, other threads:[~2009-12-10 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 14:48 more than one init script in one package? Steffen Sledz
2009-12-10 17:19 ` Koen Kooi

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.