getting error while run bitbake fsl-image-gui

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getting error while run bitbake fsl-image-gui

668 Views
veeranagouda
Contributor II

WARNING: imx-kobs-5.5+gitAUTOINC+b402243a04-r0 do_fetch: Failed to fetch URL git://github.com/NXPmicro/imx-kobs.git;protocal=https, attempting MIRRORS if available
ERROR: imx-kobs-5.5+gitAUTOINC+b402243a04-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/veeranagouda/iwg15-release-bsp/downloads//git2/github.com.NXPmicro.imx-kobs.git'...
fatal: unable to connect to github.com:
github.com[0: 20.207.73.82]: errno=Connection timed out


ERROR: imx-kobs-5.5+gitAUTOINC+b402243a04-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/NXPmicro/imx-kobs.git;protocal=https'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/veeranagouda/iwg15-release-bsp/build_iwg15/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/imx-kobs/5.5+gitAUTOINC+b402243a04-r0/temp/log.do_fetch.3568
ERROR: Task 2919 (/home/veeranagouda/iwg15-release-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/imx-kobs/imx-kobs_git.bb, do_fetch) failed with exit code '1'

Tags (1)
0 Kudos
1 Reply

593 Views
TomE
Specialist II

It looks like you're trying to build for an i.MX chip of some sort. This forum is for ColdFire chips, not i.MX. You should search the i.MX forums to see if anyone else has had your problem. Searching for "imx-kobs-5.5+gitAUTOINC" gets hits all the way back to 2017. Search for other obvious keywords.

Trying to build from remote repositories? That always breaks after a year or two. If you want to "freeze" your system so you can keep building it "as is", you have to (somehow) take local mirrors of all the remote sources and then change everything to use them instead. Otherwise you have to continuously update the distribution and the builder (while putting your own customizations back in) on a very regular basis, and risk it breaking on each update.

To find out what went wrong (and when), just go to "github.com/NXPmicro" (where bitbake is trying to get things from), and on the first page there it tells you in a file committed on "Mar 8, 2023":

Repositories on the NXP Micro Github page have been moved to new NXP projects and this github is no longer being used.

Information on all the NXP github projects is available at https://www.nxp.com/design/software/embedded-software/nxp-github:NXP-GITHUB

Some inactive repositories have been archived at https://github.com/nxp-archive.

Maybe you need to retarget the build. Maybe there's an updated build system you should be running instead.

But search in the i.MX forums first (for answers) before posting there.

Tom

 

0 Kudos