diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-04 17:30:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-07 14:50:09 +0000 |
commit | c8b280e8a47b36abfb4368b3f1023ba57eb5bc5a (patch) | |
tree | f1d1be979ee101404eedd0e36794cce49eecd042 | |
parent | 992d17c8e8948e60eddaeba8cc892ae3249e33c3 (diff) | |
download | poky-c8b280e8a47b36abfb4368b3f1023ba57eb5bc5a.tar.gz |
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.
(From OE-Core rev: 61591fe2eea588ff92ff7f81f2ed8844617f5307)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/staging.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
31 | ${datadir}/applications \ | 31 | ${datadir}/applications \ |
32 | ${datadir}/fonts \ | 32 | ${datadir}/fonts \ |
33 | ${datadir}/pixmaps \ | 33 | ${datadir}/pixmaps \ |
34 | ${libdir}/${PN}/ptest \ | ||
34 | " | 35 | " |
35 | 36 | ||
36 | sysroot_stage_dir() { | 37 | sysroot_stage_dir() { |