Re: [yocto] Strange behaviour with quilt and kernel

2023-01-08 Thread Mauro Ziliani
I try to look for PATCHTOOL variable for virtual/kernel recipe and the variable is set to quilt. But inside log.do_patch I see that task try to use 'git am' I wa use to patch the kernel with 1. bitbake -c devshell virtual/kernel 2. quilt new patchfile.patch 3. quilt add source.c 4. edit so

Re: [yocto] Strange behaviour with quilt and kernel

2022-12-31 Thread Richard Purdie
On Sat, 2022-12-31 at 16:02 +0100, Mauro Ziliani wrote: > Hi all. > > I'm working on a board with kirkstone. > > I update every layers with latest kirkstone branch available, poky layer > too. > > > I'm patching the kernel 6.0.8 for debug purpose: 0001-debug.patch > > I make a patch with quil

[yocto] Strange behaviour with quilt and kernel

2022-12-31 Thread Mauro Ziliani
Hi all. I'm working on a board with kirkstone. I update every layers with latest kirkstone branch available, poky layer too. I'm patching the kernel 6.0.8 for debug purpose: 0001-debug.patch I make a patch with quilt as I do in the past (before update of poky) The problem is this: - I do