Questions tagged [yocto-kirkstone]

The tag has no usage guidance.

yocto-kirkstone
Filter by
Sorted by
Tagged with
1 vote
2 answers
369 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
1 vote
1 answer
132 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
1 vote
1 answer
673 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
1 vote
1 answer
483 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
482 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
1 vote
0 answers
50 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
0 votes
1 answer
385 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
6 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
55 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
25 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
22 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
0 answers
26 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
0 votes
0 answers
31 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
0 answers
70 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
  • 940
0 votes
1 answer
199 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
0 votes
0 answers
58 views

Building Qt6 application with poky (kirkstone)

I am trying to build my custom recipe for qeframework. I have setup by build system with poky (kirkstone) + meta-qt6 (6.4.3). During compilation bitbake is unable to find Makefile because qmake6 is ...
user22615348's user avatar
0 votes
1 answer
309 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
110 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