diff options
| author | Ricardo Salveti <ricardo@foundries.io> | 2022-05-26 16:07:12 -0300 |
|---|---|---|
| committer | Ricardo Salveti <ricardo@foundries.io> | 2022-05-26 16:07:22 -0300 |
| commit | cdfee08bbe26f0a66c8e8bfac76f5020e6f1ec9b (patch) | |
| tree | 7695601b8987510bdacf2e3248f94b8d336e2566 | |
| parent | ac914d2f258dbda817f491619de91a011a588918 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | 2 |
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 e8360b46d..00747f726 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 | ||
| 14 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | 14 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "(imx)" | 16 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
| 17 | 17 | ||
