summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2022-05-26 16:07:12 -0300
committerRicardo Salveti <ricardo@foundries.io>2022-05-26 16:07:22 -0300
commitcdfee08bbe26f0a66c8e8bfac76f5020e6f1ec9b (patch)
tree7695601b8987510bdacf2e3248f94b8d336e2566 /recipes-kernel
parentac914d2f258dbda817f491619de91a011a588918 (diff)
downloadmeta-freescale-cdfee08bbe26f0a66c8e8bfac76f5020e6f1ec9b.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>
Diffstat (limited to 'recipes-kernel')
-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