I have downloaded the source and ppce5500 yocto cache from https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&element=7726177, I installed the source iso first and then the yocto cache, ran the host_prepare.sh, and sourced(fsl_env_setup) with machine t1042d4rdb-64b. I ran the command
$ bitbake fsl-toolchain
Got the error
"the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead." I update the source/poky/bitbake/lib/bb/fetch2/git.py file to use --set-upstream-to command and reran
$bitbake fsl-toolchain
And now i am getting the error below
"ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: branch 'origin/master' does not exist".
Is there a way to resolve this? I checked the $$ git remote -v
fsl-public git://git.freescale.com/yocto/meta-freescale (fetch)
fsl-public git://git.freescale.com/yocto/meta-freescale (push)
and when i tried openning on chrome, it showed that the site does not exist.
T1042