Hi,
I am trying to build Yocto MCSDK as offline, i have downloaded the latest version from the ti site "mcsdk-3_01_01_04.arago.src.tar.gz" untar the package.
After setting the build environment, edit the "conf/local.conf" file. I have added the following lines in the configuration file.
SOURCE_MIRROR_URL = "file:$(PWD)/mcsdk_offline/mcsdk/downloads/"
INHERIT += "own-mirrors"
BB_GENERATE_MIRROR_TARBALLS = "1"
BB_NO_NETWORK = "1"
BB_FETCH_PREMIRRORONLY = "1"
CONNECTIVITY_CHECK_URIS=""
DISABLE_NETWORK_SANITY = "1"
BB_NO_NETWORK = "1"
But as soon as i try to execute the command to build the rootfs i am getting the following error -
MACHINE=keystone-evm TOOLCHAIN_BRAND=linaro ARAGO_BRAND=mcsdk bi
tbake tisdk-server-rootfs-image
Pseudo is not present but is required, building this first before the main build
ERROR: Error executing a python function in <code>: | ETA: --:--:--
ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception NetworkAccess: Network access disabled through BB_NO_NETWORK but access requested with command git ls-remote git://github.com/TI-OpenLink/ti-utils.git ol_R5.SP3.05 (for url None)
ERROR: Error executing a python function in <code>:
ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception NetworkAccess: Network access disabled through BB_NO_NETWORK but access requested with command git ls-remote git://github.com/TI-OpenLink/ti-utils.git ol_R5.00.18 (for url None)
Could you please help me out, if i am missing any configuration.
Thanks & regards
Amit K