* Add v r8.a7.02 engineering release hostap daemon
   * This release supports the omap-a15 devices (omap5-evm/dra7-evm) with ES 
2.1 WL8
      * OMAP5432 UEVMs with the following SKU contain ES2.1 Wilink8 TDK 18xx 
module
      * OMAP5432x-xx-x1-xx
   * Rebase config patch to match new release (which configures default SSID 
and channel)
   * Bump PR

Signed-off-by: Roger Monk <[email protected]>
---
 ...d-change-conf-file-for-better-oob-startup.patch |   21 +++++++++++---------
 ...8.a6.01.bb => hostap-daemon-wl18xx_r8.a7.02.bb} |    8 +++++---
 2 files changed, 17 insertions(+), 12 deletions(-)
 copy meta-arago-extras/recipes-connectivity/hostap/{hostap-daemon-r5.sp4.01 => 
hostap-daemon-wl18xx-r8.a7.02}/0001-hostapd-change-conf-file-for-better-oob-startup.patch
 (67%)
 copy 
meta-arago-extras/recipes-connectivity/hostap/{hostap-daemon-wl18xx_r8.a6.01.bb 
=> hostap-daemon-wl18xx_r8.a7.02.bb} (79%)

diff --git 
a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-r5.sp4.01/0001-hostapd-change-conf-file-for-better-oob-startup.patch
 
b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx-r8.a7.02/0001-hostapd-change-conf-file-for-better-oob-startup.patch
similarity index 67%
copy from 
meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-r5.sp4.01/0001-hostapd-change-conf-file-for-better-oob-startup.patch
copy to 
meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx-r8.a7.02/0001-hostapd-change-conf-file-for-better-oob-startup.patch
index 562970e..a355d8b 100644
--- 
a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-r5.sp4.01/0001-hostapd-change-conf-file-for-better-oob-startup.patch
+++ 
b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx-r8.a7.02/0001-hostapd-change-conf-file-for-better-oob-startup.patch
@@ -1,6 +1,6 @@
-From 66b55f187843bca53cb3b7ef9c8fcd434a72f768 Mon Sep 17 00:00:00 2001
-From: Eyal Reizer <[email protected]>
-Date: Thu, 21 Feb 2013 03:55:22 -0800
+From 5aa31444740dff3d3f6f93c5f9361019873d0737 Mon Sep 17 00:00:00 2001
+From: Roger Monk <[email protected]>
+Date: Tue, 3 Sep 2013 12:26:48 +0100
 Subject: [PATCH] hostapd: change conf file for better sdk out of box startup
 
 Change the default channel to 6 and change the ssid to a more
@@ -8,13 +8,16 @@ meaningful name.
 
 Upstream-status: inappropriate [SDK specific patch]
 
-Signed-off-by: Eyal Reizer <[email protected]>
+Copied from Eyal Reizer Patch from r8.a6.01, updated patch for
+latest version for conf file.
+
+Signed-off-by: Roger Monk <[email protected]>
 ---
  hostapd/hostapd.conf |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf
-index f71a881..00843aa 100644
+index 9001d16..a871977 100644
 --- a/hostapd/hostapd.conf
 +++ b/hostapd/hostapd.conf
 @@ -83,7 +83,7 @@ ctrl_interface_group=0
@@ -23,10 +26,10 @@ index f71a881..00843aa 100644
  # SSID to be used in IEEE 802.11 management frames
 -ssid=test
 +ssid=TexasInstruments_0001
- 
- # Country code (ISO/IEC 3166-1). Used to set regulatory domain.
- # Set as needed to indicate country in which device is operating.
-@@ -107,7 +107,7 @@ hw_mode=g
+ # Alternative formats for configuring SSID
+ # (double quoted string, hexdump, printf-escaped string)
+ #ssid2="test"
+@@ -112,7 +112,7 @@ hw_mode=g
  # channel will need to be configured separately with iwconfig.
  # When set to 0, automatic channel selection will be engaged. A channel
  # will be selected from the desired hw_mode.
diff --git 
a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a6.01.bb
 
b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a7.02.bb
similarity index 79%
copy from 
meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a6.01.bb
copy to 
meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a7.02.bb
index e232b32..734a798 100644
--- 
a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a6.01.bb
+++ 
b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a7.02.bb
@@ -6,7 +6,9 @@ require hostap.inc
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e"
 
-PR_append = "b+gitr${SRCPV}"
+COMPATIBLE_MACHINE = "(omap-a15)"
+
+PR_append = "c+gitr${SRCPV}"
 
 FILESEXTRAPATHS_append := "${THISDIR}/hostap-daemon:"
 
@@ -14,8 +16,8 @@ FILESEXTRAPATHS_append := "${THISDIR}/hostap-daemon:"
 # of hostap
 PV = "2.0-devel-ti"
 
-# Tag: ol_r8.a6.01
-SRCREV = "7190ff7dbd43243290b626068ded0d61c5019050"
+# Tag: ol_r8.a7.02
+SRCREV = "4dda294a5186f3efb437ae0898a6df71655843ef"
 
 PROVIDES += "hostap-daemon"
 RPROVIDES_${PN} += "hostap-daemon"
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to