Circular dependecy error while building FIT Image for IMX8MN Yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Circular dependecy error while building FIT Image for IMX8MN Yocto

Jump to solution
2,083 Views
vinothkumars
Senior Contributor IV

Dear NXP,

 

I am working on fitImage creation. I got following build error,


ERROR: 3403 unbuildable tasks were found.################################### | ETA: 0:00:04
These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks.

Identifying dependency loops (this may take a short while)...

 

I added in the recipe but the same error,

IMAGE_FSTYPES_remove = " wic wic.gz"

sources/poky/meta/recipes-core/images/core-image-base.bb

 

 

Regards,
Vinothkumar Sekar
Tags (2)
0 Kudos
1 Solution
2,077 Views
vinothkumars
Senior Contributor IV

Hi All,

 

got solution,

IMAGE_FSTYPES_remove = "tar.bz2 wic.bmap wic.bz2"

Regards,
Vinothkumar Sekar

View solution in original post

1 Reply
2,078 Views
vinothkumars
Senior Contributor IV

Hi All,

 

got solution,

IMAGE_FSTYPES_remove = "tar.bz2 wic.bmap wic.bz2"

Regards,
Vinothkumar Sekar