]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/commitdiff
build_wl18xx: fixed verify pattern for filesystem skeleton where file-5.14 introduced... 2
authorFabiano Kovalski <fabianogk@gmail.com>
Tue, 24 Mar 2015 17:35:54 +0000 (13:35 -0400)
committerFabiano Kovalski <fabianogk@gmail.com>
Tue, 24 Mar 2015 17:37:38 +0000 (13:37 -0400)
    file-5.09: ELF 32-bit LSB executable, ARM, ...
    file-5.14: ELF 32-bit LSB  executable, ARM, ...

Signed-off-by: Fabiano Kovalski <fabianogk@gmail.com>
build_wl18xx.sh

index 20aa64e09dc6943376737de9b6146244dc9b28b6..f0e3003e773937253e9931087eb63d58687cfc46 100755 (executable)
@@ -599,15 +599,15 @@ function set_files_to_verify()
 
         `path filesystem`/usr/local/sbin/wpa_supplicant
         `repo_path hostap`/wpa_supplicant/wpa_supplicant
-        "ELF 32-bit LSB executable, ARM"
+        "ELF 32-bit LSB[ ]*executable, ARM"
 
         `path filesystem`/usr/local/bin/hostapd
         `repo_path hostap`/hostapd/hostapd
-        "ELF 32-bit LSB executable, ARM"
+        "ELF 32-bit LSB[ ]*executable, ARM"
 
         `path filesystem`/sbin/crda
         `repo_path crda`/crda
-        "ELF 32-bit LSB executable, ARM"
+        "ELF 32-bit LSB[ ]*executable, ARM"
 
         `path filesystem`/usr/lib/crda/regulatory.bin
         `repo_path wireless_regdb`/regulatory.bin
@@ -619,19 +619,19 @@ function set_files_to_verify()
 
         `path filesystem`/lib/modules/$KERNEL_VERSION.$KERNEL_PATCHLEVEL.*/updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko
         `path compat_wireless`/drivers/net/wireless/ti/wl18xx/wl18xx.ko
-        "ELF 32-bit LSB relocatable, ARM"
+        "ELF 32-bit LSB[ ]*relocatable, ARM"
 
         `path filesystem`/lib/modules/$KERNEL_VERSION.$KERNEL_PATCHLEVEL.*/updates/drivers/net/wireless/ti/wlcore/wlcore.ko
         `path compat_wireless`/drivers/net/wireless/ti/wlcore/wlcore.ko
-        "ELF 32-bit LSB relocatable, ARM"
+        "ELF 32-bit LSB[ ]*relocatable, ARM"
 
         #`path filesystem`/usr/bin/calibrator
         #`repo_path ti_utils`/calibrator
-        #"ELF 32-bit LSB executable, ARM"
+        #"ELF 32-bit LSB[ ]*executable, ARM"
 
         `path filesystem`/usr/sbin/wlconf/wlconf
         `repo_path ti_utils`/wlconf/wlconf
-        "ELF 32-bit LSB executable, ARM"
+        "ELF 32-bit LSB[ ]*executable, ARM"
         )
 }