]> code.ossystems Code Review - openembedded-core.git/commitdiff
icecc.bbclass: Remove icecream from uninative
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 19 Feb 2018 22:30:22 +0000 (16:30 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Feb 2018 10:31:35 +0000 (10:31 +0000)
The icecream native tools should not be included in uninative tarballs
even though it is nativesdk

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/icecc.bbclass

index bfab61dfa3663d62eb18ab9f68c3ef51bc3dc135..48a51310c2110198a4b16ac3ac6ba8503b0a2113 100644 (file)
@@ -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}"