Missing linux-imx.inc

I’m trying to build the standard poky image. (I’m using the morty branch)

I’v cloned the git from Index of /meta-toradex-nxp.git and changed to the morty branch.

When i’m try to build the an image for the machine colibri-imx6 I’m getting the error message:

ParseError at /home/ubuntu/Yocto/meta-toradex-nxp/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bb:1: Could not include required file recipes-kernel/linux/linux-imx.inc

What is missing?

You forgot about meta-fsl-arm-extra, in term requiring meta-freescale which contains the inc file in question.

Also meta-toradex-bsp-common is a requirement.

For the complete list of dependencies refer to the README file in the meta-toradex-nxp layer:
http://git.toradex.com/cgit/meta-toradex-nxp.git/tree/README?h=morty