From 61591fe2eea588ff92ff7f81f2ed8844617f5307 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 4 Feb 2017 17:30:15 +0000 Subject: 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 --- meta/classes/staging.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes') 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() { -- cgit 1.2.3-korg