All of lore.kernel.org
 help / color / mirror / Atom feed
* [v3 WILINK R8.5 0/2] Integration of R8.5
@ 2015-01-08 12:07 Karthik Ramanan
  2015-01-08 12:07 ` [v3 WILINK R8.5 1/2] packagegroup-*-connectivity: Include iptables package Karthik Ramanan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Karthik Ramanan @ 2015-01-08 12:07 UTC (permalink / raw)
  To: meta-arago

This patch set integrates R8.5 Wilink release along with the
required dependencies.

Changes from v2:
 * Fixed an offline comment from Eyal/Yaniv to move the 
   commit of wl18xx-target-scripts to a few commits below
   R8.5 tag. This addresses the issue with running the 
   script /usr/share/wl18xx/ap_start.sh

Changes from v1:
 * Added PV for all the recipes
 * Verified with the latest kernel that includes the probe
   deferral fix


Karthik Ramanan (2):
  packagegroup-*-connectivity: Include iptables package
  wl18xx, bt-firmware: Update to R8.5

 .../packagegroup-arago-tisdk-connectivity.bb       |    3 ++-
 .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |    4 ++--
 ...xx_r8.a9.14.bb => ti-compat-wireless-wl18xx.bb} |    6 +++---
 ...8xx-firmware_r8.a9.14.bb => wl18xx-firmware.bb} |    8 +++++---
 ...-wl18xx_r8.a9.14.bb => hostap-daemon-wl18xx.bb} |    8 ++++----
 ...cripts_r8.a9.14.bb => wl18xx-target-scripts.bb} |    8 +++++---
 .../wlconf/{wlconf_r8.a9.14.bb => wlconf.bb}       |    8 +++++---
 ...wl18xx_r8.a9.14.bb => wpa-supplicant-wl18xx.bb} |    8 ++++----
 ...-wl18xx_r8.a9.14.bb => ti-wifi-utils-wl18xx.bb} |    8 +++++---
 9 files changed, 35 insertions(+), 26 deletions(-)
 rename meta-arago-extras/recipes-bsp/ti-compat-wireless/{ti-compat-wireless-wl18xx_r8.a9.14.bb => ti-compat-wireless-wl18xx.bb} (93%)
 rename meta-arago-extras/recipes-bsp/wl18xx-firmware/{wl18xx-firmware_r8.a9.14.bb => wl18xx-firmware.bb} (86%)
 rename meta-arago-extras/recipes-connectivity/hostap/{hostap-daemon-wl18xx_r8.a9.14.bb => hostap-daemon-wl18xx.bb} (80%)
 rename meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/{wl18xx-target-scripts_r8.a9.14.bb => wl18xx-target-scripts.bb} (83%)
 rename meta-arago-extras/recipes-connectivity/wlconf/{wlconf_r8.a9.14.bb => wlconf.bb} (93%)
 rename meta-arago-extras/recipes-connectivity/wpa-supplicant/{wpa-supplicant-wl18xx_r8.a9.14.bb => wpa-supplicant-wl18xx.bb} (86%)
 rename meta-arago-extras/recipes-devtools/ti-wifi-utils/{ti-wifi-utils-wl18xx_r8.a9.14.bb => ti-wifi-utils-wl18xx.bb} (88%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [v3 WILINK R8.5 1/2] packagegroup-*-connectivity: Include iptables package
  2015-01-08 12:07 [v3 WILINK R8.5 0/2] Integration of R8.5 Karthik Ramanan
@ 2015-01-08 12:07 ` Karthik Ramanan
  2015-01-08 12:07 ` [v3 WILINK R8.5 2/2] wl18xx, bt-firmware: Update to R8.5 Karthik Ramanan
  2015-01-08 12:11 ` [v3 WILINK R8.5 0/2] Integration of R8.5 Reizer, Eyal
  2 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2015-01-08 12:07 UTC (permalink / raw)
  To: meta-arago

This is needed by the wilink test scripts that are included

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../packagegroup-arago-tisdk-connectivity.bb       |    3 ++-
 1 file changed, 2 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 f469fdd..08d2a4a 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 = "r30"
+PR = "r31"
 
 inherit packagegroup
 
