summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-firmware
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-06-15 15:53:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:14 +0100
commit462c7ff92b41ba94f23d04850f19c182fa7862f6 (patch)
treeb1f72989f0daf8580746038c20a81c0085f283db /meta/recipes-kernel/linux-firmware
parentfd8e632832eb9e0712b2869a3625821aef9cb7e4 (diff)
downloadpoky-462c7ff92b41ba94f23d04850f19c182fa7862f6.tar.gz
linux-firmware: Avoid a dependency on python-core
Remove the check_whence.py script since it is only needed to validate the WHENCE file, and only if explicitly running `make check`. (From OE-Core rev: 1fc4d5a31f05970d8d80b0106ea81d486f298e33) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 4558dafdac..53089f2767 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -210,6 +210,9 @@ do_install() {
210 # Remove pointless bash script 210 # Remove pointless bash script
211 rm ${D}${nonarch_base_libdir}/firmware/configure 211 rm ${D}${nonarch_base_libdir}/firmware/configure
212 212
213 # Remove python script used to check the WHENCE file
214 rm ${D}${nonarch_base_libdir}/firmware/check_whence.py
215
213 # Libertas sd8686 216 # Libertas sd8686
214 ln -sf libertas/sd8686_v9.bin ${D}${nonarch_base_libdir}/firmware/sd8686.bin 217 ln -sf libertas/sd8686_v9.bin ${D}${nonarch_base_libdir}/firmware/sd8686.bin
215 ln -sf libertas/sd8686_v9_helper.bin ${D}${nonarch_base_libdir}/firmware/sd8686_helper.bin 218 ln -sf libertas/sd8686_v9_helper.bin ${D}${nonarch_base_libdir}/firmware/sd8686_helper.bin