General question, since you were adding recipes for omap-a15 does there need to be a setting of PLATFORM for those devices or is the default "unknown" OK?
Acked-by: Chase Maupin <[email protected]> >-----Original Message----- >From: [email protected] [mailto:meta-arago- >[email protected]] On Behalf Of Monk, Roger >Sent: Thursday, October 10, 2013 11:02 AM >To: [email protected] >Subject: [meta-arago] [PATCHv2 10/11] ti-connectivity/bt-firmware: >Update to latest BT Firmware + allow more targets > > * Add latest BT firmware > * Add patch to enable unspecifified platforms to pick up >default firmware > >Signed-off-by: Roger Monk <[email protected]> >--- > ...-Remove-platform-check-and-install-defaul.patch | 41 >++++++++++++++++++++ > .../recipes-bsp/bt-firmware/bt-firmware_git.bb | 10 +++-- > 2 files changed, 47 insertions(+), 4 deletions(-) > create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt- >firmware/0001-bt-firmware-Remove-platform-check-and-install- >defaul.patch > >diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt- >firmware/0001-bt-firmware-Remove-platform-check-and-install- >defaul.patch b/meta-arago-extras/recipes-bsp/bt-firmware/bt- >firmware/0001-bt-firmware-Remove-platform-check-and-install- >defaul.patch >new file mode 100644 >index 0000000..4ad457e >--- /dev/null >+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001- >bt-firmware-Remove-platform-check-and-install-defaul.patch >@@ -0,0 +1,41 @@ >+From 40bb43c136ec8001d35f6077e5de5f8ac72f4da0 Mon Sep 17 00:00:00 >2001 >+From: Roger Monk <[email protected]> >+Date: Thu, 3 Oct 2013 02:59:54 +0100 >+Subject: [PATCH] bt-firmware: Remove platform check and install >default >+ firmware >+ >+ * For undefined plaforms, install default firmware >+ * Remove configuration of 'unknown' so that install picks >+ firmware from root directory (default) >+ >+Signed-off-by: Roger Monk <[email protected]> >+--- >+ Makefile | 6 +++--- >+ 1 file changed, 3 insertions(+), 3 deletions(-) >+ >+diff --git a/Makefile b/Makefile >+index bd94881..ca8280a 100644 >+--- a/Makefile >++++ b/Makefile >+@@ -5,8 +5,8 @@ >+ # If KERNEL_DIR is not set then use the default in Rules.make >+ DEST_DIR ?= ${DESTDIR} >+ >+-PLATFORM ?= "unknown" >+-MACHINE_NAME ?= "unknown" >++#PLATFORM ?= "unknown" >++#MACHINE_NAME ?= "unknown" >+ >+ ifeq ($(PLATFORM), am335x-evm) >+ MACHINE_NAME := am335x >+@@ -23,6 +23,6 @@ endif >+ >+ install: >+ install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware >+- cp -f ./${MACHINE_NAME}/* >$(DEST_DIR)${BASE_LIB_DIR}/firmware >++ cp -f ./${MACHINE_NAME}/*.bts >$(DEST_DIR)${BASE_LIB_DIR}/firmware >+ >+ >+-- >+1.7.9.5 >+ >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 >index 2b320da..3a0191e 100644 >--- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb >+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb >@@ -13,13 +13,15 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" > RCONFLICTS_${PN} = "linux-firmware-wl12xx" > RREPLACES_${PN} = "linux-firmware-wl12xx" > >-PR = "r2+gitr${SRCPV}" >+PR = "r3+gitr${SRCPV}" > >-COMPATIBLE_MACHINE = "omap3|omapl138|da850-omapl138-evm|ti33x" >+COMPATIBLE_MACHINE = "omap3|omapl138|da850-omapl138- >evm|ti3x|omap-a15" > >-SRCREV = "adbc27c11d5c5c8c20a93a8beca647b4a6aaa03b" >+SRCREV = "3a020e30a0e28e6b7b7cdd2a8fb37b29e1e58040" > SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \ >- file://0001-Makefile-allow-building-within-the- >OE.patch" >+ file://0001-Makefile-allow-building-within-the- >OE.patch \ >+ file://0001-bt-firmware-Remove-platform-check-and- >install-defaul.patch \ >+" > > PLATFORM = "unknown" > PLATFORM_ti33x = "am335x-evm" >-- >1.7.9.5 > >_______________________________________________ >meta-arago mailing list >[email protected] >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
