Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
64 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 ...
Johan L's user avatar
  • 21
Tooling
0 votes
6 replies
63 views

From the variable glossary manual of yocto kirkstone (https://docs.yoctoproject.org/4.0.30/ref-manual/variables.html): S The location in the Build Directory where unpacked recipe source code resides. ...
acevans's user avatar
  • 35
1 vote
1 answer
57 views

We have a Yocto project (mickledore) to create a custom Linux for an ARM A7 system. To be able to write code for this target, we also created the SDK. Inside local.conf we have: SDKMACHINE = "...
Daniel's user avatar
  • 13
0 votes
2 answers
70 views

I have a RISC-V dev board for which I am building Yocto Linux. Some of the applications require OpenSSL and the development headers and libs to build the applications. I have been able to add openssl ...
Fernando Hernández's user avatar
0 votes
1 answer
114 views

I am using the scarthgap version of yocto to build an image. I managed to build the image, but now I need to get information which git commit is of a gstreamer library. How to do it?
BЈовић's user avatar
  • 64.7k
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 ...
Camstillo's user avatar
1 vote
1 answer
83 views

I'm trying to create a Bitbake recipe which imports the Clickhouse python library. I'm following the example set in this post. I have a unique problem in that the name of the recipe is very sensitive ...
Camstillo's user avatar
0 votes
2 answers
60 views

I'm trying to get the list of inherited classes and, eventually, I will use it to determine whether to deploy some files or not. The below one only returns the ones that were inherited via INHERIT ...
Caglayan Dokme's user avatar
1 vote
0 answers
34 views

I have a Yocto build that generates both vmlinuz and a cpio.gz initramfs for my target hardware. Part of the requirement is to include a set of executables under /opt/output/myexecutables in the ...
Ram's user avatar
  • 11
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 ...
Tommy's user avatar
  • 675
1 vote
1 answer
97 views

Is it possible to run rm_work tasks on already built recipes? After using up all the disc space I realized too late that INHERIT += "rm_work" is missing in my local.conf file and I do not ...
Martin Flaska's user avatar
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 ...
preetam's user avatar
  • 1,619
0 votes
1 answer
60 views

I have a yocto image for an ARM target. I am building kernel modules on the ARM target and have found an odd problem. Can anyone suggest a solution? On the target I have run "make scripts ...
Pete's user avatar
  • 143
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 ...
Thugmek's user avatar
  • 198
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
0 votes
1 answer
58 views

Often in embedded systems, storage is a bit limited. Hence, you rather not bundle in all the man pages onboard. Later on, I still want to access the manual pages for the specific package versions ...
Brian's user avatar
  • 608
0 votes
0 answers
118 views

I run a build bitbake core-image-minimal which produced poky distro image under build/deploy-ti/images/beagley-ai. I deleted the folder thinking that tmp folder has-it-all and will re-create and re-...
roslyn's user avatar
  • 431
0 votes
1 answer
64 views

Using Yocto (Scarthgap version) to build a SDK, I am trying to use mbedtls recipe from meta-openembedded (bb file) to have static lib and headers to the standrad SDK (with TOOLCHAIN_TARGET_TASK += &...
Logan Gallois's user avatar
0 votes
1 answer
81 views

I have a DTS patch file that adds an EEPROM to the devicetree. I have a .bbappend recipe with these simple lines PATCHTOOL = "git" SRC_URI += " \ file://0001-imx6dl-custom.dts.patch \ ...
il_mix's user avatar
  • 603
2 votes
2 answers
182 views

I have built a custom yocto image for my BBB and I'm having trouble with the UART. I have two uarts mapped ttyS1 and ttyS4. But for some reason I'm having trouble with ttyS1 timing out writing data, ...
Thomas Snyman's user avatar
0 votes
1 answer
196 views

I have a yocto project, the kernel version is 6.1.55. With generated kernel source, it fails to compile my driver code, and generates errors: error: ‘drm_ioctl’ undeclared here (not in a function); ...
dxyzhou-tiger's user avatar
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 ...
Medex RND's user avatar
-1 votes
1 answer
156 views

I want to enable libgfortran on OpenSTLinux. Based on the informotion that i found on the internet I added the following lines to the local.conf IMAGE_FEATURES += "tools-sdk" FORTRAN = "...
ForgottenTale's user avatar
0 votes
1 answer
196 views

I am new to building images using Yocto. I am working with an STM32MPU157F, which comes with OpenSTLinux by default. The default image includes Python 3.12.4, but I also need to have Python 3.11.5 ...
ForgottenTale's user avatar
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 ...
Ethan Powers's user avatar

1
2 3 4 5
78