summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb22
1 files changed, 1 insertions, 21 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
index 0d1422cfca..f7198cb56a 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
@@ -208,27 +208,7 @@ do_compile() {
208} 208}
209 209
210do_install() { 210do_install() {
211 install -d ${D}${nonarch_base_libdir}/firmware/ 211 oe_runmake 'DESTDIR=${D}' install
212 cp -r * ${D}${nonarch_base_libdir}/firmware/
213
214 # Avoid Makefile to be deployed
215 rm ${D}${nonarch_base_libdir}/firmware/Makefile
216
217 # Remove unbuild firmware which needs cmake and bash
218 rm ${D}${nonarch_base_libdir}/firmware/carl9170fw -rf
219
220 # Remove pointless bash script
221 rm ${D}${nonarch_base_libdir}/firmware/configure
222
223 # Remove python script used to check the WHENCE file
224 rm ${D}${nonarch_base_libdir}/firmware/check_whence.py
225
226 # Libertas sd8686
227 ln -sf libertas/sd8686_v9.bin ${D}${nonarch_base_libdir}/firmware/sd8686.bin
228 ln -sf libertas/sd8686_v9_helper.bin ${D}${nonarch_base_libdir}/firmware/sd8686_helper.bin
229
230 # fixup wl12xx location, after 2.6.37 the kernel searches a different location for it
231 ( cd ${D}${nonarch_base_libdir}/firmware ; ln -sf ti-connectivity/* . )
232} 212}
233 213
234 214