Re: [yocto] Trouble patching a package

2013-04-22 Thread Tomas Frydrych
On 22/04/13 13:56, Saridakis, Dean (US SSA) wrote: >>> Seems like this ought to be pretty easy based on the docs - Not sure >>> what I've got wrong. I've added an append to my layer w/ >>> >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >>> >>> SRC_URI += "0001-yada-yada.patch" >>> >>> # Comment

Re: [yocto] Trouble patching a package

2013-04-22 Thread Saridakis, Dean (US SSA)
> > Seems like this ought to be pretty easy based on the docs - Not sure > > what I've got wrong. I've added an append to my layer w/ > > > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > > > SRC_URI += "0001-yada-yada.patch" > > > > # Comment out while debugging > > #PRINC := "${@int(PRINC) +

Re: [yocto] Trouble patching a package

2013-04-19 Thread Kevin Strasser
On Fri, Apr 19, 2013 at 11:04:20PM +, Saridakis, Dean (US SSA) wrote: > Seems like this ought to be pretty easy based on the docs - Not sure what > I've got wrong. I've added an append to my layer w/ > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > SRC_URI += "0001-yada-yada.patch" >

[yocto] Trouble patching a package

2013-04-19 Thread Saridakis, Dean (US SSA)
Seems like this ought to be pretty easy based on the docs - Not sure what I've got wrong. I've added an append to my layer w/ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "0001-yada-yada.patch" # Comment out while debugging #PRINC := "${@int(PRINC) + 1}" The append file is in BBFI