* [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm
@ 2014-11-24 12:51 Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 2/3] bt-firmware: Add support for dra7xx-evm target Karthik Ramanan
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Karthik Ramanan @ 2014-11-24 12:51 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
.../packagegroup-arago-tisdk-connectivity.bb | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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 f6c8660..f469fdd 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
@@ -1,6 +1,6 @@
DESCRIPTION = "Task to install wireless packages into the target FS"
LICENSE = "MIT"
-PR = "r29"
+PR = "r30"
inherit packagegroup
@@ -63,6 +63,13 @@ CONNECTIVITY_RDEPENDS_ti43x = "\
${FIRMWARE_AND_DRIVERS} \
"
+CONNECTIVITY_RDEPENDS_dra7xx-evm = "\
+ ${WLAN_COMMON} \
+ ${BLUETOOTH_STACK} \
+ ${@base_contains('ARAGO_BRAND','glsdk','${FIRMWARE_AND_DRIVERS}','',d)} \
+ bt-firmware \
+"
+
RDEPENDS_${PN} = "\
${CONNECTIVITY_RDEPENDS} \
"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [for master, v2 2/3] bt-firmware: Add support for dra7xx-evm target
2014-11-24 12:51 [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Karthik Ramanan
@ 2014-11-24 12:51 ` Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
2014-12-15 20:35 ` [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Denys Dmytriyenko
2 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2014-11-24 12:51 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
.../recipes-bsp/bt-firmware/bt-firmware_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 4400215..3c40441 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
@@ -11,9 +11,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
RCONFLICTS_${PN} = "linux-firmware-wl12xx"
RREPLACES_${PN} = "linux-firmware-wl12xx"
-PR = "r5+gitr${SRCPV}"
+PR = "r6+gitr${SRCPV}"
-COMPATIBLE_MACHINE = "ti33x|ti43x"
+COMPATIBLE_MACHINE = "ti33x|ti43x|dra7xx-evm"
SRCREV = "fbcab22449ce930a4192ffeb470c168f4e85e0c6"
BRANCH = "master"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [for master, v2 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform
2014-11-24 12:51 [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 2/3] bt-firmware: Add support for dra7xx-evm target Karthik Ramanan
@ 2014-11-24 12:51 ` Karthik Ramanan
2014-12-15 20:35 ` [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Denys Dmytriyenko
2 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2014-11-24 12:51 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++
.../recipes-bsp/bt-firmware/bt-firmware_git.bb | 3 +-
2 files changed, 43 insertions(+), 1 deletion(-)
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 <r-monk@ti.com>
+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 <r-monk@ti.com>
+---
+ 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 3c40441..20db8da 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
@@ -18,7 +18,8 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|dra7xx-evm"
SRCREV = "fbcab22449ce930a4192ffeb470c168f4e85e0c6"
BRANCH = "master"
SRC_URI = "git://git.ti.com/wilink8-bt/ti-bt-firmware.git;branch=${BRANCH} \
- 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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm
2014-11-24 12:51 [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 2/3] bt-firmware: Add support for dra7xx-evm target Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
@ 2014-12-15 20:35 ` Denys Dmytriyenko
2 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-12-15 20:35 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-arago
Karthik,
It would really help and speed review process up, if you provide a short
change log of patch revisions. I was postponing reviewing this set until I had
enough time to go back and compare it with previous revisions and see what has
changed and if all the previous comments were addressed...
--
Denys
On Mon, Nov 24, 2014 at 06:21:03PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
> .../packagegroup-arago-tisdk-connectivity.bb | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> 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 f6c8660..f469fdd 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
> @@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install wireless packages into the target FS"
> LICENSE = "MIT"
> -PR = "r29"
> +PR = "r30"
>
> inherit packagegroup
>
> @@ -63,6 +63,13 @@ CONNECTIVITY_RDEPENDS_ti43x = "\
> ${FIRMWARE_AND_DRIVERS} \
> "
>
> +CONNECTIVITY_RDEPENDS_dra7xx-evm = "\
> + ${WLAN_COMMON} \
> + ${BLUETOOTH_STACK} \
> + ${@base_contains('ARAGO_BRAND','glsdk','${FIRMWARE_AND_DRIVERS}','',d)} \
> + bt-firmware \
> +"
> +
> RDEPENDS_${PN} = "\
> ${CONNECTIVITY_RDEPENDS} \
> "
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-12-15 20:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 12:51 [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 2/3] bt-firmware: Add support for dra7xx-evm target Karthik Ramanan
2014-11-24 12:51 ` [for master, v2 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
2014-12-15 20:35 ` [for master, v2 1/3] tisdk-connectivity: Add support for dra7xx-evm Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.