mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
piglit: don't stage the test suite
The Piglit test suite is approximately 2GB and because it's installed into $libdir is added to the sysroot archive. Nothing links against Piglit so there's no reason for this, so remove $libdir from Piglit's sysroot. (From OE-Core rev: 9cc4dc9cc951157e6e374192c88369432ae5cff1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cf7090d481
commit
3161eecefc
@@ -44,6 +44,7 @@ do_configure_prepend() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Forcibly strip because Piglit is *huge*
|
||||||
OECMAKE_TARGET_INSTALL = "install/strip"
|
OECMAKE_TARGET_INSTALL = "install/strip"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "waffle waffle-bin python3 python3-mako python3-json \
|
RDEPENDS_${PN} = "waffle waffle-bin python3 python3-mako python3-json \
|
||||||
@@ -55,5 +56,9 @@ RDEPENDS_${PN} = "waffle waffle-bin python3 python3-mako python3-json \
|
|||||||
|
|
||||||
INSANE_SKIP_${PN} += "dev-so already-stripped"
|
INSANE_SKIP_${PN} += "dev-so already-stripped"
|
||||||
|
|
||||||
|
# As nothing builds against Piglit we don't need to have anything in the
|
||||||
|
# sysroot, especially when this is ~2GB of test suite
|
||||||
|
SYSROOT_DIRS_remove = "${libdir}"
|
||||||
|
|
||||||
# Can't be built with ccache
|
# Can't be built with ccache
|
||||||
CCACHE_DISABLE = "1"
|
CCACHE_DISABLE = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user