* Port bt-firmware recipe from arago.
* Bt-firmware provides the bluetooth firmware for the TI wl12xx
  Wi+Fi + Bluetooth module.

Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
 ...01-Makefile-allow-building-within-the-SDK.patch |   50 ++++++++++++++++++++
 recipes-bsp/bt-firmware/bt-firmware_git.bb         |   31 ++++++++++++
 2 files changed, 81 insertions(+), 0 deletions(-)
 create mode 100644 
recipes-bsp/bt-firmware/bt-firmware/0001-Makefile-allow-building-within-the-SDK.patch
 create mode 100644 recipes-bsp/bt-firmware/bt-firmware_git.bb

diff --git 
a/recipes-bsp/bt-firmware/bt-firmware/0001-Makefile-allow-building-within-the-SDK.patch
 
b/recipes-bsp/bt-firmware/bt-firmware/0001-Makefile-allow-building-within-the-SDK.patch
new file mode 100644
index 0000000..38bd3c5
--- /dev/null
+++ 
b/recipes-bsp/bt-firmware/bt-firmware/0001-Makefile-allow-building-within-the-SDK.patch
@@ -0,0 +1,50 @@
+From 8f226ccc9d2cbd10d454e131376c35f502a45e3b Mon Sep 17 00:00:00 2001
+From: Chase Maupin <[email protected]>
+Date: Wed, 7 Mar 2012 14:11:42 -0600
+Subject: [PATCH] Makefile: allow building within the SDK
+
+* Use defaults and source values that allow building this
+  component within the SDK as well as with OE.
+
+Upstread-Status: Pending
+    * Will be accepted into next release
+
+Signed-off-by: Chase Maupin <[email protected]>
+---
+ Makefile |   21 +++++++++++++++++++++
+ 1 files changed, 21 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 9035e40..bd94881 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,26 @@
+ # Installs the the Bluetooth firmware files into the root file system
+ 
++-include ../../../Rules.make
++
++# If KERNEL_DIR is not set then use the default in Rules.make
++DEST_DIR ?= ${DESTDIR}
++
++PLATFORM ?= "unknown"
++MACHINE_NAME ?= "unknown"
++
++ifeq ($(PLATFORM), am335x-evm)
++    MACHINE_NAME := am335x
++endif
++ifeq ($(PLATFORM), am180x-evm)
++    MACHINE_NAME := am1808
++endif
++ifeq ($(PLATFORM), da850-omapl138-evm)
++    MACHINE_NAME := am1808
++endif
++ifeq ($(PLATFORM), am37x-evm)
++    MACHINE_NAME := omap3evm
++endif
++
+ install:
+       install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware
+       cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware
+-- 
+1.7.0.4
+
diff --git a/recipes-bsp/bt-firmware/bt-firmware_git.bb 
b/recipes-bsp/bt-firmware/bt-firmware_git.bb
new file mode 100644
index 0000000..181b228
--- /dev/null
+++ b/recipes-bsp/bt-firmware/bt-firmware_git.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "Firmware files for Bluetooth"
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://am335x/LICENCE;md5=ba590e1d103f891d0151609046aef9e8 
\
+                    file://am1808/LICENCE;md5=ba590e1d103f891d0151609046aef9e8 
\
+                    
file://omap3evm/LICENCE;md5=ba590e1d103f891d0151609046aef9e8 \
+"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r0+gitr${SRCREV}"
+
+COMPATIBLE_MACHINE = "am37x-evm|am180x-evm|da850-omapl138-evm|am335x-evm"
+
+SRCREV = "db43d1f05efda9777d7ac1ac366637e29e21f77f"
+SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
+           file://0001-Makefile-allow-building-within-the-SDK.patch"
+
+S = "${WORKDIR}/git"
+
+do_compile() {
+       :
+}
+
+do_install() {
+    install -d ${D}${base_libdir}/firmware
+       oe_runmake 'DEST_DIR=${D}' 'BASE_LIB_DIR=${base_libdir}' 
'PLATFORM=${MACHINE}' install
+}
+
+FILES_${PN} += "${base_libdir}/firmware"
+
+
-- 
1.7.0.4

_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to