Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
194 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
263 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
0 votes
1 answer
141 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 ...
user8822312's user avatar
1 vote
2 answers
740 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 ...
peregrinus's user avatar
1 vote
0 answers
79 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 &...
loannnlo's user avatar
  • 141
0 votes
1 answer
489 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 | {...
InsaneCoder's user avatar
  • 8,388
0 votes
1 answer
176 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....
Werner Thomassen Andrade's user avatar
0 votes
1 answer
50 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 ...
Janne Paalijarvi's user avatar
0 votes
1 answer
133 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 ...
preetam's user avatar
  • 1,619
0 votes
0 answers
307 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 ...
preetam's user avatar
  • 1,619
1 vote
0 answers
231 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 ...
davidA's user avatar
  • 14k
0 votes
0 answers
176 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" ...
preetam's user avatar
  • 1,619
-1 votes
1 answer
284 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 ...
Mark Kang's user avatar
  • 1,075
0 votes
1 answer
82 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". ...
Khamzat's user avatar
  • 43
1 vote
1 answer
759 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....
Paiusco's user avatar
  • 379

15 30 50 per page
1
2 3 4 5
36