Hi @nmohan86, one of my colleague’s made a suggestion that may help in your case. For the BSP builds we actually set up some pre-mirrors for a number of recipes.
For the linux-toradex recipe, we have a tarball that gets fetched from here.
He has seen an issue where that download was corrupted or incomplete somehow which led to a non-functional tarball that couldn’t be unpacked very similar to what your reports indicate. If you comment out the line:
INHERIT += "toradex-mirrors"
in your local.conf file, that will bypass the mirror and download directly from the git repo itself which you have already been able to manually access. Give that a shot and let us know if it helps in your case.
Drew