Re: [yocto] bitbake controlling memory use

2023-01-08 Thread Ferry Toth
Hi, Just in case you are interested in the result. Op 03-01-2023 om 18:33 schreef Alexander Kanavin: On Tue, 3 Jan 2023 at 16:58, Ferry Toth wrote: I know you don't want to spend time on this. So don't. Others may have an interest or a tip to improve Yocto in this area. I'm just trying to g

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