IMX8M Yocto BSP compilation problem

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

IMX8M Yocto BSP compilation problem

812 Views
oytun_yapar
Contributor I
I am trying to compile IMX8M YOCTO BSP. I am receiving errors below:
ERROR: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Fetcher failure: Unable to find revision b04e5cba356212e4e8c66c61bbe0c3a20537c5b9 in branch 3.4.x even from upstream
ERROR: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/protobuf.git;branch=3.4.x'. Unable to fetch URL from any source.
ERROR: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/oytun/Projects/NXP/IMX8M/imx-yocto-bsp/BUILD/tmp/work/aarch64-poky-linux/protobuf/3.4.1+gitAUTOINC+b04e5cba35-r0/temp/log.do_fetch.11192
ERROR: Task (/home/oytun/Projects/NXP/IMX8M/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb:do_fetch) failed with exit code '1'
WARNING: protobuf-native-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Failed to fetch URL git://github.com/google/protobuf.git;branch=3.4.x, attempting MIRRORS if available
ERROR: protobuf-native-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Fetcher failure: Unable to find revision b04e5cba356212e4e8c66c61bbe0c3a20537c5b9 in branch 3.4.x even from upstream
ERROR: protobuf-native-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/protobuf.git;branch=3.4.x'. Unable to fetch URL from any source.
ERROR: protobuf-native-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/oytun/Projects/NXP/IMX8M/imx-yocto-bsp/BUILD/tmp/work/x86_64-linux/protobuf-native/3.4.1+gitAUTOINC+b04e5cba35-r0/temp/log.do_fetch.28343
ERROR: Task (virtual:native:/home/oytun/Projects/NXP/IMX8M/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1246 tasks of which 0 didn't need to be rerun and 2 failed.
There is a downloading error. Builder could not fetch to package URLs. What could be the problem?
0 Kudos
1 Reply

378 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Oytun,

It is an issue indeed and the solution is here:

openembedded/meta-openembedded#82 here is a patch to fix it

The patch will change this line

-SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x"+SRC_URI = "git://github.com/google/protobuf.git"