Skip to content
Commit 51b03665 authored by Kai Kang's avatar Kai Kang Committed by Anuj Mittal
Browse files

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.

Signed-off-by: default avatarKai Kang <kai.kang@windriver.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cf0e3397)
Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
parent 28059610
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment