summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/ti-linux-fw/firmware-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-linux-fw/firmware-common.inc')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-linux-fw/firmware-common.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/firmware-common.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/firmware-common.inc
deleted file mode 100644
index fb9861b8..00000000
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/firmware-common.inc
+++ /dev/null
@@ -1,22 +0,0 @@
1# Clean is broken for most firmware-only repos
2CLEANBROKEN = "1"
3
4# Make sure that lib/firmware, and all its contents are part of the package
5FILES:${PN} = "${nonarch_base_libdir}/firmware"
6
7# This is used to prevent the build system from stripping the firmwares
8INHIBIT_PACKAGE_STRIP = "1"
9INHIBIT_SYSROOT_STRIP = "1"
10
11# This is used to prevent the build system from splitting out the firmware debug info into a separate file
12INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
13
14# Firmware here are prebuilt with no external dependencies
15INHIBIT_DEFAULT_DEPS = "1"
16
17# Disable arch checking as firmware is likely to be a different arch from the Yocto build
18INSANE_SKIP:${PN} += "arch"
19
20# Firmware has no configure nor build steps
21do_compile[noexec] = "1"
22do_configure[noexec] = "1"