yocto

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

Using Yocto with a distribution using python3 by defaults

Using Yocto with a distribution using python3 by defaults Question: More and more Linux distributions use python 3.x as default python, but Yocto still uses python 2.7. How to use Yocto with one of those distributions? Asked By: Shan-x || Source Answers: Linux distributions slowly transfer to Python3 on an application by application basis, by …

Total answers: 5