summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-04-08 16:14:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-05 08:45:30 +0100
commit9a14631d6617e104de5694744eaf7236b6988e52 (patch)
tree068f294d9dfe5f6c20015ebb3688ecdce8570a4b /meta/recipes-devtools/qemu
parent613163d0dab47b3ccb99ffa141bcf2a878235a22 (diff)
downloadpoky-9a14631d6617e104de5694744eaf7236b6988e52.tar.gz
kernel-yocto.bbclass: Fix deps when externalsrc is used
do_kernel_configme was recently removed from SRCTREECOVEREDTASKS so this task still runs when externalsrc is used. This task normally runs after do_patch but when externalsrc is used, do_patch is removed and this ordering restriction does nothing. This allows bitbake to execute do_kernel_configme too early, causing races with do_unpack. This is fixed by adding in a dependency on do_unpack when externalsrc is used. (From OE-Core rev: 75b47388fb18aaf58db311e570c009350d64084f) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
0 files changed, 0 insertions, 0 deletions