aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 23:36:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-09 22:25:47 +0100
commit9d806f3d05de918952f839f5e595cb71cd1261db (patch)
tree6a1572e2a00c2eedffc010de9e90d2d035d7440a /meta/recipes-kernel/linux/linux-yocto_3.14.bb
parentd2dd36bafdef7b0424041f5369706b9152ea13da (diff)
downloadopenembedded-core-contrib-9d806f3d05de918952f839f5e595cb71cd1261db.tar.gz
linux-yocto: fix race between checkout and meta data generation
There are two tasks that must run before a linux-yocto kernel is built. - Kernel checkout and relocation to work-shared (kernel_checkout) - Meta data gathering and configuration prep (kernel_metadata) The current task definitions for both are simply "before do_patch", which is correct, but kernel_checkout must run before and not race with kernel_metadata. So we set the definition of kernel_checkout to be more specific and enforce the proper ordering. [YOCTO: #7731] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.14.bb')
0 files changed, 0 insertions, 0 deletions