I am trying to build R13 Linux distro from the source available at https://source.sierrawireless.com/resources/airprime/software/wp77xx/wp77xx-firmware-release-13-components/#sthash.z6j9anxR.4c6kFEMC.dpbs
After extracting the source and uncompressing, I run make at the top level. Build fails with the below error:
ERROR: lk-1.3.0-r2 do_add_hash: Function failed: do_add_hash (log file is located at /home/kng2/code/bs/platform/builds/wp77xx/R13/yocto/build_bin/tmp/work/armv7a-neon-poky-linux-gnueabi/lk/1.3.0-r2/temp/log.do_add_hash.126409)
ERROR: Logfile of failure stored in: /home/kng2/code/bs/platform/builds/wp77xx/R13/yocto/build_bin/tmp/work/armv7a-neon-poky-linux-gnueabi/lk/1.3.0-r2/temp/log.do_add_hash.126409
NOTE: recipe lk-1.3.0-r2: task do_add_hash: Failed
ERROR: Task (/home/kng2/code/bs/platform/builds/wp77xx/R13/yocto/meta-swi/meta-swi-mdm9xxx/recipes-bsp/lk/lk_1.3.0.bb:do_add_hash) failed with exit code ‘1’
I tried downloading and extracting the bz2 source file twice, but face the same issue.
Any help is greatly appreciated.
On a related note, is there a checksum for the source image available somewhere?