|
#bitbake
#bitbake
Since uvicorn has a proper pyproject.toml, you will want to use the new "PEP-517" classes available since 'kirkstone' Yocto Project release. You want to look at the pyproject.toml "build-backend" line
Since uvicorn has a proper pyproject.toml, you will want to use the new "PEP-517" classes available since 'kirkstone' Yocto Project release. You want to look at the pyproject.toml "build-backend" line
|
By
Tim Orling
· #59483
·
|
|
#bitbake
#bitbake
Hi, I am new to the mailing list and hope that this is the right place to drop my question. For my project I want to make use of the uvicorn package. Because I did not find any yocto recipe for the la
Hi, I am new to the mailing list and hope that this is the right place to drop my question. For my project I want to make use of the uvicorn package. Because I did not find any yocto recipe for the la
|
By
elshoud
· #59482
·
|
|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
|
By
Tim Orling
· #59467
·
|
|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
|
By
Nikita Gupta
· #59462
·
|
|
AUTOREV not works in bitbake 2.0.5
#bitbake
use SRCPV in PV as the error says
use SRCPV in PV as the error says
|
By
Martin Jansa
· #59377
·
|
|
AUTOREV not works in bitbake 2.0.5
#bitbake
Hi All, In my downstream layer, one recipe uses the ${AUTOREV} to get the very latest commit always, obviously we want the very latest changes always to build the recipes often, that’s why we assigned
Hi All, In my downstream layer, one recipe uses the ${AUTOREV} to get the very latest commit always, obviously we want the very latest changes always to build the recipes often, that’s why we assigned
|
By
Srinuvasan A
· #59376
·
|
|
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@...
· #59292
·
|
|
Recipe to install third-party RPM
#bitbake
Federico, Thanks for your reply. I did build a recipe for a tar.gz source archive previously, which worked. But for the RPM I felt like I was missing something. Meanwhile, my multilib build for core-i
Federico, Thanks for your reply. I did build a recipe for a tar.gz source archive previously, which worked. But for the RPM I felt like I was missing something. Meanwhile, my multilib build for core-i
|
By
Spore, David
· #58773
·
|
|
Recipe to install third-party RPM
#bitbake
Hello David, There is nothing really special compared to "usual" recipes or whatever you use RPM or another packager. In short: 1) You should create (likely in a layer of yours) the recipe for your "t
Hello David, There is nothing really special compared to "usual" recipes or whatever you use RPM or another packager. In short: 1) You should create (likely in a layer of yours) the recipe for your "t
|
By
Federico Pellegrin
· #58769
·
|
|
Recipe to install third-party RPM
#bitbake
Hello, I need to deploy a third-party package as part of my Yocto image. I am not sure how to build a recipe that will automate the installation of this RPM and dependencies. If any of these dependent
Hello, I need to deploy a third-party package as part of my Yocto image. I am not sure how to build a recipe that will automate the installation of this RPM and dependencies. If any of these dependent
|
By
Spore, David
· #58764
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
Hi Martin, As far as I remember, RDEPENDS is handled by the package manager when installing the package. So I imagine this is a way to make sure that a filesystem is not built with two packages that a
Hi Martin, As far as I remember, RDEPENDS is handled by the package manager when installing the package. So I imagine this is a way to make sure that a filesystem is not built with two packages that a
|
By
Quentin Schulz
· #58627
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
thanks for reply, i original method was specified the package version in local.conf by PREFEREED_VERSION. i wondering if configure package version in package group via RDEPENDS makes it possible? but
thanks for reply, i original method was specified the package version in local.conf by PREFEREED_VERSION. i wondering if configure package version in package group via RDEPENDS makes it possible? but
|
By
Martin
· #58624
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
I think your major concern is “I have multiple version for opencv, but bibake installed the version 3.4.3 default.”. It’s because layers have different layer priorities specified by BBFILE_PRIORITY in
I think your major concern is “I have multiple version for opencv, but bibake installed the version 3.4.3 default.”. It’s because layers have different layer priorities specified by BBFILE_PRIORITY in
|
By
Chen Qi
· #58618
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
You need to look up PREFERRED_VERSION rather. Alex
You need to look up PREFERRED_VERSION rather. Alex
|
By
Alexander Kanavin
· #58617
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
I have multiple version for opencv, but bibake installed the version 3.4.3 default. === Matching recipes: === opencv: meta-rcar-gen3-adas 3.4.3+gitAUTOINC+b38c50b3d0_1f6d6f0626_bdb7bb85f3_34e4206aef_f
I have multiple version for opencv, but bibake installed the version 3.4.3 default. === Matching recipes: === opencv: meta-rcar-gen3-adas 3.4.3+gitAUTOINC+b38c50b3d0_1f6d6f0626_bdb7bb85f3_34e4206aef_f
|
By
Martin
· #58616
·
|
|
#kirkstone #bitbake Suricata QA error directories not shipped
#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
· #58434
·
|
|
#kirkstone #bitbake Suricata QA error directories not shipped
#kirkstone
#bitbake
I'm getting a directories not shipped QA error when building Suricata on Kirkstone: ERROR: mc:x86-2021-minimal:suricata-6.0.4-r0 do_package: QA Issue: suricata: Files/directories were installed but no
I'm getting a directories not shipped QA error when building Suricata on Kirkstone: ERROR: mc:x86-2021-minimal:suricata-6.0.4-r0 do_package: QA Issue: suricata: Files/directories were installed but no
|
By
Gary Huband
· #58433
·
|
|
Apply Rt-Patch in raspberry yocto image
#patch
#rpi
#yocto
#bitbake
#dunfell
Hi, After applying the patch to the source, I suppose you built the kernel (and is just missing in your email) ? If not that is a quite important step missing ;) Besides that: 1) preempt-rt patch is o
Hi, After applying the patch to the source, I suppose you built the kernel (and is just missing in your email) ? If not that is a quite important step missing ;) Besides that: 1) preempt-rt patch is o
|
By
Federico Pellegrin
· #58336
·
|
|
Apply Rt-Patch in raspberry yocto image
#patch
#rpi
#yocto
#bitbake
#dunfell
Hello All I want to apply similar kernel version rt-patch in my rpi-basic-image for my raspberrypi4-64 machine. So, I tried to apply rt-patch for a standard rasbian image (5.15.61-v8+) but not got suc
Hello All I want to apply similar kernel version rt-patch in my rpi-basic-image for my raspberrypi4-64 machine. So, I tried to apply rt-patch for a standard rasbian image (5.15.61-v8+) but not got suc
|
By
Nikita Gupta
· #58335
·
|
|
Boost and LibSocketCan Errors
#bitbake
“This folder is empty” Ross
“This folder is empty” Ross
|
By
Ross Burton
· #58228
·
|