diff options
author | Kai Kang <kai.kang@windriver.com> | 2021-04-23 11:29:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-24 17:53:05 +0100 |
commit | e7746189de9092c137aa241f6b896a1eee20075b (patch) | |
tree | b94b4a1bc6912caf4d446cc8bcfcda725a36393d /meta/recipes-devtools/qemu | |
parent | 9bbd9cab86762e78afca0af0042720e0ea020279 (diff) | |
download | poky-e7746189de9092c137aa241f6b896a1eee20075b.tar.gz |
kernel-yocto.bbclass: chdir to ${WORKDIR} for do_kernel_checkout
It chdirs to ${S} at the beginning of task do_kernel_checkout. Then it
removes ${S} when it still resides in ${S}. It may fail to run the task
do_kernel_checkout when bitbake is called by third-part wrapper script.
So chdir to ${WORKDIR} by default for do_kernel_checkout. And it will
chdir to ${S} afterwards in task do_kernel_checkout.
(From OE-Core rev: cf0e3397d3f86c7ea1f3c66c50a44d6205f5921b)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
0 files changed, 0 insertions, 0 deletions