Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of R, Karthik > Sent: Wednesday, September 03, 2014 7:41 AM > To: [email protected] > Subject: [meta-arago] [for dora] [PATCH v2 08/12] wl18xx-target-scripts : > Add new WiFi related scripts > > From: Yaniv Machani <[email protected]> > > 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]> > Signed-off-by: Denys Dmytriyenko <[email protected]> > Tested-by: Karthik Ramanan <[email protected]> > --- > .../packagegroup-arago-tisdk-connectivity.bb | 3 ++- > .../wl18xx-target-scripts_r8.a9.14.bb | 25 > ++++++++++++++++++++++ > 2 files changed, 27 insertions(+), 1 deletion(-) 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..fa82e7e > --- 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 > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install wireless packages into the target FS" > LICENSE = "MIT" > -PR = "r24" > +PR = "r25" > > inherit packagegroup > > @@ -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=b8d6a0865f50159bf5c0d175d1 > f4a705" > + > +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 > +} > + > -- > 2.0.1 > > _______________________________________________ > 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
