summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:24 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commitf1f741180adabbe28117ca331fa7a1580b15a718 (patch)
tree5a600840e81f431a41716939dafd5aa5eae9c330 /meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
parent02263dbf152732a567c2e1a52e3dfa6dbc752d13 (diff)
downloadmeta-ti-f1f741180adabbe28117ca331fa7a1580b15a718.tar.gz
ti-linux-fw: Make CLEANBROKEN and FILES part of common include
These are common for all recipes that include ti-linux-fw.inc, add it to this include file and remove from each recipe. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
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.bb5
1 files changed, 0 insertions, 5 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 8d40cffe..b10f2f57 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
@@ -29,8 +29,6 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
29PV = "${CORESDK_RTOS_VERSION}" 29PV = "${CORESDK_RTOS_VERSION}"
30PR = "${INC_PR}.1" 30PR = "${INC_PR}.1"
31 31
32CLEANBROKEN = "1"
33
34# Secure Build 32# Secure Build
35inherit ti-secdev 33inherit ti-secdev
36 34
@@ -369,9 +367,6 @@ ALTERNATIVE_TARGET[j784s4-c71_3-fw-sec] = "${INSTALL_IPC_FW_DIR}/${C7X_4_FW}.sig
369 367
370ALTERNATIVE_PRIORITY = "10" 368ALTERNATIVE_PRIORITY = "10"
371 369
372# make sure that lib/firmware, and all its contents are part of the package
373FILES:${PN} += "${nonarch_base_libdir}/firmware"
374
375# This is used to prevent the build system to_strip the executables 370# This is used to prevent the build system to_strip the executables
376INHIBIT_PACKAGE_STRIP = "1" 371INHIBIT_PACKAGE_STRIP = "1"
377INHIBIT_SYSROOT_STRIP = "1" 372INHIBIT_SYSROOT_STRIP = "1"