mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
icecc.bbclass: Add Icecream support to SDK
If icecc is inherited, generated SDKs will automatically have optional support for compiling using the Icecream distributed compiler (From OE-Core rev: dea45ac88251b22b0b74dc4b3ba6ca13fe0b86d6) 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
c129cbe1b8
commit
502ee8e863
@@ -346,3 +346,10 @@ do_compile_kernelmodules_prepend() {
|
||||
do_install_prepend() {
|
||||
set_icecc_env
|
||||
}
|
||||
|
||||
# IceCream is not (currently) supported in the extensible SDK
|
||||
ICECC_SDK_HOST_TASK = "nativesdk-icecc-toolchain"
|
||||
ICECC_SDK_HOST_TASK_task-populate-sdk-ext = ""
|
||||
|
||||
# Add the toolchain scripts to the SDK
|
||||
TOOLCHAIN_HOST_TASK_append = " ${ICECC_SDK_HOST_TASK}"
|
||||
|
||||
Reference in New Issue
Block a user