diff options
Diffstat (limited to 'meta-ti-bsp/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb')
| -rw-r--r-- | meta-ti-bsp/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb b/meta-ti-bsp/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb new file mode 100644 index 00000000..2a44fa84 --- /dev/null +++ b/meta-ti-bsp/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Scripts and configuration files for TI wireless drivers" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705" | ||
| 4 | |||
| 5 | # Tag: R8.7_SP3 (8.7.3) | ||
| 6 | SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" | ||
| 7 | BRANCH = "sitara-scripts" | ||
| 8 | SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx-target-scripts.git;protocol=git;branch=${BRANCH} \ | ||
| 9 | file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | PR = "r1" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | FILES:${PN} += "${datadir}/wl18xx/" | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | install -d ${D}${datadir}/wl18xx/ | ||
| 20 | |||
| 21 | scripts=`find ./* -type f -name "*.*"` | ||
| 22 | for s in $scripts | ||
| 23 | do | ||
| 24 | install -m 0755 $s ${D}${datadir}/wl18xx/ | ||
| 25 | done | ||
| 26 | } | ||
