2023-06-19 01:17 PM - edited 2023-06-19 01:20 PM
Hello,
I am new to yocto project, I am trying to build a yocto project based on the stm32mp1(a development board from a vendor based in Germany). I am building core-image-full-cmdline. My Ubunutu version is Ubuntu 22.04.2 LTS.
My build configurations are as follows:
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.10"
TUNE_FEATURES = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "kirkstone:1e6f147c686a91b9a5996f529e32ee1852f946b7"
meta-oe
meta-python = "kirkstone:bdad2a789e30703a825b876279665720d06d55dc"
meta-st-stm32mp = "kirkstone:ca501bd7dbe023682903ceedddaacd940b0898f4"
After bitbake command, I am getting the following error:
ERROR: openocd-stm32mp-native-0.11.0+dev.AUTOINC+fdf17dba56-r0 do_configure: ExecutionError('/home/ahamod/BBB/build-stm32mp1/tmp/work/x86_64-linux/openocd-stm32mp-native/0.11.0+dev.AUTOINC+fdf17dba56-r0/temp/run.do_configure.28980', 128, None, None)
ERROR: Logfile of failure stored in: /home/ahamod/BBB/build-stm32mp1/tmp/work/x86_64-linux/openocd-stm32mp-native/0.11.0+dev.AUTOINC+fdf17dba56-r0/temp/log.do_configure.28980
Log data follows:
I saw in other post about this error, but the suggested solution has already been solved in the kisrkstone version. Still, I am getting the error. Does anyone have any idea about the error and the solution? Thanks in advance.