mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
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:
parent
b19332a207
commit
d7f4613e44
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user