summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-03-02 08:31:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-03-02 18:25:16 +0000
commita26c281c0d8c4ec31958859a110939a9c278f58e (patch)
treed9d3709b78c4db239852a78dc74fb01e49d89779 /recipes-ti/devtools
parent97441a763e8568cf477a0e45ce1d86cb6b8e7e4a (diff)
downloadmeta-ti-a26c281c0d8c4ec31958859a110939a9c278f58e.tar.gz
ti-cgt6x: fix packaging issue due to libc.a
dwarfsrcfiles: .../work/armv7at2hf-neon-linux-gnueabi/ti-cgt6x/1_8.3.2-r0/package/usr/share/ti/cgt-c6x/lib/libc.a: not a valid ELF file Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r--recipes-ti/devtools/ti-cgt6x_8.3.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x_8.3.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
index c63c3f6e..38f5597d 100644
--- a/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
+++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
@@ -100,6 +100,7 @@ FILES_${PN} += "${datadir}/ti/*"
100FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" 100FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug"
101 101
102INSANE_SKIP_${PN} += "staticdev" 102INSANE_SKIP_${PN} += "staticdev"
103INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${datadir}/ti/cgt-c6x/lib/libc.a"
103 104
104BBCLASSEXTEND = "native nativesdk" 105BBCLASSEXTEND = "native nativesdk"
105 106