imx-base: Change the IMX_DEFAULT_KERNEL assignment

This commit changes the IMX_DEFAULT_KERNEL assignment to allow
change the kernel provider.

Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit is contained in:
Rodrigo M. Duarte 2025-05-20 17:14:44 -03:00
parent b19332a207
commit d7f4613e44

View File

@ -619,8 +619,8 @@ PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx"
PREFERRED_VERSION_opencv:mx9-nxp-bsp ??= "4.6.0.imx"
# Handle default kernel
IMX_DEFAULT_KERNEL:imx-mainline-bsp = "linux-fslc"
IMX_DEFAULT_KERNEL:imx-nxp-bsp = "linux-fslc-imx"
IMX_DEFAULT_KERNEL:imx-mainline-bsp ??= "linux-fslc"
IMX_DEFAULT_KERNEL:imx-nxp-bsp ??= "linux-fslc-imx"
PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}"