mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
meta/icecc.bbclass: Update system blacklists
Updates the system blacklists to include packages that are known to have problems compiling under icecream (From OE-Core rev: fc5418e7bbdecfb27bafe595084e0fd0f991a388) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1da297d354
commit
5dd8df08c5
@@ -68,14 +68,22 @@ ICECC_ENV_DEBUG ??= ""
|
||||
#
|
||||
# libgcc-initial - fails with CPP sanity check error if host sysroot contains
|
||||
# cross gcc built for another target tune/variant
|
||||
# target-sdk-provides-dummy - ${HOST_PREFIX} is empty which triggers the "NULL
|
||||
# prefix" error.
|
||||
ICECC_SYSTEM_PACKAGE_BL += "\
|
||||
libgcc-initial \
|
||||
target-sdk-provides-dummy \
|
||||
"
|
||||
|
||||
# "system" classes that should be blacklisted. When adding new entry, please
|
||||
# document why (how it failed) so that we can re-evaluate it later
|
||||
#
|
||||
# image - Image aren't compiling, but the testing framework for images captures
|
||||
# PARALLEL_MAKE as part of the test environment. Many tests won't use
|
||||
# icecream, but leaving the high level of parallelism can cause them to
|
||||
# consume an unnecessary amount of resources.
|
||||
ICECC_SYSTEM_CLASS_BL += "\
|
||||
image \
|
||||
"
|
||||
|
||||
def icecc_dep_prepend(d):
|
||||
|
||||
Reference in New Issue
Block a user