[yocto] Kernel build woes

2015-01-21 Thread Gary Thomas
Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virtual/kernel -c devshell ... make some tweaks, add a test patch, etc $ bitbake virtual

Re: [yocto] Kernel build woes

2015-01-21 Thread Bruce Ashfield
On 15-01-21 11:02 AM, Gary Thomas wrote: Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virtual/kernel -c devshell ... make some twea

Re: [yocto] Kernel build woes

2015-01-21 Thread Gary Thomas
On 2015-01-21 09:08, Bruce Ashfield wrote: On 15-01-21 11:02 AM, Gary Thomas wrote: Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virt