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 5/5] wl18xx-target-scripts : Add new WiFi related scripts
Date: Mon, 14 Jul 2014 15:39:52 -0400	[thread overview]
Message-ID: <20140714193952.GS15788@edge> (raw)
In-Reply-To: <1405350249-15037-6-git-send-email-yanivma@ti.com>

On Mon, Jul 14, 2014 at 06:04:09PM +0300, Yaniv Machani wrote:
> New scripts to ease the use of wifi modes-
>  Start/Stop - Station, AP, P2P and Multi Role.
>  Station connection scripts.
>  Driver load/unload.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../packagegroup-arago-tisdk-connectivity.bb       |    1 +
>  .../wl18xx-target-scripts_r8.a9.14.bb              |   24 ++++++++++++++++++++
>  2 files changed, 25 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
>  create mode 100755 meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_r8.a9.14.bb
> 
> 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
> old mode 100644
> new mode 100755
> index 7b3480c..4b8fb00
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
> @@ -24,6 +24,7 @@ WLAN_COMMON = "\
>      crda \
>      hostap-daemon-wl18xx \
>      ti-wifi-utils-wl18xx \
> +    wl18xx-target-scripts \
>  "
>  
>  # netperf has non-standard license, needs verifying
> 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_r8.a9.14.bb
> new file mode 100755
> index 0000000..404b7f6
> --- /dev/null
> +++ b/meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_r8.a9.14.bb
> @@ -0,0 +1,24 @@
> +DESCRIPTION = "Scripts and configuration files for TI wireless drivers"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705"
> +
> +PR ="r1"
> +PR_append = "+gitr${SRCPV}"

Can be a single assignment of PR variable instead of 2.


> +
> +# Tag: ol_r8.a9.14
> +SRCREV = "4d9f47235501fb2c665b6336a54e0ba152e8e941"
> +BRANCH = "sitara-mbss"
> +SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx-target-scripts.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +
> +do_install() {
> +	install -d ${D}/usr/share/wl18xx/
> +
> +    scripts=`find ./ -type f -name "*\.sh"`
> +    for s in $scripts
> +    do
> +        install -m 0755 $s ${D}/usr/share/wl18xx/
> +    done

Looks like there's some indentation problem in do_install function - the first 
line is indented differently. Make sure to use consistent indentation - either 
tabs or spaces for shell functions and only spaces for python functions.

Also, please use ${datadir} instead ofhardcoding /usr/share


> +}
> -- 
> 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:39 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
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 [this message]

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=20140714193952.GS15788@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.