diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-02-19 16:30:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:31:35 +0000 |
commit | fd87ebd7e8906e047620c2d4afa62337b5521e6f (patch) | |
tree | 4136a104872a42184a4b21b4f51a9b6231a98df2 /meta/classes/icecc.bbclass | |
parent | 9bda79af100293ea3cb986dd501e0be028f2f04c (diff) | |
download | openembedded-core-contrib-fd87ebd7e8906e047620c2d4afa62337b5521e6f.tar.gz |
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 <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/icecc.bbclass')
-rw-r--r-- | meta/classes/icecc.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index bfab61dfa36..48a51310c21 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}" |