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)

(From OE-Core rev: a933bd65e7a02e1faa9dc83c04cefd8205f05421)

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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2017-06-15 15:53:06 +02:00 committed by Richard Purdie
parent c89e7747aa
commit 0f271a5eb9
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ do_install() {
# Remove pointless bash script
rm ${D}${nonarch_base_libdir}/firmware/configure
# Remove python script used to check the WHENCE file
rm ${D}${nonarch_base_libdir}/firmware/check_whence.py
# Libertas sd8686
ln -sf libertas/sd8686_v9.bin ${D}${nonarch_base_libdir}/firmware/sd8686.bin
ln -sf libertas/sd8686_v9_helper.bin ${D}${nonarch_base_libdir}/firmware/sd8686_helper.bin