Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
-1 votes
1 answer
225 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 = "...
0 votes
1 answer
282 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 ...
0 votes
1 answer
148 views

I want to use dt validation for my kernel build in yocto projects. I noticed 2 recipes python3-dtschema-wrapper.bb and python3-dtschema.bb but I'm unclear about how to properly use them to validate my ...
1 vote
2 answers
791 views

In my yocto recipe I added the meta-browser layer from the branch scarthgap. I get the error: ERROR: Layer 'chromium-browser-layer' depends on layer 'scarthgap-rust-mixin', but this layer is not ...
1 vote
0 answers
83 views

I have u-boot-xlnx.bbappend recipe where I download the wolfssl repo and put it under lib SRC_URI += " git://github.com/wolfssl/wolfssl.git;protocol=https;destsuffix=git/lib/wolfssl;name=wolf &...
0 votes
1 answer
509 views

I am building latest poky and seeing random build failures like these : | {standard input}: Assembler messages: | {standard input}:31007: Warning: end of file not at end of a line; newline inserted | {...
0 votes
1 answer
185 views

There is another very similar question here but it has no answer so ill try anyway Im using Kas 4.5 to setup a yocto build I need meta-xilinx which requires openembedded meta layers https://layers....
0 votes
1 answer
51 views

Executive summary: Some binaries build for our yocto images have different md5sums based on build path. Path does not affect checksums of a minimal project built. I am using TI-supplied Yocto platform ...
0 votes
1 answer
138 views

When I build yocto, I get the kernel Image and device tree in build/tmp/deploy/images/<machine>/. The device tree and overlays are also at the same location. I want to change the location of the ...
0 votes
0 answers
316 views

I'm trying to write a meta laterfor scarthgap and build only the kernel for a custom board. I have added all the configurations but it seems efi causes some erros in build despite following the ...
1 vote
0 answers
240 views

I have a Python/Rust project that uses PyO3 to build a Python extension, written in Rust. I have it set up with maturin and it works fine locally - it will build a wheel (.whl) and within that is my ...
0 votes
0 answers
199 views

I am trying to override the url for gstreamer-omx module in yocto recipe. gstreamer/gstreamer1.0-omx_1.16.3.bb: SRC_URI = "https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-${PV}.tar.xz" ...
-1 votes
1 answer
310 views

We can get build info if we add this line: INHERIT += "image-buildinfo" ref: https://wiki.koansoftware.com/index.php/Add_build_information_into_a_Yocto_image However, the information was ...
0 votes
1 answer
87 views

Right now I'm trying to create my custom SDK image. At the beginning I created my own image and added a bunch of packages to it using: TOOLCHAIN_TARGET_TASK += "<package name>-dev". ...
1 vote
1 answer
778 views

Currently, I'm facing an odd requirement, where we have to put 2 slightly different binaries into the rootfs, and the only difference is the fact that we have an extra CMake option set for one of them....

15 30 50 per page
1
2 3 4 5
36