@@ -25,6 +25,7 @@ WLAN_COMMON = "\
     hostap-daemon-wl18xx \
     ti-wifi-utils-wl18xx \
     wl18xx-target-scripts \
+    iptables \
 "
 
 # netperf has non-standard license, needs verifying
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [v3 WILINK R8.5 2/2] wl18xx, bt-firmware: Update to R8.5
  2015-01-08 12:07 [v3 WILINK R8.5 0/2] Integration of R8.5 Karthik Ramanan
  2015-01-08 12:07 ` [v3 WILINK R8.5 1/2] packagegroup-*-connectivity: Include iptables package Karthik Ramanan
@ 2015-01-08 12:07 ` Karthik Ramanan
  2015-01-08 12:11 ` [v3 WILINK R8.5 0/2] Integration of R8.5 Reizer, Eyal
  2 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2015-01-08 12:07 UTC (permalink / raw)
  To: meta-arago

Update tools, firmware and scripts to the R8.5 release

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |    4 ++--
 ...xx_r8.a9.14.bb => ti-compat-wireless-wl18xx.bb} |    6 +++---
 ...8xx-firmware_r8.a9.14.bb => wl18xx-firmware.bb} |    8 +++++---
 ...-wl18xx_r8.a9.14.bb => hostap-daemon-wl18xx.bb} |    8 ++++----
 ...cripts_r8.a9.14.bb => wl18xx-target-scripts.bb} |    8 +++++---
 .../wlconf/{wlconf_r8.a9.14.bb => wlconf.bb}       |    8 +++++---
 ...wl18xx_r8.a9.14.bb => wpa-supplicant-wl18xx.bb} |    8 ++++----
 ...-wl18xx_r8.a9.14.bb => ti-wifi-utils-wl18xx.bb} |    8 +++++---
 8 files changed, 33 insertions(+), 25 deletions(-)
 rename meta-arago-extras/recipes-bsp/ti-compat-wireless/{ti-compat-wireless-wl18xx_r8.a9.14.bb => ti-compat-wireless-wl18xx.bb} (93%)
 rename meta-arago-extras/recipes-bsp/wl18xx-firmware/{wl18xx-firmware_r8.a9.14.bb => wl18xx-firmware.bb} (86%)
 rename meta-arago-extras/recipes-connectivity/hostap/{hostap-daemon-wl18xx_r8.a9.14.bb => hostap-daemon-wl18xx.bb} (80%)
 rename meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/{wl18xx-target-scripts_r8.a9.14.bb => wl18xx-target-scripts.bb} (83%)
 rename meta-arago-extras/recipes-connectivity/wlconf/{wlconf_r8.a9.14.bb => wlconf.bb} (93%)
 rename meta-arago-extras/recipes-connectivity/wpa-supplicant/{wpa-supplicant-wl18xx_r8.a9.14.bb => wpa-supplicant-wl18xx.bb} (86%)
 rename meta-arago-extras/recipes-devtools/ti-wifi-utils/{ti-wifi-utils-wl18xx_r8.a9.14.bb => ti-wifi-utils-wl18xx.bb} (88%)

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 20db8da..f458b63 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,11 +11,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 RCONFLICTS_${PN} = "linux-firmware-wl12xx"
 RREPLACES_${PN}  = "linux-firmware-wl12xx"
 
-PR = "r6+gitr${SRCPV}"
+PR = "r7+gitr${SRCPV}"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|dra7xx-evm"
 
-SRCREV = "fbcab22449ce930a4192ffeb470c168f4e85e0c6"
+SRCREV = "46f6a1d0087bd9aac6e6cbae58ed9ee236e5f1b1"
 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 \
diff --git a/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb b/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx.bb
similarity index 93%
rename from meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb
rename to meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx.bb
index fd1b914..b21fca4 100644
--- a/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx.bb
@@ -9,13 +9,13 @@ LIC_FILES_CHKSUM = "file://../backports/COPYING;md5=d7810fab7487fb0aad327b76f1be
 
 RDEPENDS_${PN} = "wireless-tools"
 
-PV = "r8.a9.14"
+PV = "R8.5"
 inherit module
 
 PR = "${MACHINE_KERNEL_PR}+e+gitr${SRCPV}"
 
-# Tags: ol_r8.a9.14
-SRCREV_wl18xx = "3ccf4f9ff3fd5607f4d6e32fd84e2b3783532033"
+# Tags: R8.5
+SRCREV_wl18xx = "cb51164c672b1ecadef339b9f9b39e29ab706723"
 BRANCH_wl18xx = "ap_p2p"
 SRCREV_backports = "0d46f43a2f3ccdd53de19eee5b9c674bf8ef09a2"
 BRANCH_backports = "ap_dfs_mbss_all"
diff --git a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a9.14.bb b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb
similarity index 86%
rename from meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a9.14.bb
rename to meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb
index 45d4ea7..664782b 100644
--- a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware.bb
@@ -4,15 +4,17 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e"
 
 PACKAGE_ARCH = "all"
 
-PR = "r4+gitr${SRCPV}"
+PV = "R8.5"
+
+PR = "r5+gitr${SRCPV}"
 
 PROVIDES += "wl12xx-firmware"
 RPROVIDES_${PN} += "wl12xx-firmware"
 RREPLACES_${PN} += "wl12xx-firmware"
 RCONFLICTS_${PN} += "wl12xx-firmware"
 
-# Tag: ol_r8.a9.14
-SRCREV = "2568d8f61fd509eabb112110c20ea31c088ef6b9"
+# Tag: R8.5
+SRCREV = "02df01f8b9557b2cf920d14bdaaabde2373e3d7e"
 BRANCH = "ap_dfs"
 SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx_fw.git;protocol=git;branch=${BRANCH} \
            file://0001-Add-Makefile-for-SDK.patch \
diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb
similarity index 80%
rename from meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb
rename to meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb
index 3981b78..d67bf53 100644
--- a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb
@@ -12,11 +12,11 @@ FILESEXTRAPATHS_append := "${THISDIR}/hostap-daemon:"
 
 # Add TI to the end to make it clear that this is a TI customized version
 # of hostap
-PV = "2.0-devel-ti"
+PV = "R8.5-devel-ti"
 
-# Tag: ol_r8.a9.14
-SRCREV = "281f5adb8eb7ee9e9220546c0227696b02aab332"
-BRANCH = "single_hostap_dfs_dynamic"
+# Tag: R8.5
+SRCREV = "2710d0ae31fa2dc31f653f346a985268d8d7795c"
+BRANCH = "ap_p2p"
 
 PROVIDES += "hostap-daemon"
 RPROVIDES_${PN} += "hostap-daemon"
diff --git a/meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_r8.a9.14.bb b/meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts.bb
similarity index 83%
rename from meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_r8.a9.14.bb
rename to meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts.bb
index cdd8d16..89433e7 100644
--- a/meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts.bb
@@ -2,10 +2,12 @@ DESCRIPTION = "Scripts and configuration files for TI wireless drivers"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705"
 
-PR ="r4+gitr${SRCPV}"
+PV = "R8.5"
 
-# Tag: ol_r8.a9.14
-SRCREV = "f6c66162e75c6a31fa7142530534e4df8f1a7bed"
+PR ="r6+gitr${SRCPV}"
+
+# Tag: Almost R8.5
+SRCREV = "0e64b3096c3c05a53465cf4e09fa0a1c8cf54c60"
 BRANCH = "sitara-mbss"
 SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx-target-scripts.git;protocol=git;branch=${BRANCH}"
 
diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a9.14.bb b/meta-arago-extras/recipes-connectivity/wlconf/wlconf.bb
similarity index 93%
rename from meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a9.14.bb
rename to meta-arago-extras/recipes-connectivity/wlconf/wlconf.bb
index 02af7f6..71f191f 100644
--- a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf.bb
@@ -2,11 +2,13 @@ DESCRIPTION = "Configuration utility for TI wireless drivers"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438"
 
-PR ="r2"
+PV = "R8.5"
+
+PR ="r3"
 PR_append = "+gitr${SRCPV}"
 
-# Tag: ol_r8.a9.14
-SRCREV = "e014b59381f04b329fccd0ec18a5f2da7fa0fd63"
+# Tag: R8.5
+SRCREV = "dcf0800f30ba449cd7f3a20f8b3f4853dc829652"
 SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git"
 
 S = "${WORKDIR}/git/wlconf"
diff --git a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx_r8.a9.14.bb b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
similarity index 86%
rename from meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx_r8.a9.14.bb
rename to meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
index 203364f..efdf0d0 100644
--- a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
@@ -10,13 +10,13 @@ LIC_FILES_CHKSUM = "file://../COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e \
 
 FILESEXTRAPATHS_append := "${THISDIR}/wpa-supplicant:"
 
-# Tag: ol_r8.a9.14
-SRCREV = "281f5adb8eb7ee9e9220546c0227696b02aab332"
-BRANCH = "single_hostap_dfs_dynamic"
+# Tag: R8.5
+SRCREV = "2710d0ae31fa2dc31f653f346a985268d8d7795c"
+BRANCH = "ap_p2p"
 PR_append = "c+gitr${SRCPV}"
 
 # Add ti to the PV to indicate that this is a TI modify version of wpa-supplicant.
-PV = "2.0-devel-ti"
+PV = "R8.5-devel-ti"
 
 PROVIDES += "wpa-supplicant"
 RPROVIDES_${PN}  += "wpa-supplicant"
diff --git a/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a9.14.bb b/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx.bb
similarity index 88%
rename from meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a9.14.bb
rename to meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx.bb
index f74c2f9..b6aee3f 100644
--- a/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a9.14.bb
+++ b/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx.bb
@@ -5,10 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
 DEPENDS = "libnl"
 RDEPENDS_${PN} = "wl18xx-firmware"
 
-PR ="r2+gitr${SRCPV}"
+PV = "R8.5"
 
-#Tag: ol_r8.a9.14
-SRCREV = "e014b59381f04b329fccd0ec18a5f2da7fa0fd63"
+PR ="r3+gitr${SRCPV}"
+
+#Tag: R8.5
+SRCREV = "dcf0800f30ba449cd7f3a20f8b3f4853dc829652"
 SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git \
 "
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [v3 WILINK R8.5 0/2] Integration of R8.5
  2015-01-08 12:07 [v3 WILINK R8.5 0/2] Integration of R8.5 Karthik Ramanan
  2015-01-08 12:07 ` [v3 WILINK R8.5 1/2] packagegroup-*-connectivity: Include iptables package Karthik Ramanan
  2015-01-08 12:07 ` [v3 WILINK R8.5 2/2] wl18xx, bt-firmware: Update to R8.5 Karthik Ramanan
@ 2015-01-08 12:11 ` Reizer, Eyal
  2 siblings, 0 replies; 4+ messages in thread
