All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Yaniv Machani <yanivma@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 2/5] hostap-daemon-wl18xx: Update recipe to ol_r8.a9.14 version
Date: Mon, 14 Jul 2014 15:35:34 -0400	[thread overview]
Message-ID: <20140714193534.GQ15788@edge> (raw)
In-Reply-To: <1405350249-15037-3-git-send-email-yanivma@ti.com>

On Mon, Jul 14, 2014 at 06:04:06PM +0300, Yaniv Machani wrote:
>     - Changed git sources to git.ti.com
>     - Updated Defconfig.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  ...8.a8.10.bb => hostap-daemon-wl18xx_r8.a9.14.bb} |    8 ++++----
>  .../hostap/hostap-daemon/defconfig                 |    2 +-
>  .../recipes-connectivity/hostap/hostap.inc         |    7 +++----
>  3 files changed, 8 insertions(+), 9 deletions(-)
>  rename meta-arago-extras/recipes-connectivity/hostap/{hostap-daemon-wl18xx_r8.a8.10.bb => hostap-daemon-wl18xx_r8.a9.14.bb} (79%)
>  mode change 100644 => 100755
>  mode change 100644 => 100755 meta-arago-extras/recipes-connectivity/hostap/hostap.inc

Please don't make recipes executable, i.e. don't change the mode.


> 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.a9.14.bb
> old mode 100644
> new mode 100755
> similarity index 79%
> rename from meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb
> rename to meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb
> index cd5d8d3..3981b78
> --- 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.a9.14.bb
> @@ -6,7 +6,7 @@ require hostap.inc
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://../COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e"
>  
> -PR_append = "b+gitr${SRCPV}"
> +PR_append = "c+gitr${SRCPV}"
>  
>  FILESEXTRAPATHS_append := "${THISDIR}/hostap-daemon:"
>  
> @@ -14,9 +14,9 @@ FILESEXTRAPATHS_append := "${THISDIR}/hostap-daemon:"
>  # of hostap
>  PV = "2.0-devel-ti"
>  
> -# Tag: ol_r8.a8.10
> -SRCREV = "257ab333aad993b4be81808524bc0d939c276058"
> -BRANCH = "mbss_suspend"
> +# Tag: ol_r8.a9.14
> +SRCREV = "281f5adb8eb7ee9e9220546c0227696b02aab332"
> +BRANCH = "single_hostap_dfs_dynamic"
>  
>  PROVIDES += "hostap-daemon"
>  RPROVIDES_${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
> old mode 100644
> new mode 100755
> index 15e82d5..180fc01
> --- 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=.. \

Please also don't forget to remove the old patch, if it's no longer used.


> +SRC_URI = "git://git.ti.com/wilink8-wlan/hostap.git;protocol=git;branch=${BRANCH} \
>             file://defconfig \
>  	       file://init"
>  
> -- 
> 1.7.9
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-07-14 19:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14 15:04 [PATCH 0/5] updated wl18xx patch set to support latest release Yaniv Machani
2014-07-14 15:04 ` [PATCH 1/5] wpa-supplicant-wl18xx: Update recipe to ol_r8.a9.14 version Yaniv Machani
2014-07-14 20:03   ` Denys Dmytriyenko
2014-07-14 15:04 ` [PATCH 2/5] hostap-daemon-wl18xx: " Yaniv Machani
2014-07-14 19:35   ` Denys Dmytriyenko [this message]
2014-07-14 15:04 ` [PATCH 3/5] wl18xx : update to ol_r8.a9.14 Yaniv Machani
2014-07-14 19:36   ` Denys Dmytriyenko
2014-07-14 15:04 ` [PATCH 4/5] Wl18xx : recipes update - tag changed " Yaniv Machani
2014-07-14 15:04 ` [PATCH 5/5] wl18xx-target-scripts : Add new WiFi related scripts Yaniv Machani
2014-07-14 19:39   ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140714193534.GQ15788@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=yanivma@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.