summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2017-12-19 08:33:33 -0500
committerMatt Porter <mporter@konsulko.com>2017-12-19 08:33:33 -0500
commit27fc60c85a12c07109fdd2a7e8fca3c36a837c96 (patch)
tree007246feb8380777a92cbb3a576c9a4335e3e8e9
parent1320c5fb9eb462db4e15bfded29b3c443ebe603c (diff)
ti-bt-firmware: remove unused recipe
This recipe is deprecated by the bbappend to linux-firmware which brings in the latest version of the WiLink8 bluetooth script. Remove it. Change-Id: Ied304ce9924a41ba9f4ea5969905273ef1402e9c Signed-off-by: Matt Porter <mporter@konsulko.com>
-rw-r--r--meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb b/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb
deleted file mode 100644
index 3251662..0000000
--- a/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Bluetooth firmare files for WL18xx combo modules"
-SECTION = "misc"
-
-LICENSE = "CLOSED"
-
-PE = "1"
-PV = "0.0"
-
-SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git "
-SRCREV = "169b2df5b968f0ede32ea9044859942fc220c435"
-
-S = "${WORKDIR}/git"
-
-CLEANBROKEN = "1"
-
-do_populate_lic[noexec] = "1"
-do_compile[noexec] = "1"
-do_configure[noexec] = "1"
-
-do_install() {
- install -d ${D}/lib/firmware/ti-connectivity/
- cp *.bts ${D}/lib/firmware/ti-connectivity/
-}
-
-FILES_${PN} = "/lib/firmware/ti-connectivity/*" \ No newline at end of file