]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Add cleandirs for do_shared_workdir
authorSaul Wold <sgw@linux.intel.com>
Mon, 27 Nov 2017 19:01:54 +0000 (11:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 14:36:58 +0000 (14:36 +0000)
commitd52a65d3d8512eeb5081d9fb5f18805428358241
tree54650025887b58a8ec71a73b9d27f12628dd9ac8
parentd58c20fd45f4808cbc1726ec5b46edb1c60b9cf8
kernel.bbclass: Add cleandirs for do_shared_workdir

We add the kernel-build-artifacts to the cleandirs list to ensure
that there are no remaining artificats in the kernel-build-artifacts
directory which is STAGING_KERNEL_BUILDDIR. Without this change
multiple System.map files are visiable in the STAGING_KERNEL_BUILDDIR,
which could cause problems for some tools.

[YOCTO #11880]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel.bbclass