Good day
Compiling yocto image on a clean Ubuntu 22.04 LTS VM
hitting this error:
ERROR: firmware-qcom-partconf-1.0-r0 do_deploy: ExecutionError(‘/home/creox/yocto_RubikPi/build-qcom-wayland/tmp-glibc/work/qcm6490-qcom-linux/firmware-qcom-partconf/1.0-r0/temp/run.do_deploy.592807’, 1, None, None)
ERROR: Logfile of failure stored in: /home/creox/yocto_RubikPi/build-qcom-wayland/tmp-glibc/work/qcm6490-qcom-linux/firmware-qcom-partconf/1.0-r0/temp/log.do_deploy.592807
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing shell function do_deploy
| install: cannot stat ‘/home/creox/yocto_RubikPi/build-qcom-wayland/tmp-glibc/work/qcm6490-qcom-linux/firmware-qcom-partconf/1.0-r0/QCM6490_bootbinaries/*.img’: No such file or directory
| WARNING: exit code 1 from a shell command.
NOTE: recipe firmware-qcom-partconf-1.0-r0: task do_deploy: Failed
ERROR: Task (/home/creox/yocto_RubikPi/build-qcom-wayland/conf/../../layers/meta-qcom-hwe/recipes-firmware/firmware/firmware-qcom-partconf_1.0.bb:do_deploy) failed with exit code ‘1’
NOTE: recipe qcom-videodtb-1.0-r0: task do_packagedata: Succeeded
NOTE: Running task 14831 of 16397 (/home/creox/yocto_RubikPi/build-qcom-wayland/conf/../../layers/meta-qcom-hwe/recipes-multimedia/video/qcom-videodtb_1.0.bb:do_package_qa)
NOTE: Running task 14832 of 16397 (/home/creox/yocto_RubikPi/build-qcom-wayland/conf/../../layers/meta-qcom-hwe/recipes-multimedia/video/qcom-videodtb_1.0.bb:do_package_write_ipk)
NOTE: recipe wlan-devicetree-git-r0: task do_packagedata: Succeeded
NOTE: Running task 14833 of 16397 (/home/creox/yocto_RubikPi/build-qcom-wayland/conf/../../layers/meta-qcom-hwe/recipes-connectivity/wlan/wlan-devicetree_git.bb:do_package_qa)
it is searching for an *.img file in the BootBinaries folder. I have synced the repo, cleaned the layer and rebuilt, but nothing seems to produce the required file
Please help