mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
icecc.bbclass: Remove icecream from uninative
The icecream native tools should not be included in uninative tarballs even though it is nativesdk (From OE-Core rev: fd87ebd7e8906e047620c2d4afa62337b5521e6f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b803bbcad2
commit
3294e0e79a
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user