summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb')
-rw-r--r--meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index b10f2f57..fb6420eb 100644
--- a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -366,15 +366,3 @@ ALTERNATIVE_TARGET[j784s4-c71_3-fw] = "${INSTALL_IPC_FW_DIR}/${C7X_4_FW}"
366ALTERNATIVE_TARGET[j784s4-c71_3-fw-sec] = "${INSTALL_IPC_FW_DIR}/${C7X_4_FW}.signed" 366ALTERNATIVE_TARGET[j784s4-c71_3-fw-sec] = "${INSTALL_IPC_FW_DIR}/${C7X_4_FW}.signed"
367 367
368ALTERNATIVE_PRIORITY = "10" 368ALTERNATIVE_PRIORITY = "10"
369
370# This is used to prevent the build system to_strip the executables
371INHIBIT_PACKAGE_STRIP = "1"
372INHIBIT_SYSROOT_STRIP = "1"
373# This is used to prevent the build system to split the debug info in a separate file
374INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
375# As it likely to be a different arch from the Yocto build, disable checking by adding "arch" to INSANE_SKIP
376INSANE_SKIP:${PN} += "arch"
377
378# we don't want to configure and build the source code
379do_compile[noexec] = "1"
380do_configure[noexec] = "1"