summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c4b4d19)
raw | patch | inline | side by side (parent: c4b4d19)
author | Yaniv Machani <yanivma@ti.com> | |
Thu, 3 Dec 2015 21:55:12 +0000 (13:55 -0800) | ||
committer | Yaniv Machani <yanivma@ti.com> | |
Thu, 3 Dec 2015 21:55:12 +0000 (13:55 -0800) |
changed path to match the modules location when building intree
Signed-off-by: Yaniv Machani <yanivma@ti.com>
Signed-off-by: Yaniv Machani <yanivma@ti.com>
build_wl18xx.sh | patch | blob | history |
diff --git a/build_wl18xx.sh b/build_wl18xx.sh
index 240ad7bdcfeaebd824804b8bc97c03b9e99a7bd7..add9e928cdf0727df17962a728733f5d0b6711f1 100755 (executable)
--- a/build_wl18xx.sh
+++ b/build_wl18xx.sh
`repo_path ti_utils`/wlconf/wlconf
"ELF 32-bit LSB[ ]*executable, ARM"
)
+
+ [ -z $INTREE ] && files_to_verify=(
+ # skeleton path
+ # source path
+ # pattern in output of file
+
+ `path filesystem`/usr/local/sbin/wpa_supplicant
+ `repo_path hostap`/wpa_supplicant/wpa_supplicant
+ "ELF 32-bit LSB[ ]*executable, ARM"
+
+ `path filesystem`/usr/local/bin/hostapd
+ `repo_path hostap`/hostapd/hostapd
+ "ELF 32-bit LSB[ ]*executable, ARM"
+
+ `path filesystem`/sbin/crda
+ `repo_path crda`/crda
+ "ELF 32-bit LSB[ ]*executable, ARM"
+
+ `path filesystem`/usr/lib/crda/regulatory.bin
+ `repo_path wireless_regdb`/regulatory.bin
+ "CRDA wireless regulatory database file"
+
+ `path filesystem`/lib/firmware/ti-connectivity/wl18xx-fw-4.bin
+ `repo_path fw_download`/wl18xx-fw-4.bin
+ "data"
+
+ `path filesystem`/lib/modules/$KERNEL_VERSION.$KERNEL_PATCHLEVEL.*/kernel/drivers/net/wireless/ti/wl18xx/wl18xx.ko
+ `repo_path driver`/drivers/net/wireless/ti/wl18xx/wl18xx.ko
+ "ELF 32-bit LSB[ ]*relocatable, ARM"
+
+ `path filesystem`/lib/modules/$KERNEL_VERSION.$KERNEL_PATCHLEVEL.*/kernel/drivers/net/wireless/ti/wlcore/wlcore.ko
+ `repo_path driver`/drivers/net/wireless/ti/wlcore/wlcore.ko
+ "ELF 32-bit LSB[ ]*relocatable, ARM"
+
+ #`path filesystem`/usr/bin/calibrator
+ #`repo_path ti_utils`/calibrator
+ #"ELF 32-bit LSB[ ]*executable, ARM"
+
+ `path filesystem`/usr/sbin/wlconf/wlconf
+ `repo_path ti_utils`/wlconf/wlconf
+ "ELF 32-bit LSB[ ]*executable, ARM"
+ )
+
}
function get_tag()