All of lore.kernel.org
 help / color / mirror / Atom feed
* Recipe to edit a start script
@ 2015-12-21 11:07 Prasant J
  2015-12-21 11:12 ` Prasant J
  0 siblings, 1 reply; 2+ messages in thread
From: Prasant J @ 2015-12-21 11:07 UTC (permalink / raw)
  To: poky

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

Hi,

I'm creating a custom layer and I would like to edit exisiting start
scripts (networking & dropbear).


For dropbear: should I create a dropbear_PV.bbappend file and patch the
start script. Something like this:

do_install_append() {


}

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

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

* Re: Recipe to edit a start script
  2015-12-21 11:07 Recipe to edit a start script Prasant J
@ 2015-12-21 11:12 ` Prasant J
  0 siblings, 0 replies; 2+ messages in thread
From: Prasant J @ 2015-12-21 11:12 UTC (permalink / raw)
  To: poky

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

Sorry I hit the send button before completing my mail.


=========


Hi,

I'm creating a custom layer and I would like to edit exisiting start
scripts (networking & dropbear).


For dropbear: should I create a dropbear_PV.bbappend file and patch the
start script. Something like this:

do_install_append() {
     patch -i ${D}${sysconfdir}/init.d/dropbear {WORKDIR}/dropbear.patch
}



Would this work out?
Or any recommended/better way to do this?



Regards, Pj

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

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

end of thread, other threads:[~2015-12-21 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-21 11:07 Recipe to edit a start script Prasant J
2015-12-21 11:12 ` Prasant J

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.