On Mon, Feb 28, 2022 at 8:32 PM Rudolf J Streif <rudolf.streif@...> wrote:
I ran into a problem with a custom image type class. I called the class image_types_ota.bbclass.
When I try to use it I am getting these error messages for two predefined image recipes (but only for these two, for any other image recipe it is fine):
ERROR: /develop/projects/tcu/build/../poky/meta/recipes-rt/images/core-image-rt-sdk.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'ota' - possibly invalid type name or missing support class ERROR: /develop/projects/tcu/build/../meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-base.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'ota' - possibly invalid type name or missing support class ERROR: Failed to parse recipe: /develop/projects/tcu/build/../poky/meta/recipes-rt/images/core-image-rt-sdk.bb
I have no idea what in these two image recipes could trigger this error message.
hard to tell without knowing how ota class is being plugged in or what its content is. Do you define IMAGE_FSTYPES:ota ... somewhere ?