]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass: fix previous issue regarding work-shared for linux-yocto
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 9 Nov 2015 22:40:50 +0000 (22:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2015 15:49:12 +0000 (15:49 +0000)
commitd643e43622eb3e43fbb2e21fa33580e2fcdf42be
tree41ce20212a85522debf64664e6c4bffb25994409
parentbc394e1dd229845a315a97704beca43fbb8976ee
archiver.bbclass: fix previous issue regarding work-shared for linux-yocto

A previous patch intended to fix and improve the archiver class, and while it
did for gcc packages, with it some issues ended up being hidden, the kernel
tasks taken from kernel.bbclass and kernel-yocto.bbclass specifically expect the
kernel to use work-shared, which either ended up causing issues or wasting time
doing unnecessary work, this patch fixes these issues by performing the right
tasks within the archiver in the right order

[YOCTO #8378]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/archiver.bbclass