summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* kernel-module-nxp89xx: upgrade to mxm5x17344.p3Max Krummenacher2022-11-251-3/+3
| | | | | | Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-nxp89xx: fix compatible machine overrideRicardo Salveti2022-05-261-1/+1
| | | | | | | Module should be compatible with imx-nxp-bsp, as it is specific to the nxp-bsp. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* layer: Update LICENSE variable to use SPDX license identifiersAndrey Zhizhikin2022-03-031-1/+1
| | | | | | | | | | | | Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* kernel-module-nxp89xx: Pin to imx machine kernelKhem Raj2022-02-011-0/+3
| | | | | | | | | | It fails to build with linux-yocto 5.15 e.g. TOPDIR/build/tmp/work/qemumips-yoe-linux/kernel-module-nxp89xx/git-r0/git/mxm_wifiex/wlan_src/mlinux/moal_shim.c:1405:49: error: 'RX_PKT_FATE_DRV_DROP_NOBUFS' undeclared (first use in this function) 1405 | RX_PKT_FATE_DRV_DROP_NOBUFS, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-module-nxp89xx: Add recipe based on NXP lf-5.10.72_2.2.0Daiane Angolini2022-02-011-0/+14
NXP Wi-Fi driver for module 88w8997/8987 is not available as part of the kernel tree on the 5.10-based BSP releases, only via recipe. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>