[SC206][Yocto] Add python3-pip package to image results in lack of recoveryfs.img

I was able to build an image without adding any packages. After that, i’ve tried to build new images with some packages, which I added to poky/qti-conf/local.conf.

image

When I’ve tried to build the image without python3-pip, the building process succeeded. Nevertheless, when I try to add python3-pip and run:

source build.sh
build-qti-robotics-med-image

the building process fails trying to execute the task do_create_recoveryfs_ext4 of the qti-recovery-image.bb recipe.

Then I’ve tried to build the image with:

source build.sh
bitbake qti-robotics-med-image

And the compilation ended successfully, but in the folder build-qti-distro-rb-debug/tmp-glibc/deploy/images/qrbx210-rbx/qti-robotics-med-image there is no recoveryfs.img

Please add to this path:
poky/meta-qti-bsp/recipes-products/images/qti-robotics-med-image.bb