]> code.ossystems Code Review - meta-freescale.git/commitdiff
kernel-module-nxp89xx: Pin to imx machine kernel 968/head
authorKhem Raj <raj.khem@gmail.com>
Wed, 2 Feb 2022 05:42:20 +0000 (21:42 -0800)
committerKhem Raj <raj.khem@gmail.com>
Wed, 2 Feb 2022 05:42:20 +0000 (21:42 -0800)
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>
recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb

index ab096e81356625ef736915543a685402b16bc23d..f99b759409edab58ac994e0975f8993c6b9ac89b 100644 (file)
@@ -12,3 +12,6 @@ S = "${WORKDIR}/git/mxm_wifiex/wlan_src"
 inherit module
 
 EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}"
+
+COMPATIBLE_MACHINE = "(imx)"
+