summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2022-05-26 16:07:12 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:53:22 -0300
commit2c1ff19dab1c8d1c897cc6be75ac9cb2de7fad33 (patch)
tree0548d7dcf89b97b4043df6de4854c555118c0e05
parent84da96712ebbed80a7b7dfb77b76c2ba88cae1a1 (diff)
downloadmeta-freescale-2c1ff19dab1c8d1c897cc6be75ac9cb2de7fad33.tar.gz
kernel-module-nxp89xx: fix compatible machine override
Module should be compatible with imx-nxp-bsp, as it is specific to the nxp-bsp. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> (cherry picked from commit cdfee08bbe26f0a66c8e8bfac76f5020e6f1ec9b)
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
index e8360b46..00747f72 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
@@ -13,5 +13,5 @@ inherit module
13 13
14EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" 14EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}"
15 15
16COMPATIBLE_MACHINE = "(imx)" 16COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
17 17