Yocto development image with bbappend in multiple layers
问题 I am writing an image description which I want to append on multiple layers a bsp layer, a security layer and an application layer. in bsp: I have image.bb and image-dev.bb with require image.bb on the other layers I have image.bbappend and image-dev.bbappend require image.bbappend does causes the error: ERROR: ParseError in .../sources/meta-application/recipes-core/images/image.bbappend: not a BitBake file When I build image the packages in image.bb and all image.bbappend are present When I