|
#vivado #make #bitbake
#vivado
#make
#bitbake
I am trying to build a Xilinx XDMA driver for Yocto, using their supplied makefile. When I run my recipe the build fails with the following errors: DEBUG: Executing shell function do_compile NOTE: mak
I am trying to build a Xilinx XDMA driver for Yocto, using their supplied makefile. When I run my recipe the build fails with the following errors: DEBUG: Executing shell function do_compile NOTE: mak
|
By
...
·
|
|
#bitbake #sdk
#bitbake
#sdk
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
|
By
Hariom@...
·
|
|
do_populate_lic: Fatal QA errors found, failing task.
#bitbake
#systemd
#ubuntu
#honister
So I'm trying to build my recipe and it continuously fails at the do_populate_lic() phase. I've pasted my recipe file. The Source # Recipe created by recipetool # This is the basis of a recipe and may
So I'm trying to build my recipe and it continuously fails at the do_populate_lic() phase. I've pasted my recipe file. The Source # Recipe created by recipetool # This is the basis of a recipe and may
|
By
Ali
·
|
|
How to build flashable yocto image for amd ryzen 5 2 messages
#bitbake
Please start by reading this https://git.yoctoproject.org/meta-amd/tree/README.md
Please start by reading this https://git.yoctoproject.org/meta-amd/tree/README.md
|
By
Khem Raj
·
|
|
Upgrading bbappend files
#devtool
#bitbake
Hi, i am trying to update bbappend files only with SRCREV, SRCBRANCH and SRC_URI defined in bbappend files using devtool .What should i follow Thanks & regards, Manjunath
Hi, i am trying to update bbappend files only with SRCREV, SRCBRANCH and SRC_URI defined in bbappend files using devtool .What should i follow Thanks & regards, Manjunath
|
By
ksmanjunath681@...
·
|
|
Private: Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Re-adding the list. Hi Sourabh Glad to hear it works now. I see, I never used Docker Desktop for Windows, so I can't give you advice about that specifically. If the ssh connection works correctly with
Re-adding the list. Hi Sourabh Glad to hear it works now. I see, I never used Docker Desktop for Windows, so I can't give you advice about that specifically. If the ssh connection works correctly with
|
By
Nicolas Jeker
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe 9 messages
#bitbake
Hi! I think you're starting to mix various things together, you should maybe try to not do everything at the same time. I added comments about what is wrong with your config, but depending on your bui
Hi! I think you're starting to mix various things together, you should maybe try to not do everything at the same time. I added comments about what is wrong with your config, but depending on your bui
|
By
Nicolas Jeker
·
|
|
/bin/sh: 1: bison: not found while compiling own kernel module with poky-dunfell 2 messages
#bitbake
hello, try to add 'bison-native' to DEPENDS. Am 29.12.21 um 07:16 schrieb prashantsingh@...:
hello, try to add 'bison-native' to DEPENDS. Am 29.12.21 um 07:16 schrieb prashantsingh@...:
|
By
Markus Volk
·
|
|
Not getting login screen for xfce desktop
#bitbake
I'm building xfce4 desktop based yocto image,I'm using poky-hardknott bsp, Image is booting fine but I'm not getting login screen for the user I'm adding, I've tried may things but no luck, if some ha
I'm building xfce4 desktop based yocto image,I'm using poky-hardknott bsp, Image is booting fine but I'm not getting login screen for the user I'm adding, I've tried may things but no luck, if some ha
|
By
@prashant2314
·
|
|
Problem installing python package from a wheel 5 messages
#bitbake
#python
Ah OK, I wasn't aware of the the python naming convention. That is likely my problem since I'm using Honister which uses Python 3.9. I pulled the wheel from NVIDIA's forums for pytorch, unfortunately
Ah OK, I wasn't aware of the the python naming convention. That is likely my problem since I'm using Honister which uses Python 3.9. I pulled the wheel from NVIDIA's forums for pytorch, unfortunately
|
By
David Babich
·
|
|
Task is not re-triggered even if variables in vardeps change
#bitbake
#yocto
Hi guys, I have an issue related to vardeps where I am making a task dependent on some variables. I have created some new variables e.g., NEW_VARIABLE, added them to BB_ENV_EXTRAWHITE. In some recipes
Hi guys, I have an issue related to vardeps where I am making a task dependent on some variables. I have created some new variables e.g., NEW_VARIABLE, added them to BB_ENV_EXTRAWHITE. In some recipes
|
By
Mohannad Oraby
·
|
|
psplash logo not comming
#yocto
#ubuntu
#uboot
#gatesgarth
#bitbake
hi sir, i am working on yocto ,i created one core-image-base inside that image i want to set logo on u-boot and kernel side ,i added psplash also in local.conf (IMAGE_FEATURES = "psplash") . but defau
hi sir, i am working on yocto ,i created one core-image-base inside that image i want to set logo on u-boot and kernel side ,i added psplash also in local.conf (IMAGE_FEATURES = "psplash") . but defau
|
By
...
·
|
|
Cross-compile custom ROS2 package for Yocto 6 messages
#bitbake
Hello, Matthias. It seems the issue was around naming. Now it works fine even without FILES:${PN} at the end of .bb file. I am now good to move forward. Thank you very much for your assistance. It is
Hello, Matthias. It seems the issue was around naming. Now it works fine even without FILES:${PN} at the end of .bb file. I am now good to move forward. Thank you very much for your assistance. It is
|
By
bojankoce
·
|
|
How to add Network Manager plug-in in my xfce-desktop based image for Rpi4
#cm3
#bitbake
Dear Team, I've built a desktop based image for Rpi4, now I need to configure the network from front end not via terminal access, so for this I'm not getting solution, please assist me if some one hav
Dear Team, I've built a desktop based image for Rpi4, now I need to configure the network from front end not via terminal access, so for this I'm not getting solution, please assist me if some one hav
|
By
@prashant2314
·
|
|
#bitbake TOPDIR not evaluating on custom distro
#bitbake
I have a curious problem with TOPDIR environment variable. Running standard Poky build with 25.0.3 works as expected but when using a custom distro layer the build fails as the host tools are not visi
I have a curious problem with TOPDIR environment variable. Running standard Poky build with 25.0.3 works as expected but when using a custom distro layer the build fails as the host tools are not visi
|
By
jussi.vanska@...
·
|
|
Getting absolute paths in yocto generated native binary 3 messages
#toolchain
#sdk
#bitbake
#native
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images. ..Ch:W..
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images. ..Ch:W..
|
By
Chuck Wolber
·
|
|
How to remove -rpath and -rpath-link from BUILD_LDFLAGS env variable to solve following error: QA Issue: package python3-scipy contains bad RPATH?
#python
#bitbake
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: inherit pypi setup
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: inherit pypi setup
|
By
surfinride
·
|
|
#bitbake Can't get application sources from private git using SSH keys 3 messages
#bitbake
#yocto
Thank you Yoann. I was able to fetch.
Thank you Yoann. I was able to fetch.
|
By
mail2uvijay@...
·
|
|
How to pass arguments to a shell function from python task bb.build.exec_func ? 2 messages
#bitbake
#yocto
AFAIK, passing arguments from a python function to a shell function is not allowed
AFAIK, passing arguments from a python function to a shell function is not allowed
|
By
Joshua Watt
·
|
|
#bitbake bitbake fails when build for sqlcipher on AM335x
#bitbake
I am following steps mentioned below link to create Kernel and u-boot for AM335x starter kit http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.html Its buil
I am following steps mentioned below link to create Kernel and u-boot for AM335x starter kit http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.html Its buil
|
By
...
·
|