From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id C5BC352AC0 for ; Tue, 2 Sep 2014 10:55:13 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id s82AtD7v019884 for ; Tue, 2 Sep 2014 05:55:13 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s82AtD2e032104 for ; Tue, 2 Sep 2014 05:55:13 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.174.1; Tue, 2 Sep 2014 05:55:12 -0500 Received: from swubn01.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s82AsrZH026077; Tue, 2 Sep 2014 05:55:11 -0500 From: Karthik Ramanan To: Date: Tue, 2 Sep 2014 16:24:36 +0530 Message-ID: <1409655283-4899-6-git-send-email-a0393906@ti.com> X-Mailer: git-send-email 2.0.1 In-Reply-To: <1409655283-4899-1-git-send-email-a0393906@ti.com> References: <1409655283-4899-1-git-send-email-a0393906@ti.com> MIME-Version: 1.0 Subject: [PATCH 05/12] hostap-daemon-wl18xx: Update recipe to ol_r8.a9.14 version X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 10:55:14 -0000 Content-Type: text/plain From: Yaniv Machani - Changed git sources to git.ti.com - Updated Defconfig. Signed-off-by: Yaniv Machani Signed-off-by: Denys Dmytriyenko Tested-by: Karthik Ramanan --- .../hostap/hostap-daemon-wl18xx_r8.a8.10.bb | 24 ---------------------- .../hostap/hostap-daemon-wl18xx_r8.a9.14.bb | 24 ++++++++++++++++++++++ .../hostap/hostap-daemon/defconfig | 2 +- .../recipes-connectivity/hostap/hostap.inc | 7 +++---- 4 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb create mode 100644 meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb deleted file mode 100644 index cd5d8d3..0000000 --- a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb +++ /dev/null @@ -1,24 +0,0 @@ -# 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" - -PR_append = "b+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.a8.10 -SRCREV = "257ab333aad993b4be81808524bc0d939c276058" -BRANCH = "mbss_suspend" - -PROVIDES += "hostap-daemon" -RPROVIDES_${PN} += "hostap-daemon" -RREPLACES_${PN} += "hostap-daemon" -RCONFLICTS_${PN} += "hostap-daemon" 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_r8.a9.14.bb new file mode 100644 index 0000000..3981b78 --- /dev/null +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb @@ -0,0 +1,24 @@ +# 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" + +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.a9.14 +SRCREV = "281f5adb8eb7ee9e9220546c0227696b02aab332" +BRANCH = "single_hostap_dfs_dynamic" + +PROVIDES += "hostap-daemon" +RPROVIDES_${PN} += "hostap-daemon" +RREPLACES_${PN} += "hostap-daemon" +RCONFLICTS_${PN} += "hostap-daemon" diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon/defconfig b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon/defconfig index ccc0996..3ee35bc 100644 --- a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon/defconfig +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon/defconfig @@ -52,7 +52,7 @@ CONFIG_LIBNL32=y # This version is an experimental implementation based on IEEE 802.11w/D1.0 # draft and is subject to change since the standard has not yet been finalized. # Driver support is also needed for IEEE 802.11w. -#CONFIG_IEEE80211W=y +CONFIG_IEEE80211W=y # Integrated EAP server #CONFIG_EAP=y diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc index 15e82d5..180fc01 100644 --- a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc @@ -1,5 +1,5 @@ # This is a TI specific version of the hostap-daemon recipe for use with the -# wl12xx wlan and bluetooth module. +# wl18xx wlan module HOMEPAGE = "http://hostap.epitest.fi" DESCRIPTION = "User space daemon for extended IEEE 802.11 management" @@ -11,15 +11,14 @@ DEPENDS = "libnl openssl" # default DEFAULT_PREFERENCE = "-1" -PR = "r5" +PR = "r6" inherit update-rc.d INITSCRIPT_NAME="hostapd" CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" -SRC_URI = "git://github.com/TI-OpenLink/hostap.git;protocol=git;branch=${BRANCH} \ - file://0001-hostapd-change-conf-file-for-better-oob-startup.patch;patchdir=.. \ +SRC_URI = "git://git.ti.com/wilink8-wlan/hostap.git;protocol=git;branch=${BRANCH} \ file://defconfig \ file://init" -- 2.0.1