From: Richard Purdie Date: Sat, 4 Feb 2017 17:30:15 +0000 (+0000) Subject: staging: Don't put ptest files into the sysroot X-Git-Tag: uninative-1.5~400 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=61591fe2eea588ff92ff7f81f2ed8844617f5307;p=openembedded-core.git staging: Don't put ptest files into the sysroot This wastes space/time as the ptest files aren't going to be used in the sysroot so add them to the blacklist. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 93d31ebb51..b92bdaf490 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -31,6 +31,7 @@ SYSROOT_DIRS_BLACKLIST = " \ ${datadir}/applications \ ${datadir}/fonts \ ${datadir}/pixmaps \ + ${libdir}/${PN}/ptest \ " sysroot_stage_dir() {