Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
65 views

I don't understand how to use devtool properly for my Yocto project. I started using it in order to patch the kernel as suggested by the Yocto Project. I just don't understand why it behaves ...
1 vote
0 answers
39 views

I'm getting some strange behavior in my Yocto build of PySide6. I've cloned the meta-qt6 layer (release 6.8) and I want to install PySide6. I found that I was getting a bunch of do_fetch errors ...
2 votes
0 answers
79 views

I'm working with a python library (clickhouse_connect) that depends on getpass, a standard python library. I'm deploying that library to an embedded linux device, a Toradex iMX8QXP board. When I go to ...
5 votes
0 answers
78 views

I’m running ROS 1 Noetic on a Yocto-based image. I’m trying to create an empty catkin workspace (catkin_init_workspace, then catkin_make). catkin_make fails during configuration with errors like: /...
0 votes
0 answers
67 views

I am using a b2qt manifest v6.9.0.xml to build an image bsp. I have added a layer with our own customisations, recipes, bbappends etc. and build a successful image with MACHINE=raspberrypi-armv8 for ...
0 votes
0 answers
40 views

I am building yocto styhead for a custom board. However, it chokes on nss-3.10. I am not sure why only I am getting this issue. Iam building on Docker container running ubuntu 24.04. How do I debug ...
0 votes
0 answers
241 views

In my Yocto mickledore image, I need python 3.12. Yocto mickledore has only python 3.11 included, so I have copied meta/recipes-devtools/python/* from openembedded layer scarthgap branch to my own ...
1 vote
0 answers
399 views

I would appreciate any help with the update-alternatives class: I cannot understand how it is used and what the correct options are. I need to install nginx-debug (my own build with --with-debug ...
0 votes
0 answers
522 views

I would like to ask for an advice regarding Yocto recipes dependencies. I want to have recipes, inheriting my provider.bbclass with some logic to collect files for future processing. I want to have ...
0 votes
0 answers
173 views

It is fairly straight forward to get a cross compile tool chain with Yocto. Building and installing the "regular" SDK needs only two commands: bitbake <my_image> -c populate_sdk sh tmp/...
0 votes
0 answers
112 views

I’m working on an STM32MP157F-EV1 board and encountering this error: warning: FBIOPUT_VSCREENINFO failed, double buffering disabled I’ve tried enabling framebuffer-related options, including enabling ...
1 vote
0 answers
99 views

I'm working on a yocto project and I'm doing the development on an x86 linux machine. However, the build target is arm64 linux, and I need the native modules (specifically sharp) to be compiled for ...
1 vote
0 answers
1k views

I am a newer in Yocto, and tried build my project, but hit following issue, anyone hit same issue and comment on it? Thanks a lot in advance. WARNING: /local/mnt/workspace2/LE/CentOS_EDGE1.0/poky/...
0 votes
0 answers
39 views

I am using the Yocto Project and trying to interface a Canon LBP6030w printer via USB. I have added the necessary packages and dependencies to the Yocto build and successfully built the image. However,...
2 votes
0 answers
277 views

I am trying to understand how exactly the concept of toolchain for embedded Linux systems is used/being practiced in the Yocto project but find myself confused. To start with, what I DO understand ...
4 votes
0 answers
1k views

I have some recipes that add a deploy task after installation using addtask deploy after do_install. This always worked as expected, however after an update to Poky Kirkstone, the behavior seems ...
1 vote
0 answers
532 views

Using Yocto, I created a recipe which depends on an other recipe I have created. I added the recipe to my image. I want to specify the version which depends the recipe such like: custom-image-next.bb ...
0 votes
0 answers
59 views

I'm attempting to build a yocto OS from a Ubuntu host. Past attempts with the same configuration files (*.conf) and source/ files were successful, but for some reason in the last few weeks I can't get ...
0 votes
0 answers
72 views

I'm helping develop a Python application which collects data from several sensors and manages a server to send those data to a web application (React) to display. The application is supposed to work ...
0 votes
0 answers
55 views

Issue: Kernel Modules Missing for Container-Management Feature in Custom Jetson Nano Yocto Image Problem: I am building a custom Linux image for the Jetson Nano using Yocto with the linux-tegra kernel....
1 vote
0 answers
33 views

Fairly new to yocto, I built successfully bitbake core-image-minimal, then runing runqemu nographic works as expected but I cannot make it work with just runqemu: runqemu - INFO - Continuing with the ...
0 votes
0 answers
102 views

I am setting up an OPKG feed on an embedded system and am encountering issues with GPG signature verification. Here's the setup and the problem: Setup Details: Generated a GPG key using: gpg --quick-...
1 vote
0 answers
88 views

I am attempting to build a yocto build for the imx8 for the first time. I have set up a docker file from the following github (I believe the official imx8 branch), and am building from this branch: ...
1 vote
0 answers
191 views

I am using PetaLinux (2024.1) to build linux images. Component configuration (e.g. uboot) is done with petalinux-config -c uboot which opens a tui interface to interact with the .config and the ...
1 vote
0 answers
101 views

I am using PetaLinux 2018.3 to generate kernel and rootfs images. I observe that, after the kernel compilation, Module.symvers file only contains symbol entries from vmlinux. It does not contain any ...

1
2 3 4 5
18