From d7f4613e448107ea47f9a6d886f01866228317c4 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Tue, 20 May 2025 17:14:44 -0300 Subject: 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 --- conf/machine/include/imx-base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index c67065466..193f142d4 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -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}" -- cgit v1.2.3-54-g00ecf