> -----Original Message-----
> From: [email protected] [mailto:meta-arago-
> [email protected]] On Behalf Of Machani, Yaniv
> Sent: Wednesday, July 16, 2014 5:29 AM
> To: [email protected]
> Subject: [meta-arago] [PATCH 5/5 v2] wl18xx-target-scripts : Add new WiFi
> related scripts
> 
> 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 <[email protected]>
> ---
> V2 Changes
>     - Fixed mode change
>     - Fixed semantics for proper install
> 
>  .../packagegroup-arago-tisdk-connectivity.bb       |    1 +
>  .../wl18xx-target-scripts_r8.a9.14.bb              |   25 
> ++++++++++++++++++++
>  2 files changed, 26 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-ti
> +++ sdk-connectivity.bb
[Franklin] Bump the PR
> @@ -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..8ba0092
> --- /dev/null
> +++ b/meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18x
> +++ x-target-scripts_r8.a9.14.bb
> @@ -0,0 +1,25 @@
> +DESCRIPTION = "Scripts and configuration files for TI wireless drivers"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM =
> "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4
> a705"
> +
> +PR ="r1+gitr${SRCPV}"
> +
> +# 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"
> +
> +FILES_${PN} += "${datadir}/wl18xx/"
> +
> +do_install() {
> +     install -d ${D}${datadir}/wl18xx/
> +
> +     scripts=`find ./ -type f -name "*\.sh"`
> +     for s in $scripts
> +     do
> +             install -m 0755 $s ${D}${datadir}/wl18xx/
> +     done
> +}
> +
> --
> 1.7.9
> 
> _______________________________________________
> 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

Reply via email to