]> code.ossystems Code Review - openembedded-core.git/commitdiff
staging: Don't put ptest files into the sysroot
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Feb 2017 17:30:15 +0000 (17:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:47:20 +0000 (14:47 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index 93d31ebb51420e2ae92ae596648c12d381416bcb..b92bdaf490d09f66b0c05f0d6dd98cbca31897ff 100644 (file)
@@ -31,6 +31,7 @@ SYSROOT_DIRS_BLACKLIST = " \
     ${datadir}/applications \
     ${datadir}/fonts \
     ${datadir}/pixmaps \
+    ${libdir}/${PN}/ptest \
 "
 
 sysroot_stage_dir() {