Hello gusarambula,
Unfortunately there is no linux-imx repo under github.com/NXP, so your suggestion above just results in a "Repository not found" error instead of "unable to connect" as before.
The original `linux-compulab` recipe that is failing is located here:
GitHub - compulab-yokneam/meta-compulab: CompuLab Yocto Meta Layer
Per build instructions located here:
01. Build CompuLab Images · compulab-yokneam/meta-compulab Wiki · GitHub
In these instructions we are using imx-morty BSP release. All repos have been synced.
Upon attempting `bitbake linux-compulab` the failure output is:
ERROR: linux-compulab-4.1.15-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-bRczdjGFFJ"; export SSH_AUTH_SOCK="/run/user/1000/keyring-W08vRp/ssh"; export PATH="<redacted>"; export HOME="/home/john"; git -c core.fsyncobjectfiles=0 ls-remote git://git.freescale.com/imx/linux-imx.git failed with exit code 128, output:
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused
ERROR: linux-compulab-4.1.15-r0 do_fetch: Function failed: base_do_fetch
When I grep sources dir I can see the old git.freescale/com/imx/linux-imx.git repo referenced 2 places:
meta-freescale/recipes-kernel/linux/linux-imx.inc:SRC_URI = "git://git.freescale.com/imx/linux-imx.git;branch=${SRCBRANCH} \
meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.33.bb:KERNEL_SRC ?= "git://git.freescale.com/imx/linux-imx.git;protocol=git"
Are there replacements for these meta-freescale and meta-fsl-bsp-release recipes that were previously synced per compulab instructions (linked above), or can you advise changes that need to be made to build imx-morty BSP? As you can see from compulab info (linked above) we are stuck on imx-morty for the time being.
Can you advise how to proceed in fixing the build after the missing git.freescale.com repo(s)?
Thanks!
Whitaker