diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-29 00:53:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-28 15:00:22 -0400 |
commit | ca43376a8c0868e356c709571257f47f011c715e (patch) | |
tree | 46ba90b3e98ff8c4909d8625164824131f92058e /recipes-bsp/vis-fw | |
parent | 398fb120076ab5b3afc9978f80f18dfc2f459331 (diff) | |
download | meta-ti-ca43376a8c0868e356c709571257f47f011c715e.tar.gz |
vis: prevent sysroot stripping due to DSP firmware
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 | 1 |
1 files changed, 1 insertions, 0 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 dfd2f411..5b9834c2 100644 --- a/recipes-bsp/vis-fw/vis_01.50.07.15.bb +++ b/recipes-bsp/vis-fw/vis_01.50.07.15.bb | |||
@@ -32,3 +32,4 @@ FILES_${PN}-fw += "${base_libdir}/firmware/${DSPAPP}" | |||
32 | INSANE_SKIP_${PN}-fw = "arch" | 32 | INSANE_SKIP_${PN}-fw = "arch" |
33 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 33 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
34 | INHIBIT_PACKAGE_STRIP = "1" | 34 | INHIBIT_PACKAGE_STRIP = "1" |
35 | INHIBIT_SYSROOT_STRIP = "1" | ||