I am trying to build yocto with avs with below commands :
repo init -u https://source.codeaurora.org/external/imxsupport/meta-avs-demos -b master -m imx-alexa-sdk-4.9.51-8mq_ga.xml
MACHINE=imx8mqevk DISTRO=fsl-imx-xwayland source avs-setup-demo.sh -b <build-folder>
bitbake avs-image
Errors:
ERROR: firmware-imx-1_7.4-r0 do_fetch: Fetcher failure: Fetch command export /home/nirav/imx8m_avs_yocto/downloads//git2/git.freescale.com.proprietary.imx-firmware.git --progress failed with exit code 128, output:
Cloning into bare repository '/home/nirav/imx8m_avs_yocto/downloads//git2/git.freescale.com.proprietary.imx-firmware.git'...
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused
ERROR: firmware-imx-1_7.4-r0 do_fetch: Fetcher failure for URL: 'git://git.freescale.com/proprietary/imx-firmware.git;protocol=git;branch=master;destsuffix=/home/nirav/imx8m_avs_yocto/build_sdk_8M/tmp/work/all-poky-linux/firmware-imx/1_7.4-r0/firmware-imx-7.4/git'. Unable to fetch URL from any source.
ERROR: firmware-imx-1_7.4-r0 do_fetch: Function failed: base_do_fetch
the source code was moved to "https://source.codeaurora.org/external/imx", try to change the "git://git.freescale.com/imx " to "https://source.codeaurora.org/external/imx"