cancel
Showing results for 
Search instead for 
Did you mean: 

m4projects-stm32mp1-1.6.0 fetcher failure

dnj
Associate III

Hi,

I'm trying to build core-image-minimal yocto project for my STM32MP157D-DK1 board according to digikey tutorial and I stuck at fetching m4projects dependency. Does anybody faces and resolved this issue?

My build conf:

Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "stm32mp1"
DISTRO = "poky"
DISTRO_VERSION = "4.0.15"
TUNE_FEATURES = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "kirkstone:f754b5d45b504e7486364ea9cfcb5f96086084bc"
meta-oe
meta-python = "kirkstone:402affcc073db39f782c1ebfd718edd5f11eed4c"
meta-st-stm32mp = "kirkstone:311a492c21f0f3643f4b764f8b743c4c6908d31b"

and error after invoking bitbake:

ERROR: m4projects-stm32mp1-1.6.0-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="2291"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/dnj/code/embl/build-mp1/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-native:/home/dnj/code/embl/poky/scripts:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot/usr/bin/crossscripts:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot-native/usr/sbin:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot-native/usr/bin:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot-native/sbin:/home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/recipe-sysroot-native/bin:/home/dnj/code/embl/poky/bitbake/bin:/home/dnj/code/embl/build-mp1/tmp/hosttools"; export HOME="/home/dnj"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/STMicroelectronics/STM32CubeMP1.git /home/dnj/code/embl/build-mp1/downloads/git2/github.com.STMicroelectronics.STM32CubeMP1.git --progress failed with exit code 128, no output
ERROR: m4projects-stm32mp1-1.6.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/STMicroelectronics/STM32CubeMP1.git;protocol=https;branch=master')
ERROR: Logfile of failure stored in: /home/dnj/code/embl/build-mp1/tmp/work/stm32mp1-poky-linux-gnueabi/m4projects-stm32mp1/1.6.0-r0/temp/log.do_fetch.1025012
ERROR: Task (/home/dnj/code/embl/meta-st-stm32mp/recipes-extended/m4projects/m4projects-stm32mp1.bb:do_fetch) failed with exit code '1'

 

...at this file with log I cut out something like this:

Cloning into bare repository '/home/dnj/code/embl/build-mp1/downloads/git2/github.com.STMicroelectronics.STM32CubeMP1.git'...
warning: core.fsyncObjectFiles is deprecated; use core.fsync instead
remote: Enumerating objects: 15914, done.
warning: core.fsyncObjectFiles is deprecated; use core.fsync instead
remote: Counting objects: 100% (6143/6143), done.
remote: Compressing objects: 100% (3744/3744), done.
error: 2467 bytes of body are still expected5 MiB | 937.00 KiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
WARNING: Failed to fetch URL git://github.com/STMicroelectronics/STM32CubeMP1.git;protocol=https;branch=master, attempting MIRRORS if available

0 REPLIES 0