Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Monk, Roger > Sent: Wednesday, October 09, 2013 7:58 PM > To: [email protected] > Subject: [meta-arago] [PATCH 06/11] ti-connectivity/hostap-daemon-wl18xx: > Add Wilink8 r8.a7.02 > > * 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 | 43 > ++++++++++++++++++++ > .../hostap/hostap-daemon-wl18xx_r8.a7.02.bb | 25 ++++++++++++ > 2 files changed, 68 insertions(+) > create mode 100644 meta-arago-extras/recipes-connectivity/hostap/hostap- > daemon-wl18xx-r8.a7.02/0001-hostapd-change-conf-file-for-better-oob- > startup.patch > create mode 100644 meta-arago-extras/recipes-connectivity/hostap/hostap- > daemon-wl18xx_r8.a7.02.bb > > diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon- > wl18xx-r8.a7.02/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 > new file mode 100644 > index 0000000..a355d8b > --- /dev/null > +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx > +++ -r8.a7.02/0001-hostapd-change-conf-file-for-better-oob-startup.patch > @@ -0,0 +1,43 @@ > +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 > +meaningful name. > + > +Upstream-status: inappropriate [SDK specific patch] > + > +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 > +9001d16..a871977 100644 > +--- a/hostapd/hostapd.conf > ++++ b/hostapd/hostapd.conf > +@@ -83,7 +83,7 @@ ctrl_interface_group=0 ##### IEEE 802.11 related > +configuration ####################################### > + > + # SSID to be used in IEEE 802.11 management frames -ssid=test > ++ssid=TexasInstruments_0001 > + # 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. > +-channel=1 > ++channel=6 > + > + # Automatic channel selection (ACS) whitelist # (default: not set) > +-- > +1.7.9.5 > + > diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon- > wl18xx_r8.a7.02.bb b/meta-arago-extras/recipes-connectivity/hostap/hostap- > daemon-wl18xx_r8.a7.02.bb > new file mode 100644 > index 0000000..734a798 > --- /dev/null > +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx > +++ _r8.a7.02.bb > @@ -0,0 +1,25 @@ > +# This is a TI specific version of the hostap-daemon recipe for use > +with the # wl18xx wlan and bluetooth module. > + > +require hostap.inc > + > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = > "file://../COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e" > + > +COMPATIBLE_MACHINE = "(omap-a15)" > + > +PR_append = "c+gitr${SRCPV}" > + > +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" > + > +# Tag: ol_r8.a7.02 > +SRCREV = "4dda294a5186f3efb437ae0898a6df71655843ef" > + > +PROVIDES += "hostap-daemon" > +RPROVIDES_${PN} += "hostap-daemon" > +RREPLACES_${PN} += "hostap-daemon" > +RCONFLICTS_${PN} += "hostap-daemon" > -- > 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
