Some useful Yocto commands:
a) List image’s to bake:
bitbake-layers show-recipes “*-image-*”
b) List recipes used in Image:
bitbake-layers show-recipes
c) Clean all recipe´s artifact before doing a new build:
bitbake <recipe_name> -c cleanall
Some useful Yocto commands:
a) List image’s to bake:
bitbake-layers show-recipes “*-image-*”
b) List recipes used in Image:
bitbake-layers show-recipes
c) Clean all recipe´s artifact before doing a new build:
bitbake <recipe_name> -c cleanall