mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 22:29:06 +00:00
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>
This commit is contained in:
parent
992d17c8e8
commit
c8b280e8a4
@ -31,6 +31,7 @@ SYSROOT_DIRS_BLACKLIST = " \
|
||||
${datadir}/applications \
|
||||
${datadir}/fonts \
|
||||
${datadir}/pixmaps \
|
||||
${libdir}/${PN}/ptest \
|
||||
"
|
||||
|
||||
sysroot_stage_dir() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user