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) + 1} The append

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 out while debugging

[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 BBFILES.