From: Joshua Watt Date: Mon, 19 Feb 2018 22:30:22 +0000 (-0600) Subject: icecc.bbclass: Remove icecream from uninative X-Git-Tag: uninative-1.8~271 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd87ebd7e8906e047620c2d4afa62337b5521e6f;p=openembedded-core.git icecc.bbclass: Remove icecream from uninative The icecream native tools should not be included in uninative tarballs even though it is nativesdk Signed-off-by: Joshua Watt Signed-off-by: Ross Burton --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index bfab61dfa3..48a51310c2 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -403,5 +403,8 @@ do_install_prepend() { ICECC_SDK_HOST_TASK = "nativesdk-icecc-toolchain" ICECC_SDK_HOST_TASK_task-populate-sdk-ext = "" +# Don't include IceCream in uninative tarball +ICECC_SDK_HOST_TASK_pn-uninative-tarball = "" + # Add the toolchain scripts to the SDK TOOLCHAIN_HOST_TASK_append = " ${ICECC_SDK_HOST_TASK}"