summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-03-19 01:00:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-03-18 22:46:42 +0000
commitf7aa01494b99e2a3c613011e14cf8a38d70dcee1 (patch)
tree9bcbf903b8a0aa94926d7d617838c1c30f17ddd1
parentdaa6d3f58c469274267bddd071fc99edced4856f (diff)
downloadmeta-ti-f7aa01494b99e2a3c613011e14cf8a38d70dcee1.tar.gz
sciclient-rtos: suppress package/sysroot/debug split/strip errors
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 3bd07278..d14c4a12 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -106,3 +106,6 @@ FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
106INSANE_SKIP_${PN} = "arch ldflags file-rdeps" 106INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
107 107
108INSANE_SKIP_${PN}-dbg = "arch" 108INSANE_SKIP_${PN}-dbg = "arch"
109INHIBIT_PACKAGE_STRIP = "1"
110INHIBIT_SYSROOT_STRIP = "1"
111INHIBIT_PACKAGE_DEBUG_SPLIT = "1"