bitbake

SOLVED – ROS2 Yocto – no providers found in RDEPENDS_?

SOLVED – ROS2 Yocto – no providers found in RDEPENDS_? Question: A Bit Backstory I’m trying to install ROS2 package to a Yocto image using Devtools. I follow through this tutorial here with some modification according to my project. The devtools built successfully, but when I run ros2 pkg list My ROS2 package wasn’t there. …

Total answers: 2

Trying to build minimal linux image with Poky , getting python import error

Trying to build minimal linux image with Poky , getting python import error Question: I’m trying to buil a minimal linux image using yocto, When I try to run command bitbake core-image-minimal I get an error from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict ImportError: cannot import name ‘MutableMapping’ from ‘collections’ (/usr/lib/python3.10/collections/__init__.py) I’ve read somewhere …

Total answers: 1