]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Stop do_install poking directly into the sysroot and evading sstate
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 19:45:28 +0000 (20:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 19:45:28 +0000 (20:45 +0100)
commit983197c10104bbbcb6cfd6e923a3bf11152b3001
tree7562d36c5d6f04c35e770161030cc407f73af484
parentad098e40e8c57727892819e131bf18308bf244d2
kernel.bbclass: Stop do_install poking directly into the sysroot and evading sstate

do_install was putting files directly into the sysroot which means sstate
had no knowledge of them. This meant they didn't get cleaned along with the
other files from the task amongst other issues.

This patch puts them in ${D} where they were supposted to be.

Tested-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass