IMAGE_FSTYPES = "wic"
. Because of this if you ran wic create
you will get strange errors like. Please make sure wic-tools have %s-native in its DEPENDS, bake it with 'bitbake wic-tools'
This message will not appear if you set
IMAGE_FSTYPES = "wic"
, because the IMAGE_DEPENDS_wic
already contains the above dependencies.Also with the
IMAGE_DEPENDS_wic_append_${MACHINE}
you can deploy boot packages which wic could required to create the images.PS: I hate blogger interface.
Edit: While grepping my poky I found that the included documentation refers to exactly what I wrote above. Well may be some googler will find it useful.