summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-06-05 20:45:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-06-20 22:36:36 +0000
commit66769ae4a7a6ce3c5bf5085825aca423665eab41 (patch)
tree193449e077b6968e8692027ff08a2243bc09cd44 /recipes-ti
parentf4dda1680c3a5e58543de6a8ca3e2750cb0e3f7a (diff)
downloadmeta-ti-66769ae4a7a6ce3c5bf5085825aca423665eab41.tar.gz
ti-xdctools-common: Add XDC tools to -dev package
b42044aaf removed the XDC tools from the main package, but this broke the ability to include the XDC tools in an SDK. Add the tools back to the -dev package. Also fix up INSANE_SKIP. Change-Id: I902cc1a841e40c1a3bdc5286d03f999276119052 Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/devtools/ti-xdctools-common.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ti/devtools/ti-xdctools-common.inc b/recipes-ti/devtools/ti-xdctools-common.inc
index d2d0df45..a3949cad 100644
--- a/recipes-ti/devtools/ti-xdctools-common.inc
+++ b/recipes-ti/devtools/ti-xdctools-common.inc
@@ -13,12 +13,14 @@ do_install() {
13 cp ${CP_ARGS} ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE} 13 cp ${CP_ARGS} ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE}
14} 14}
15 15
16FILES_${PN}-dev = "${XDC_INSTALL_DIR_RECIPE}"
17
16BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
17 19
18INHIBIT_PACKAGE_STRIP = "1" 20INHIBIT_PACKAGE_STRIP = "1"
19INHIBIT_SYSROOT_STRIP = "1" 21INHIBIT_SYSROOT_STRIP = "1"
20INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 22INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
21INSANE_SKIP_${PN} = "installed-vs-shipped" 23INSANE_SKIP_${PN}-dev = "libdir dev-elf arch file-rdeps"
22 24
23# Prevent internal libs from getting picked up 25# Prevent internal libs from getting picked up
24PRIVATE_LIBS = " \ 26PRIVATE_LIBS = " \