ERROR: angstrom-lxde-image-V2.7-r0 do_rootfs: Function failed: rootfs_tezi_json

Hi All ,

Accidentally the files got deleted in in …/oe-core/build/…/deploy/images/apalis-imx6/ while deleting the older tar ball .

To get the files back i ran bitbake -k angstrom-lxde-image in build directory again , but the command fails and throws below mentioned message
ERROR: angstrom-lxde-image-V2.7-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
link text

ERROR: angstrom-lxde-image-V2.7-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated:

Hi

I guess there files for kernel and U-Boot are missing, but bitbake does not know it needs to regenerate.

Can you try to do force the regeneration with the following sequence

bitbake -c clean virtual/kernel virtual/bootloader tezi-metadata
bitbake -k angstrom-lxde-image

If that does not help it is probably the best to delete all in the following folders:

build/cache/ build/tmp-glibc/ deploy/

And then rebuild the image. The sstate-cache data should help in speeding up the process.

Max

Hi Max ,

Was able to get the error problem cleared only after delete the mentioned folders. Thanks for input .