diff options
author | André Draszik <git@andred.net> | 2016-09-13 10:07:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:20:04 +0100 |
commit | 29e99d7a57803e450920600b5d35c5b4e58a0ede (patch) | |
tree | 3119e35a2f92aa57a590c06c7401ac3e0e119fbd /scripts/wipe-sysroot | |
parent | b9502470ec6413f85d76f88ebd121db9796985d2 (diff) | |
download | openembedded-core-29e99d7a57803e450920600b5d35c5b4e58a0ede.tar.gz openembedded-core-29e99d7a57803e450920600b5d35c5b4e58a0ede.tar.bz2 openembedded-core-29e99d7a57803e450920600b5d35c5b4e58a0ede.zip |
kernel-yocto: remove do_shared_workdir from SRCTREECOVEREDTASKS
Various recipes depend on the kernel's do_shared_workdir
task, a quick grep suggests all external kernel modules
(via module.bbclass), but also perf, and potentially any
additional headers as outlined in linux-libc-headers.inc
are affected.
Having do_shared_workdir in SRCTREECOVEREDTASKS means this
task is removed when externalsrc is enabled, making all
those recipes fail as the task they depend on,
virtual/kernel:do_shared_workdir, doesn't exist.
Remove do_shared_workdir from SRCTREECOVEREDTASKS so that
all those recipes work even if externalsrc is activated.
According to the comment in here, the reason for
do_shared_workdir to be removed as a task is because it
modifies the source tree, but that doesn't seem to be
case.
Signed-off-by: Andre Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/wipe-sysroot')
0 files changed, 0 insertions, 0 deletions