Several times, different people and different build hosts, we have failed to successfully follow the instructions presented on this page:
always the opencv portion fails with the error:
opencv, attempting MIRRORS if available
ERROR: opencv-4.2.0.imx-r0 do_fetch: Fetcher failure: Unable to find revision 7187501b6bc89e111f4dd5694b58151ca98b7d9a in branch 4.2.0_imx even from upstream
ERROR: opencv-4.2.0.imx-r0 do_fetch: Fetcher failure for URL: ‘git://source.codeaurora.org/external/imx/opencv-imx.git;protocol=https;branch=4.2.0_imx;name=opencv’. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/s3dev/workspace/ccimx8x-sbc-pro/tmp/work/aarch64-mx8qxp-dey-linux/opencv/4.2.0.imx-r0/temp/log.do_fetch.24389
ERROR: Task (/usr/local/dey-3.0/sources/meta-digi/meta-digi-dey/recipes-support/opencv/opencv_4.2.0.imx.bb:do_fetch) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 6799 tasks of which 6798 didn’t need to be rerun and 1 failed.
Summary: 1 task failed:
/usr/local/dey-3.0/sources/meta-digi/meta-digi-dey/recipes-support/opencv/opencv_4.2.0.imx.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
I was able to get around, finally, by commenting out the line
PACKAGECONFIG_append_mx8 = " opencv kms tinycompress"
from the file
/usr/local/dey-3.0/sources/meta-digi/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.imx.bb
but I’m curious as to how the initial/default firmware image was created
(i.e. the ones available here: https://ftp1.digi.com/support/digiembeddedyocto/3.0/r3/images/ccimx8x-sbc-pro-installer.zip)
Many thanks
Ken