|
Building rust package fails with "can't find crate for `std`"
3 messages
#bitbake
#toolchain
#rust
#kirkstone
Hello, I'm trying to build a rust package which pulls openssl-sys as a dependency. I've used cargo bitbake to create the build script. When I try to build the package using bitbake I get the following
Hello, I'm trying to build a rust package which pulls openssl-sys as a dependency. I've used cargo bitbake to create the build script. When I try to build the package using bitbake I get the following
|
By
martin.stolpe@...
·
|
|
#kirkstone qemu
#kirkstone
Hello: I built kirkstone core-image-sato from scratch no modifications, clean build was going test kirkstone out… When I went to run using qemu I saw the following issue with “tun”, even after a manua
Hello: I built kirkstone core-image-sato from scratch no modifications, clean build was going test kirkstone out… When I went to run using qemu I saw the following issue with “tun”, even after a manua
|
By
Monsees, Steven C (US)
·
|
|
Kirkstone Upgrade now gives RDEPENDS error with /usr/bin/python
#python
#kirkstone
Good Afternoon, I am updating a project from Honister to Kirkstone, Has anyone else run into an issue with python files with a #!/usr/bin/python header throwing the (abbreviated) Error below? This did
Good Afternoon, I am updating a project from Honister to Kirkstone, Has anyone else run into an issue with python files with a #!/usr/bin/python header throwing the (abbreviated) Error below? This did
|
By
bgctkd@...
·
|
|
BBClass function and symbolic link (symlink) ... I throw in the towel
8 messages
#kirkstone
#python
#bitbake
Hi Joshua, Everything is around the /etc/version file. I know that this file is generated automatically and this is hardcoded in Yocto. I've to check how to found a workaround on this. Sorry for this.
Hi Joshua, Everything is around the /etc/version file. I know that this file is generated automatically and this is hardcoded in Yocto. I've to check how to found a workaround on this. Sorry for this.
|
By
...
·
|
|
#kirkstone #bitbake Suricata QA error directories not shipped
2 messages
#kirkstone
#bitbake
The Suricata recipe Python environment variable is PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.10/site-packages"
The Suricata recipe Python environment variable is PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.10/site-packages"
|
By
Gary Huband
·
|
|
#linux #kirkstone #yocto x86_64 machine bootloader
#linux
#kirkstone
#yocto
Hi community, I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file. By doing a bitbake -e <my_image> I can't figure out
Hi community, I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file. By doing a bitbake -e <my_image> I can't figure out
|
By
...
·
|
|
Devtool fails if SRCREV is set to ${AUTOREV}
2 messages
#kirkstone
#devtool
#yocto
I'm having the exact same issue when just modifying a custom linux recipie which is essntially the same as the one provided but referencing 5.15 after transposing recipies from dunfell to kirkstone. T
I'm having the exact same issue when just modifying a custom linux recipie which is essntially the same as the one provided but referencing 5.15 after transposing recipies from dunfell to kirkstone. T
|
By
acox@...
·
|
|
configure task runs in devshell but not in bitbake
2 messages
#devtool
#kirkstone
I have a native tool (dotnet cli) that i use for configure/compile. It used to run fine in honister but im now having issues in kirkstone after recently upgrading. I can switch to a devshell and execu
I have a native tool (dotnet cli) that i use for configure/compile. It used to run fine in honister but im now having issues in kirkstone after recently upgrading. I can switch to a devshell and execu
|
By
douglas.cooper1@...
·
|
|
libcrypto.so.1.0.0 and libssl.so.1.0.0 - any easy way to include these into a kirkstone build along with the newer versions?
#kirkstone
#libcrypto
#libssl
Using poky/kirkstone as a base, I am sideloading an app that requires libcrypto.so.1.0.0 and libssl.so.1.0.0 which are not present by default. I have seen suggestions to include various "10" packages
Using poky/kirkstone as a base, I am sideloading an app that requires libcrypto.so.1.0.0 and libssl.so.1.0.0 which are not present by default. I have seen suggestions to include various "10" packages
|
By
bgctkd@...
·
|
|
Autotools build failure
5 messages
#kirkstone
#autotools
Martin, Many thanks for the reply. I just added an empty directory in the build directory. I see other recipes adding (such as this) using the SRC_URI, SRCREV_common & SRCREV_FORMAT. I'll give it a go
Martin, Many thanks for the reply. I just added an empty directory in the build directory. I see other recipes adding (such as this) using the SRC_URI, SRCREV_common & SRCREV_FORMAT. I'll give it a go
|
By
Electronic Consult
·
|
|
Intel G202 Lan Card Sluggishness
#kirkstone
#mickledore
#lan
#igb
Hello -- I am currently working on an embedded system using an Intel G202 Lan card. It uses the igb driver. We are on the Kirkstone branch the ping response time is poor (on the order of hundreds of m
Hello -- I am currently working on an embedded system using an Intel G202 Lan card. It uses the igb driver. We are on the Kirkstone branch the ping response time is poor (on the order of hundreds of m
|
By
bgctkd@...
·
|
|
Need to check if BBFETCH_RETRYCOUNT variable is in use
2 messages
#yocto
#bitbake
#kirkstone
Hello Everyone came across BBFETCH_RETRYCOUNT variable. But I couldn't find this variable in reference manual or variable glossary. My understanding is if we BBFETCH_RETRYCOUNT = "5" bitbake retry fai
Hello Everyone came across BBFETCH_RETRYCOUNT variable. But I couldn't find this variable in reference manual or variable glossary. My understanding is if we BBFETCH_RETRYCOUNT = "5" bitbake retry fai
|
By
shibi.cbe@...
·
|
|
Multilib for core-image-minimal
#kirkstone
I am new to Yocto, and am trying to build core-image-minimal with multilib using the latest Kirkstone release. The image builds ok without the multilib config entries, but adding the entries (local.co
I am new to Yocto, and am trying to build core-image-minimal with multilib using the latest Kirkstone release. The image builds ok without the multilib config entries, but adding the entries (local.co
|
By
Spore, David
·
|
|
#kirkstone boot script section not added in the fitimage
2 messages
#kirkstone
Hi Sébastien, The logic seems reasonable to me, yes. We could have used the deploy directory instead and depend on the do_deploy task instead of the do_populate_sysroot but I think it is actually safe
Hi Sébastien, The logic seems reasonable to me, yes. We could have used the deploy directory instead and depend on the do_deploy task instead of the do_populate_sysroot but I think it is actually safe
|
By
Quentin Schulz
·
|
|
#kirkstone efivar build failed
2 messages
#kirkstone
Hello guys, I'm trying to use `QT6` and `Boot2QT` meta layer and I noticed that `ld-is-gold` is used in `DISTRO_FEATURES` This build of efivar failed. Please see the logs below. gcc -isystem/home/iche
Hello guys, I'm trying to use `QT6` and `Boot2QT` meta layer and I noticed that `ld-is-gold` is used in `DISTRO_FEATURES` This build of efivar failed. Please see the logs below. gcc -isystem/home/iche
|
By
Ilies CHERGUI
·
|
|
#kirkstone #systemd
3 messages
#kirkstone
#systemd
I'm building an intel-corei7-64 image using meta-intel with systemd. I need to modify /boot/loader/loader.conf and /boot/loader/entries/boot.conf. I've tried using devtool modify for systemd, systemd-
I'm building an intel-corei7-64 image using meta-intel with systemd. I need to modify /boot/loader/loader.conf and /boot/loader/entries/boot.conf. I've tried using devtool modify for systemd, systemd-
|
By
Gary Huband
·
|
|
SDK missing qemu 'user' backend type.
2 messages
#kirkstone
#sdk
Hi Yocto community, I figured out what happened, hopefully this is useful to anyone. We did use parts from the meta-cloud-service repository, to be specific the meta-openstack. That layer has a qemu_6
Hi Yocto community, I figured out what happened, hopefully this is useful to anyone. We did use parts from the meta-cloud-service repository, to be specific the meta-openstack. That layer has a qemu_6
|
By
Jeffrey Simons
·
|
|
chrony pkg-config backport fix
2 messages
#kirkstone
On 2023-02-02 10:15, Gary Huband via lists.yoctoproject.org wrote: Yes please, it does cherry-pick back cleanly but I didn't take the time to build/test. FYI: https://www.openembedded.org/wiki/How_to_
On 2023-02-02 10:15, Gary Huband via lists.yoctoproject.org wrote: Yes please, it does cherry-pick back cleanly but I didn't take the time to build/test. FYI: https://www.openembedded.org/wiki/How_to_
|
By
Randy MacLeod
·
|
|
Include Driver in my imx-image
2 messages
#sdk
#yocto
#imx8
#kirkstone
#kernel
Hello List, I am making kernel yocto image for imx8mplus. But according to my project requirement i need different audio driver rather then default which comes with this linux image. I am able to see
Hello List, I am making kernel yocto image for imx8mplus. But according to my project requirement i need different audio driver rather then default which comes with this linux image. I am able to see
|
By
...
·
|
|
Integrating Yocto for ti-TDA4VM using kas build tool
#bitbake
#kirkstone
#yocto
Hi, I am trying to build an image using kas built tool for ti TDA4VM. For this I have created the attached j721e.yml file. When I put machine as j721e-evm it is showing the below error " Overrides cou
Hi, I am trying to build an image using kas built tool for ti TDA4VM. For this I have created the attached j721e.yml file. When I put machine as j721e-evm it is showing the below error " Overrides cou
|
By
ayansh.mishra25@...
·
|