All
I build the board s32g274ardb2 to use BSP36.0, it can make the image. Now I want to add new layer to project, so I setup the new layaer meta-mylayer, I create the .bb .c and makefile. Then I add the meta-mylayer path to bblayers.conf. Then I build errors: enter image description here Here it is the location of the meta-mylayer: I put the code and config in it. Then I change the build_32g274ardb2/conf/bblayers.conf Then I add IMAGE_INSTALL_append = " my-mod" to local.conf Here it is my build configuration and the meta-mylayers files. At last. I bitbake fsl-image-auto, then it reports errors. I do not know what it is wrong.Please help me to find it.