koansoftware / koan-stm32mp-bsp-repo

BSP Yocto layer for STM32MP - Start here to create the Yocto build environment
https://koansoftware.com
1 stars 3 forks source link

Koan BSP for STM32MP1 - Yocto Project 3.1 'dunfell' LTS #3

Open Balamurugan-Sampath opened 2 years ago

Balamurugan-Sampath commented 2 years ago

stm@stm-OptiPlex-3060:~$ mkdir ~/bin

stm@stm-OptiPlex-3060:~$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 44944 100 44944 0 0 270k 0 --:--:-- --:--:-- --:--:-- 270k

stm@stm-OptiPlex-3060:~$ chmod a+x ~/bin/repo

stm@stm-OptiPlex-3060:~$ PATH=${PATH}:~/bin

stm@stm-OptiPlex-3060:~$ mkdir yocto-stm32-dunfell

stm@stm-OptiPlex-3060:~$ cd yocto-stm32-dunfell

stm@stm-OptiPlex-3060:~/yocto-stm32-dunfell$ repo init -b dunfell -u https://github.com/koansoftware/koan-stm32mp-bsp-repo

Downloading Repo source from https://gerrit.googlesource.com/git-repo Downloading manifest from https://github.com/koansoftware/koan-stm32mp-bsp-repo remote: Enumerating objects: 32, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (6/6), done. remote: Total 32 (delta 0), reused 2 (delta 0), pack-reused 26 Unpacking objects: 100% (32/32), 6.78 KiB | 991.00 KiB/s, done.

Your identity is: stm you@example.com If you want to change this, please re-run 'repo init' with --config-name

repo has been initialized in /home/stm/yocto-stm32-dunfell

stm@stm-OptiPlex-3060:~/yocto-stm32-dunfell$ repo sync

Fetching: 100% (6/6), done in 2m5.519s Garbage collecting: 100% (6/6), done in 0.040s Checking out: 100% (6/6), done in 1.055s repo sync has finished successfully.

stm@stm-OptiPlex-3060:~/yocto-stm32-dunfell$ MACHINE=stm32mp1-disco DISTRO=openstlinux-eglfs source setup-environment build

Welcome to this Koan BSP for Yocto Project

The Yocto Project has extensive documentation about OE including a reference manual which can be found at: http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website: http://www.openembedded.org/

You can now run 'bitbake '

Common targets are: st-image-core st-image-weston core-image-minimal meta-toolchain meta-toolchain-qt5

Your build environment has been configured with: MACHINE=stm32mp1-disco SDKMACHINE=i686 DISTRO=openstlinux-eglfs

stm@stm-OptiPlex-3060:~/yocto-stm32-dunfell/build$ bitbake core-image-minimal

NOTE: /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-st/images/st-image-resize-initrd.bb: ENABLE_PARTITIONS_IMAGE not enabled Parsing recipes: 100% |###############################################################| Time: 0:01:10 Parsing of 2346 .bb files complete (0 cached, 2346 parsed). 3475 targets, 322 skipped, 0 masked, 0 errors. ERROR: No recipes available for: /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-connectivity/bluez5/bluez5_5.54.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-core/systemd/systemd_244.3.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.2.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.2.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Note bitbake core-image-minimal i try this command lot times but could not solve this problem show like this!! how i solve that NOTE: /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-st/images/st-image-resize-initrd.bb: ENABLE_PARTITIONS_IMAGE not enabled Parsing recipes: 100% |###############################################################| Time: 0:01:10 Parsing of 2346 .bb files complete (0 cached, 2346 parsed). 3475 targets, 322 skipped, 0 masked, 0 errors. ERROR: No recipes available for: /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-connectivity/bluez5/bluez5_5.54.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-core/systemd/systemd_244.3.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.2.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.2.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.2.bbappend /home/stm/yocto-stm32-dunfell/sources/meta-st-openstlinux/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

chengguan commented 2 years ago

I am seeing the same error. Is there a fix yet? Thank you!

Escain commented 1 year ago

Same here