summaryrefslogtreecommitdiff
path: root/recipes-kernel/backports/backports_5.4.bb
AgeCommit message (Collapse)Author
2020-04-15backports: fix loading rtl8188eu for colibri-imx8xOleksandr Suvorov
With common depmod config file, the backported rtl8188eu driver tries to load for Realtek 8188EU USB devices. On the other hand, on-module Wi-Fi chip loads built-in mwifiex_pcie driver. This driver uses cfg80211 built-in module. Backported rtl8188eu driver can't use built-in cfg80211 module, so to allow using Realtek 8188EU USB device with Colibri iMX8QXP module, the built-in rtl8188eu driver should be used. With this patch the specific depmod config file deploys on the image for Colibri iMX8QXP. Related-to: ELB-2687 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-04-14backports: fix pre- and post- scriptsOleksandr Suvorov
Deploying depmod.conf file makes almost all manipulations in postinst and postrm scripts useless. Clean up these scripts. Related-to: ELB-2687 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-04-14backports: deploy depmod config fileOleksandr Suvorov
Only backported drivers should depend on backported common modules. Deploying the 99-backports.conf file allows depmod to build modules.dep dependancies file properly. Related-to: ELB-2687 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-04-10backports: update to latestMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-04-04backports: fix building for -rt kernelsOleksandr Suvorov
Generic and RT-kernels use diffierent package names. Add dependancy on virtual name kernel package fixes build issue for RT-kernels. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-04-03backports: fix building for arm64 aka aarch64Marcel Ziswiler
Related-to: ELB-2388 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-04-01backports: upgrade from 4.19 to 5.4Oleksandr Suvorov
backports-5.4 provides latter drivers. The main issue that fixes with these backports: the earlier mwifiex drivers for Marvel 8997 WiFi module stucks on firmware crash (ELB-2596). Related-to: ELB-2388 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>