[oe] more than one init script in one package?

Steffen Sledz sledz at dresearch.de
Thu Dec 10 14:48:48 UTC 2009


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






More information about the Openembedded-devel mailing list