summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vis-fw
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-07-02 19:04:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:43:26 -0400
commitaeb2f9bb586fc70337be61cd76158751d530eb40 (patch)
treecec1420fa7501122816641e3b70ae431a47312da /recipes-bsp/vis-fw
parentf4f82f787cb684ca4129729dbcfe34ee596b74c5 (diff)
downloadmeta-ti-aeb2f9bb586fc70337be61cd76158751d530eb40.tar.gz
vis: inhibit package strip for DSP binaries
* These binaries are for the DSP and the strip command in the ARM compiler does not work on them. Without this the following error is seen: * ERROR: runstrip: ''arm-linux-gnueabihf-strip' --remove-section=.comment --remove-section=.note '<PATH>/dra7-dsp1-fw-radio.xe66'' strip command failed Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/vis-fw')
-rw-r--r--recipes-bsp/vis-fw/vis_01.50.07.15.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/vis-fw/vis_01.50.07.15.bb b/recipes-bsp/vis-fw/vis_01.50.07.15.bb
index 85d85397..dfd2f411 100644
--- a/recipes-bsp/vis-fw/vis_01.50.07.15.bb
+++ b/recipes-bsp/vis-fw/vis_01.50.07.15.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${S}/J6_VIS_DEMO_LINUX_BINARY_01.50.07.15-Manifest.ht
5COMPATIBLE_MACHINE = "dra7xx-evm" 5COMPATIBLE_MACHINE = "dra7xx-evm"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7 7
8PR = "r1"
9
8SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vis/01_50_07_15/exports/vis-${MACHINE}-01.50.07.15.tar.gz;protocol=http" 10SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vis/01_50_07_15/exports/vis-${MACHINE}-01.50.07.15.tar.gz;protocol=http"
9 11
10SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb" 12SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb"
@@ -28,4 +30,5 @@ RDEPENDS_${PN} += "${PN}-fw"
28FILES_${PN}-fw += "${base_libdir}/firmware/${DSPAPP}" 30FILES_${PN}-fw += "${base_libdir}/firmware/${DSPAPP}"
29 31
30INSANE_SKIP_${PN}-fw = "arch" 32INSANE_SKIP_${PN}-fw = "arch"
31INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 33INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
34INHIBIT_PACKAGE_STRIP = "1"