Skip to main content
Filter by
Sorted by
Tagged with
30 votes
4 answers
72k views

I'm using Yocto to install clBLAS library, using the clblas_git.bb recipe. But I'm getting the below warning everytime and the .so file is not present in the built image. WARNING: QA Issue: clblas: ...
Avis's user avatar
  • 1,116
7 votes
4 answers
5k views

I am writing a custom yocto recipe that should install a python package from a .whl file. I tried it using a recipe that contains: inherit pypi setuptools PYPI_SRC_URI="http://ci.tensorflow.org/...
Mathias's user avatar
  • 71
22 votes
2 answers
50k views

Hi this is my layer tree ├── conf │   └── layer.conf ├── COPYING.MIT ├── README └── recipes-hello ├── helloworld │   ├── helloworld-0.1 │   │   ├── helloworld.c │   │   ├── helloworld....
user7345878's user avatar
14 votes
5 answers
38k views

I wish to add more python modules to my yocto/openembedded project but I am unsure how to? I wish to add flask and its dependencies.
timelmg's user avatar
  • 151
5 votes
3 answers
10k views

I've got a couple of HW platforms (same cpu, etc.) that require different asound.conf files. The way that I'm controlling the target platform is via the MACHINE variable and target image (i.e., ...
zonedar's user avatar
  • 251
2 votes
1 answer
5k views

I am trying to add two new u-boot environment variables through my Yocto build process. My file u-boot-imx_2021.04.bbappend contains FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += ...
Michael's user avatar
  • 523
22 votes
2 answers
69k views

I have a trouble of understanding the FILES_${PN} even after I have read the manual. For example, I was working on this example of making startup script. After I wrote something similar to, I got ...
Yahia Farghaly's user avatar
9 votes
6 answers
14k views

I'm new to Yocto Project. The initial idea is to create a custom image based on core-image-full-cmdline (this is with no windowing system) and generate a Qt5 SDK against this image. So my target to ...
anat0lius's user avatar
  • 2,285
7 votes
5 answers
28k views

I need to start my own systemd service, let's call it custom.service. I know how to write a recipe for it to be added and enabled on boot: SYSTEMD_SERVICE_${PN} = "custom.service" ...
ilya1725's user avatar
  • 5,109
7 votes
2 answers
13k views

I would like to install/copy all my directories and files recursively from working directory to my target package rootfs on yocto build system. I tried the solution provided by Tobias Bystricky in ...
vijayaragavalu's user avatar
39 votes
3 answers
28k views

I work with the Yocto Project quite a bit and a common challenge is determining why (or from what recipe) a file has been included on the rootfs. This is something that can hopefully be derived from ...
shibley's user avatar
  • 1,708
19 votes
6 answers
74k views

I'm trying to run D-Bus on an embedded system (Yocto Linux) and connect to it from my application code. I get the following error when I call dbus_bus_get(DBUS_BUS_SESSION, &err); Using X11 for ...
User55412's user avatar
  • 950
14 votes
6 answers
41k views

I am building an image with Yocto/Poky release Daisy 1.6.3. What is the correct way or config file where to set the root password? The default password is empty and I can't find a place where to ...
Alessandro Da Rugna's user avatar
8 votes
1 answer
24k views

For testing purposes, I am using the example recipe provided by yocto to demonstrate how to build kernel modules. SUMMARY = "Example of how to build an external Linux kernel module" LICENSE = "GPLv2" ...
Paul Knopf's user avatar
  • 9,804
7 votes
3 answers
18k views

I am using the sama5d27-wlsom1-ek board for my demo and I am trying to make changes to the device tree. So far I have compiled core-image-minimal and find my dtb files are generated in /tmp/work/...
Sohil Shah's user avatar
6 votes
1 answer
9k views

I am creating an image containing standard recipes and my owns. I wanted to list the licenses I use in all of the included packages and later check if I can use them for commercial application for ...
David Bensoussan's user avatar
6 votes
1 answer
10k views

I'm building a custom kernel for the beaglebone black. Following this guide (http://android.serverbox.ch/?p=1273) I'm able to boot to console successfully using a base image. When I try to build ...
BullBoyShoes's user avatar
5 votes
2 answers
4k views

I want to give several files Linux capabilities (e.g. CAP_NET_ADMIN). I am using Yocto and my file system should be read-only and must not be changed after flashing the software (this means ...
Quizard's user avatar
  • 81
3 votes
4 answers
5k views

I'm putting together a recipe that's supposed to add amqtt to my image (https://github.com/Yakifo/amqtt). The project only comes with a pyproject.toml but lacks a setup.py. Thus, bitbake is ...
grmmgrmm's user avatar
  • 1,468
2 votes
1 answer
1k views

I am currently working on a board booting in 64 bit mode using aarch64 and I have a u-boot in 32 bit mode, I would use arm-linux-gnueabihf. I looked around but there's no other way than using a ...
David Bensoussan's user avatar
2 votes
2 answers
33k views

I am working on yocto, I want to compile some C files in yocto and install the resulting binary to external filesystem. Before doing that I tried creating a separate reciepe and compile c code ...
anikhan's user avatar
  • 1,256
2 votes
1 answer
4k views

What is the difference between meta-oe of meta-openembedded layer and meta of poky layer https://github.com/openembedded/meta-openembedded https://git.yoctoproject.org/git/poky I am looking into ...
md.jamal's user avatar
  • 4,717
2 votes
2 answers
8k views

I'm building an System with Yocto/poky (morty branch). Building the image and the sdk works fine. I've installed the SDK on an machine (other than the build machine) to cross compile a tool. I've ...
powerpete's user avatar
  • 3,178
1 vote
1 answer
876 views

Whats wrong with the argument, is there is no kernel_add_dts subcommand. I get this below error whenever i try to run $ recipetool kernel_add_dts meta-local /path/to/my.dts recipetool: error: argument ...
Raulp's user avatar
  • 8,316
1 vote
1 answer
183 views

When looking up something in the Yocto project reference manual, I sometimes encounter ??= or ?= operators. Normally, a simple = is used in recipes instead. What's the difference between ??= and a ...
Mo_'s user avatar
  • 2,070

1
2 3 4 5
7