mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02: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:
@@ -31,6 +31,7 @@ SYSROOT_DIRS_BLACKLIST = " \
|
||||
${datadir}/applications \
|
||||
${datadir}/fonts \
|
||||
${datadir}/pixmaps \
|
||||
${libdir}/${PN}/ptest \
|
||||
"
|
||||
|
||||
sysroot_stage_dir() {
|
||||
|
||||
Reference in New Issue
Block a user