diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-20 17:14:44 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-20 17:22:44 -0300 |
commit | d7f4613e448107ea47f9a6d886f01866228317c4 (patch) | |
tree | 0e07a5fcf0224aa72c481d6ade1bfed8bcdca043 | |
parent | b19332a2073fabbf908d7372bf1d264116a44b61 (diff) | |
download | meta-freescale-d7f4613e448107ea47f9a6d886f01866228317c4.tar.gz |
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>
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index c6706546..193f142d 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" | |||
619 | PREFERRED_VERSION_opencv:mx9-nxp-bsp ??= "4.6.0.imx" | 619 | PREFERRED_VERSION_opencv:mx9-nxp-bsp ??= "4.6.0.imx" |
620 | 620 | ||
621 | # Handle default kernel | 621 | # Handle default kernel |
622 | IMX_DEFAULT_KERNEL:imx-mainline-bsp = "linux-fslc" | 622 | IMX_DEFAULT_KERNEL:imx-mainline-bsp ??= "linux-fslc" |
623 | IMX_DEFAULT_KERNEL:imx-nxp-bsp = "linux-fslc-imx" | 623 | IMX_DEFAULT_KERNEL:imx-nxp-bsp ??= "linux-fslc-imx" |
624 | 624 | ||
625 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 625 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |
626 | 626 | ||