From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
.../packagegroup-arago-tisdk-connectivity.bb | 2 +-
.../recipes-bsp/bt-firmware/bt-firmware_git.bb | 35 ----------------------
2 files changed, 1 insertion(+), 36 deletions(-)
delete mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
diff --git
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
index c0652fd..7e95940 100644
---
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
+++
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
@@ -29,7 +29,7 @@ WLAN_COMMON = "\
FIRMWARE_AND_DRIVERS = "\
wl18xx-fw \
- bt-firmware \
+ bt-fw \
"
DEMO_APPS = "\
diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
deleted file mode 100644
index f82c2a0..0000000
--- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "Firmware files for Bluetooth"
-LICENSE = "TI-TSPA"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f39eac9f4573be5b012e8313831e72a9"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-# This recipe provides the latest firmware files for wl12xx.
-# Therefore, use the contents of this recipe instead of the contents
-# of linux-firmware-wl12xx.
-RCONFLICTS_${PN} = "linux-firmware-wl12xx"
-RREPLACES_${PN} = "linux-firmware-wl12xx"
-
-PV = "R8.5+git${SRCPV}"
-PR = "r10"
-
-COMPATIBLE_MACHINE = "ti33x|ti43x|dra7xx"
-
-CLEANBROKEN = "1"
-
-SRCREV = "0c0eae241ea8a6e0b33d59f504741c8d5a2587ce"
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/ti-bt/service-packs.git;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
-
-do_compile() {
- :
-}
-
-do_install() {
- install -d ${D}${base_libdir}/firmware/ti-connectivity
- oe_runmake 'DEST_DIR=${D}' 'BASE_LIB_DIR=${base_libdir}' install
-}
-
-FILES_${PN} += "${base_libdir}/firmware/ti-connectivity/*"
--
2.7.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago