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

Error while adding spinnaker package to Yocto build for core-image-sato

I am working on a project for the intel-corei7-x86_64 hardware board, building the Yocto image core-image-sato. While trying to add the spinnaker package to the Yocto build, I encountered the ...
Rajesh D's user avatar
-1 votes
1 answer
28 views

ERROR: hellosystemd-1.00-r0 do_package: Didn't find service unit 'hello.service', specified in SYSTEMD_SERVICE:hellosystemd

I need to install a systemd service into my own image, but it is failing with following errors: *ERROR: hellosystemd-1.00-r0 do_package: Didn't find service unit 'hello.service', specified in ...
user2477865's user avatar
0 votes
1 answer
143 views

Adding pip to Yocto

I need to use pip in a custom recipe and decided to create a python3-pip for it seeing as yocto was throwing an error due to it missing. This is the current file I have: DESCRIPTION = "Python ...
Box's user avatar
  • 91
0 votes
0 answers
67 views

External Linaro toolchain with Yocto Kirkstone

I have a working Yocto (Kirkstone) build that uses the default toolchain compiled as part of the build process on Ubuntu 22.04. Now, I need to use a precompiled external toolchain. Specifically, I ...
PhilBot's user avatar
  • 30
1 vote
0 answers
23 views

How to add php-pear to a Yocto image using the Kirkstone release?

I'm working with the Kirkstone version of Yocto and trying to include the php-pear package in my custom image. My PHP setup is working fine, and I'm using the php_8.1.29.bb recipe. Here's the relevant ...
Jinu Jose's user avatar
0 votes
0 answers
30 views

wpebackend-rdk Build Error on YOCTO Kirkstone with i.MX6

I am trying to build WPEBackend-rdk on kirkstone for the i.MX6 but I found this error: Could NOT find Wayland (missing: WAYLAND_INCLUDE_DIRS) The content of these variables is empty: ...
user17966221's user avatar
0 votes
0 answers
34 views

How to factorize Yocto image recipe

I have three Yocto recipes which build custom system images. They only differ in the WKS_FILE file used for assembling the final image (because they are intended for different usage). my-sys-base. my-...
Jib's user avatar
  • 1,582
1 vote
1 answer
362 views

Share Yocto SState cache on server for different build clients. Yokto Kirkstone

I am currently using Yocto 4.0.14 Kirkstone - Bitbake Version 2.0.0 I am still a beginner when it comes to using Yocto. The SState cache data is on an internal (HTTPS) cache server. I would like to ...
Ann's user avatar
  • 11
0 votes
0 answers
110 views

Yocto Build gnutls: Libhogweed (nettle's companion library) 3.6 was not found

I have been trying to build the gnutls in my yocto build. I have been using the gnutls_3.7.4. I keep getting the following error that Libhogweed is missing. The error I have copy pasted below:- | ...
Real Mady's user avatar
0 votes
0 answers
71 views

Yocto oe_runmake failed, error in do_bundle_initramfs from bitbake image

I am building yocto image (poky kirksktone release) for x86 target using this set of commands : ./configure.sh -t X86GEN source os/poky/oe-init-build-env cd .. bitbake core-image-integ-x86 ...
Plaigon's user avatar
0 votes
1 answer
93 views

Unable to include Qt StateMachine in Yocto image

I am building custom board's image with yocto (poky-kirkstone) and meta-qt6(6.7.0). I would like rootfs image to have Qt StateMachine libraries. Image generated has many packages from Qt except ...
user22615348's user avatar
0 votes
0 answers
43 views

nvpmodel fails in Yocto Kirkstone on Xavier NX

nvpmodel fails with: NVPM ERROR: Error opening /sys/devices/platform/13e10000.host1x/15810000.se/acm/clk_cap/se: 2 As above path does not exist on the platform. I need a starting point to investigate ...
Patrick Regnouf's user avatar
0 votes
1 answer
106 views

Bitbaking recipe doesn't install DEPENDS

I have got bbappend file for one of the recipe in meta-tegra. Appends are dependent on dtc, which has been added to DEPENDS:append section. On bitbaking this recipe, dtc is not getting built. Below is ...
user22615348's user avatar
0 votes
0 answers
464 views

Yocto useradd completes but no user added to /etc/passwd

I am trying to add a user to an inherited Yocto Kirkstone image build. I have added a recipe in <my-layer>/recipes-core/example-user/example-user.bb SUMMARY = "Add a nonroot user who has ...
ruffle's user avatar
  • 1
0 votes
0 answers
46 views

not directory GPIO in image beaglebone sys/class

enter image description here I use Yocto "kirkstone" I can't get the GPIO directory out, I use "core-image-minimal" does anyone know a solution to get the "GPIO" ...
muhammad fattah's user avatar
0 votes
1 answer
257 views

Is there a specific method to copy the Yocto Project build images (Kirkstone) into another required directory using Yocto Project variables?

Currently, I am building the Kirkstone release-based Yocto Project images. These images are deployed in the ../build/temp/deploy/images/<$MACHINE>/ directory. Now, I need to copy these built ...
rpr's user avatar
  • 1
0 votes
1 answer
3k views

How to install the "pylint3" package on ubuntu 20.4?

While building the images for a custom SoM using the Yocto BSP source, the pylint3 package is not able to be installed on the Ubuntu 20.04 distribution. The error message displayed is: E: Unable to ...
rpr's user avatar
  • 1
0 votes
0 answers
82 views

Yocto kernel is bigger than 1GB

I need my poky to run all in ram(64GB). I tried to bundle the kernel with the rootFS, I was expecting a distro that would load to RAM on boot, using: INITRAMFS_IMAGE_BUNDLE="1" but the ...
yacov's user avatar
  • 1
1 vote
1 answer
618 views

Git LFS doesn't work anymore with Yocto: git doesn't fetch "large files" since we upgraded our tools

Git LFS doesn't work anymore with Yocto: git doesn't fetch "large files" since we upgraded our tools to these versions: Yocto kirkstone gitlab 16.7.3 and gitlab 16.8 git version 2.34.1 git-...
Jean-Loup Sabatier's user avatar
0 votes
0 answers
73 views

Nothing RPROVIDES - python3-adafruit-circuitpython-framebuf - yocto(kirkstone)

Title: Bitbake Fails to Build python3-adafruit-circuitpython-framebuf for Custom Raspberry Pi Image Body: I'm working on a Yocto Project for the Raspberry Pi 4 and trying to include the pi-racer ...
SeungWoo Lee's user avatar
0 votes
1 answer
360 views

In Yocto how to append COMPATIBLE_MACHINE in my layer meta-test

In Yocto kirkstone I'm adding support for new qemu added machine.conf(qemu-test.conf) file in my layer meta-test. How to append COMPATIBLE_MACHINE with my machine qemu-test for the kernel recipe ...
Aspire's user avatar
  • 960
0 votes
1 answer
509 views

Facing errors while trying to build YOCTO for orange pi-5 board

I am trying to build YOCTO for orangepi-5b board but I am facing errors. I have followed the steps which are mentioned in https://github.com/JeffyCN/meta-rockchip/tree/master. And I have added the ...
Kavitha's user avatar
1 vote
1 answer
2k views

Yocto kirkstone RDepends no providers found

This is something I came across after Updating my yocto to Kirkstone, this was working fine prior to that. The error is: do_package_qa: QA Issue: /something.sh contained in package testpackage ...
Sarah's user avatar
  • 11
1 vote
1 answer
2k views

Weston not running from terminal: "no drm device found"

I've built an image using core-image-full-cmdline using Yocto/Poky (kirkstone). I boot the image on a RasPi 4B via SSH. I implemented wayland/weston to my build by adding the following lines to /conf/...
Ironside's user avatar
2 votes
1 answer
2k views

bitbake core-image-weston | Nothing RPROVIDES ... Error

I want to build an image with Yocto, to run a simple Qt6 widget application on a Raspberry Pi 4B. I built an image using bitbake core-image-minimal, but it seems to be to stripped down to run weston ...
Ironside's user avatar
0 votes
1 answer
1k views

bitbake custom-image | do_fetch: Fetcher Failure

I am trying to build a Linux image using Yocto, and I want to run a simple Qt6 application with it on a Raspberry Pi4. I have an issue after starting to build ($ bitbake custom-image). It says, that ...
Ironside's user avatar
-1 votes
1 answer
229 views

u-boot environement writing is always enabled regardless of force_ro value

On my platform, the u-boot environment variables can always be modified. Currently, I'm changing the value of force_ro to '1', which sets the permission mode to read-only. This change is reflected in ...
zaheerk's user avatar
1 vote
0 answers
72 views

Yocto: undefined reference to ´of_find_mipi_dsi_device´

Currently I am working with stm32mp1 board and developing Yocto image for the Kirkstone version. I have the following build configuration for the baord. Build Configuration: BB_VERSION ...
radium88's user avatar
1 vote
2 answers
1k views

How to re-use configuration/includes from another layer?

Suppose I am using a third-party Yocto layer, and I have also created my own layer. The third party layer has lots of config files (for instance, machine configurations) which all include one common ...
Woodrow Barlow's user avatar