Skip to content
Commit 5b857eee authored by Richard Purdie's avatar Richard Purdie Committed by Koen Kooi
Browse files

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: default avatarTom Rini <tom_rini@mentor.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
parent dd25d803
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment