meta-imx issue with Hardknott #hardknott

"Ken Davidson" <[email protected]> Fri, 17 Dec 2021 14:18:33 -0800
Newsgroups org.yoctoproject.lists.meta-freescale
Message-ID <[email protected]>
There is no subgroup for *meta-imx* , so I'm guessing this one is the closest.

I'm trying to create a Hardknott version of Yocto for the i.MX 8M Mini board that we're using. The manufacturer (Congatec) only has code up to Zeus, so I'm starting with the Hardknott version of *fsl-community-bsp* and am trying to add in code from the manufacturer's Zeus implementation.

I've run into a problem with the Hardknott release of *meta-imx*. Under meta-bsp/recipes-bsp/u-boot , the u-boot-imx_2021.04.bb recipe is trying to find u-boot-imx-common.inc. However, the only file present is u-boot-common.inc. This is true for all three Hardknott branches of *meta-imx*.

The equivalent folder under *meta-freescale* does include the proper file. Is this a bug or am I missing something? Or should I be using only *meta-freescale* and abandon *meta-imx* ?

Thanks.