* 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
* Re: more than one init script in one package?
2009-12-10 14:48 more than one init script in one package? Steffen Sledz
@ 2009-12-10 17:19 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-12-10 17:19 UTC (permalink / raw)
To: openembedded-devel
On 10-12-09 15:48, Steffen Sledz wrote:
> Just a short question. Is it possible to install more than one
> initscript in one package?
Yes, but not with update-rc.d.bbclass
> And what's the right way to define this in
> a recipe.
At the moment there is no right way, feel free to come up with proposals :)
regards,
Koen
^ 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.