diff options
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.inc | 22 |
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 | ||
2 | CLEANBROKEN = "1" | ||
3 | |||
4 | # Make sure that lib/firmware, and all its contents are part of the package | ||
5 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | ||
6 | |||
7 | # This is used to prevent the build system from stripping the firmwares | ||
8 | INHIBIT_PACKAGE_STRIP = "1" | ||
9 | INHIBIT_SYSROOT_STRIP = "1" | ||
10 | |||
11 | # This is used to prevent the build system from splitting out the firmware debug info into a separate file | ||
12 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
13 | |||
14 | # Firmware here are prebuilt with no external dependencies | ||
15 | INHIBIT_DEFAULT_DEPS = "1" | ||
16 | |||
17 | # Disable arch checking as firmware is likely to be a different arch from the Yocto build | ||
18 | INSANE_SKIP:${PN} += "arch" | ||
19 | |||
20 | # Firmware has no configure nor build steps | ||
21 | do_compile[noexec] = "1" | ||
22 | do_configure[noexec] = "1" | ||