Building Linux image with Distribution package
Hi ST Community,
I'm trying to build my linux image for STM32MP157F-EV1 board with the following commands.
Linux Commands:
PC $>cd <working directory path>/Distribution-Package
PC $>mkdir openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15
PC $> cd openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15
PC $>repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15
PC $>repo sync
PC $>DISTRO=openstlinux-weston MACHINE=stm32mp15-eval source layers/meta-st/scripts/envsetup.sh
PC $>bitbake st-image-weston
The following error is outputed and the build stops.
Could you please tell me the cause of the error?
**********************************
ERROR: st-image-resize-initrd-1.0-r0 do_rootfs: Unable to update the package index files. Command '['/home/toku/STM32MPU_workspace/STM32MP1-Ecosystem-v4.0.0/Distribution-Package/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/build-openstlinuxweston-stm32mp15-eval/tmp-glibc/work/stm32mp15_eval-ostl-linux-gnueabi/st-image-resize-initrd/1.0-r0/recipe-sysroot-native/usr/bin/apt-get', 'update']' returned 100:
