]> code.ossystems Code Review - openembedded-core.git/commit
kernel: Clean ${S} before unpack
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Dec 2014 11:41:58 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Dec 2014 11:24:04 +0000 (11:24 +0000)
commit7deb1f670c188c24744b7888a2d2f73c2a8ddff7
tree07dd7075f05a29f25314791c14bcdc4ae6043e6c
parent323f9ea99cff00a751e446286bf8bcf8756e4351
kernel: Clean ${S} before unpack

Currently unpack just forces sources over the current files. This change
ensures ${S} is cleaned out before sources are unpacked. This resolves
issues seen when upgrading to the new kernel class changes.

Ultimately, this should probably move to base.bbclass but one step at a
time, this solves an immediate problem blocking the other patches from
merging.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass