python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding (buried) features from Yocto layers that are present in your build
I'm a neophyte with Yocto, though I have been able to glean enough from tutorials to create an image that meets some of the requirements for my current project. I'm able to create my own layer and re...
colmekik
Votes: 0
Answers: 1
Bitbake doesn't fetch git repo and throws no error
I am trying to add the files of a git repository inside my console-image. In this matter, I created a recipe inside a layer named meta-rpi (a layer built by the guy that wrote this article, whose yoct...
Alex UnLimited
Votes: 0
Answers: 1
Integrated a custom recipe but don't see any changes in rootfs after flashing
I created a custom recipe which includes some service files to be a part of sysfs, and even though I'm able to build the entire image and flash it, I just don't see any changes in the rootfs.
bitbake-...
xyf
Votes: 0
Answers: 2
Yocto Recipe - Override python module version
I've created a layer to install some python modules, but some of them are already included in a third party layer I need (meta-openembedded). The version of python modules installed by the other layer...
RiccardoCh
Votes: 0
Answers: 2