From: Reizer, Eyal @ 2015-01-08 12:11 UTC (permalink / raw)
  To: R, Karthik, meta-arago

Hi Karthik,

ACK. v3 Looks good to me.

Best Regards,
Eyal

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of R, Karthik
> Sent: Thursday, January 08, 2015 2:07 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [v3 WILINK R8.5 0/2] Integration of R8.5
> 
> This patch set integrates R8.5 Wilink release along with the required
> dependencies.
> 
> Changes from v2:
>  * Fixed an offline comment from Eyal/Yaniv to move the
>    commit of wl18xx-target-scripts to a few commits below
>    R8.5 tag. This addresses the issue with running the
>    script /usr/share/wl18xx/ap_start.sh
> 
> Changes from v1:
>  * Added PV for all the recipes
>  * Verified with the latest kernel that includes the probe
>    deferral fix
> 
> 
> Karthik Ramanan (2):
>   packagegroup-*-connectivity: Include iptables package
>   wl18xx, bt-firmware: Update to R8.5
> 
>  .../packagegroup-arago-tisdk-connectivity.bb       |    3 ++-
>  .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |    4 ++--
>  ...xx_r8.a9.14.bb => ti-compat-wireless-wl18xx.bb} |    6 +++---
>  ...8xx-firmware_r8.a9.14.bb => wl18xx-firmware.bb} |    8 +++++---
>  ...-wl18xx_r8.a9.14.bb => hostap-daemon-wl18xx.bb} |    8 ++++----
>  ...cripts_r8.a9.14.bb => wl18xx-target-scripts.bb} |    8 +++++---
>  .../wlconf/{wlconf_r8.a9.14.bb => wlconf.bb}       |    8 +++++---
>  ...wl18xx_r8.a9.14.bb => wpa-supplicant-wl18xx.bb} |    8 ++++----
>  ...-wl18xx_r8.a9.14.bb => ti-wifi-utils-wl18xx.bb} |    8 +++++---
>  9 files changed, 35 insertions(+), 26 deletions(-)  rename meta-arago-
> extras/recipes-bsp/ti-compat-wireless/{ti-compat-wireless-
> wl18xx_r8.a9.14.bb => ti-compat-wireless-wl18xx.bb} (93%)  rename meta-
> arago-extras/recipes-bsp/wl18xx-firmware/{wl18xx-firmware_r8.a9.14.bb =>
> wl18xx-firmware.bb} (86%)  rename meta-arago-extras/recipes-
> connectivity/hostap/{hostap-daemon-wl18xx_r8.a9.14.bb => hostap-daemon-
> wl18xx.bb} (80%)  rename meta-arago-extras/recipes-connectivity/wl18xx-
> target-scripts/{wl18xx-target-scripts_r8.a9.14.bb => wl18xx-target-scripts.bb}
> (83%)  rename meta-arago-extras/recipes-
> connectivity/wlconf/{wlconf_r8.a9.14.bb => wlconf.bb} (93%)  rename meta-
> arago-extras/recipes-connectivity/wpa-supplicant/{wpa-supplicant-
> wl18xx_r8.a9.14.bb => wpa-supplicant-wl18xx.bb} (86%)  rename meta-arago-
> extras/recipes-devtools/ti-wifi-utils/{ti-wifi-utils-wl18xx_r8.a9.14.bb => ti-wifi-
> utils-wl18xx.bb} (88%)
> 
> --
> 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:[~2015-01-08 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08 12:07 [v3 WILINK R8.5 0/2] Integration of R8.5 Karthik Ramanan
2015-01-08 12:07 ` [v3 WILINK R8.5 1/2] packagegroup-*-connectivity: Include iptables package Karthik Ramanan
2015-01-08 12:07 ` [v3 WILINK R8.5 2/2] wl18xx, bt-firmware: Update to R8.5 Karthik Ramanan
2015-01-08 12:11 ` [v3 WILINK R8.5 0/2] Integration of R8.5 Reizer, Eyal

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.