diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-03-02 08:31:29 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-03-02 18:25:16 +0000 |
| commit | a26c281c0d8c4ec31958859a110939a9c278f58e (patch) | |
| tree | d9d3709b78c4db239852a78dc74fb01e49d89779 /recipes-ti/devtools | |
| parent | 97441a763e8568cf477a0e45ce1d86cb6b8e7e4a (diff) | |
| download | meta-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.bb | 1 |
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/*" | |||
| 100 | FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" | 100 | FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" |
| 101 | 101 | ||
| 102 | INSANE_SKIP_${PN} += "staticdev" | 102 | INSANE_SKIP_${PN} += "staticdev" |
| 103 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${datadir}/ti/cgt-c6x/lib/libc.a" | ||
| 103 | 104 | ||
| 104 | BBCLASSEXTEND = "native nativesdk" | 105 | BBCLASSEXTEND = "native nativesdk" |
| 105 | 106 | ||
