On 30 March 2015 at 18:36, Alex J Lennon <ajlennon@dynamicdevices.co.uk> wrote:
I'm updating to Yocto master and have been seeing that when I bitbake -c
devshell virtual/kernel I go into a work-shared tree now.
The devshell drops you into whatever ${S} is for that recipe, which for the kernel is ${STAGING_KERNEL_DIR} since the kernel optimisations. For the kernel yes, this is sub-optimal. Maybe the kernel should override this using the variable I added (as Bruce mentioned).