Re: [yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-05 Thread Khem Raj
On Thu, Nov 5, 2015 at 8:25 AM, Chris Hallinan wrote: > On Thu, Nov 5, 2015 at 4:25 AM, Paul Eggleton > wrote: >> On Wednesday 04 November 2015 17:16:32 Khem Raj wrote: >>> > On Nov 4, 2015, at 11:57 AM, Chris Hallinan wrote: >>> > I was trying to "patch a patch" in a u-boot recipe using standar

Re: [yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-05 Thread Khem Raj
On Thu, Nov 5, 2015 at 9:05 AM, Paul Eggleton wrote: > On Thursday 05 November 2015 11:25:18 Chris Hallinan wrote: >> On Thu, Nov 5, 2015 at 4:25 AM, Paul Eggleton >> >> wrote: >> > On Wednesday 04 November 2015 17:16:32 Khem Raj wrote: >> >> > On Nov 4, 2015, at 11:57 AM, Chris Hallinan >> >> >

Re: [yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-05 Thread Paul Eggleton
On Thursday 05 November 2015 11:25:18 Chris Hallinan wrote: > On Thu, Nov 5, 2015 at 4:25 AM, Paul Eggleton > > wrote: > > On Wednesday 04 November 2015 17:16:32 Khem Raj wrote: > >> > On Nov 4, 2015, at 11:57 AM, Chris Hallinan > >> > wrote: > >> > I was trying to "patch a patch" in a u-boot re

Re: [yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-05 Thread Chris Hallinan
On Thu, Nov 5, 2015 at 4:25 AM, Paul Eggleton wrote: > On Wednesday 04 November 2015 17:16:32 Khem Raj wrote: >> > On Nov 4, 2015, at 11:57 AM, Chris Hallinan wrote: >> > I was trying to "patch a patch" in a u-boot recipe using standard >> > bbappends technique. I added a task before do_patch af

Re: [yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-05 Thread Paul Eggleton
On Wednesday 04 November 2015 17:16:32 Khem Raj wrote: > > On Nov 4, 2015, at 11:57 AM, Chris Hallinan wrote: > > I was trying to "patch a patch" in a u-boot recipe using standard > > bbappends technique. I added a task before do_patch after do_unpack > > to munge the patch that was broken. Here

Re: [yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-04 Thread Khem Raj
> On Nov 4, 2015, at 11:57 AM, Chris Hallinan wrote: > > Hi, > > I was trying to "patch a patch" in a u-boot recipe using standard > bbappends technique. I added a task before do_patch after do_unpack > to munge the patch that was broken. Here is what seems to happen: > > do_unpack: >cop

[yocto] Unable to modify patch files in u-boot recipe - quilt applies direct from layer files

2015-11-04 Thread Chris Hallinan
Hi, I was trying to "patch a patch" in a u-boot recipe using standard bbappends technique. I added a task before do_patch after do_unpack to munge the patch that was broken. Here is what seems to happen: do_unpack: copies all the patch files from the metadata layer into ${WORKDIR} do_fix_p