mirzak / meta-coral

Yocto/OE-core BSP Layer for Coral Dev Board
MIT License
40 stars 21 forks source link

Fix: imx-boot missing when building core-image-base #66 #67

Closed asac closed 5 months ago

asac commented 5 months ago
mirzak commented 5 months ago

Thanks, that should indeed do it.

I suppose since we set IMX_DEFAULT_BOOTLOADER = u-boot-coral, we do not get the default assignment in https://github.com/Freescale/meta-freescale/blob/master/conf/machine/include/imx-base.inc#L104-L106.

asac commented 5 months ago

Thanks, that should indeed do it.

I suppose since we set IMX_DEFAULT_BOOTLOADER = u-boot-coral, we do not get the default assignment in https://github.com/Freescale/meta-freescale/blob/master/conf/machine/include/imx-base.inc#L104-L106.

that matches my reading of the code...