diff options
author | Maupin, Chase <chase.maupin@ti.com> | 2014-07-02 19:04:31 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-02 15:43:26 -0400 |
commit | aeb2f9bb586fc70337be61cd76158751d530eb40 (patch) | |
tree | cec1420fa7501122816641e3b70ae431a47312da /recipes-bsp/vis-fw | |
parent | f4f82f787cb684ca4129729dbcfe34ee596b74c5 (diff) | |
download | meta-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.bb | 5 |
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 | |||
5 | COMPATIBLE_MACHINE = "dra7xx-evm" | 5 | COMPATIBLE_MACHINE = "dra7xx-evm" |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | SRC_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" | 10 | SRC_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 | ||
10 | SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb" | 12 | SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb" |
@@ -28,4 +30,5 @@ RDEPENDS_${PN} += "${PN}-fw" | |||
28 | FILES_${PN}-fw += "${base_libdir}/firmware/${DSPAPP}" | 30 | FILES_${PN}-fw += "${base_libdir}/firmware/${DSPAPP}" |
29 | 31 | ||
30 | INSANE_SKIP_${PN}-fw = "arch" | 32 | INSANE_SKIP_${PN}-fw = "arch" |
31 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 33 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
34 | INHIBIT_PACKAGE_STRIP = "1" | ||