|
#vmdk #hddimg #iso with 2 messages
#dunfell
#vmdk
#hddimg
#iso
I messed it up, this relates to: https://lists.yoctoproject.org/g/yocto/message/51705
I messed it up, this relates to: https://lists.yoctoproject.org/g/yocto/message/51705
|
By
chruetli@...
·
|
|
Unable to extract tar file 15 messages
#dunfell
#yocto
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokb
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokb
|
By
Vijay Rakesh Munganda
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started 5 messages
#linux
#kernel
#dunfell
Hi VR, Please make sure that the interface name in hostapd.conf matches with the wireless interface name of your target. By default it is set to wlan0, but it could be different in your target (for ex
Hi VR, Please make sure that the interface name in hostapd.conf matches with the wireless interface name of your target. By default it is set to wlan0, but it could be different in your target (for ex
|
By
Shamil Khan
·
|
|
How to add pacemaker and corosync with yocto for aspberrypi with all it's dependencies
#dunfell
#raspberrypi
#yocto
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
|
By
@prashant2314
·
|
|
git-lfs
#dunfell
I am seeing problems in git fetcher using a github repo using lfs + ssh in dunfell. I find if I set "lfs=0" it still attempts to download the lfs objects and fails. Same behavior if "lfs=1". SRC_URI =
I am seeing problems in git fetcher using a github repo using lfs + ssh in dunfell. I find if I set "lfs=0" it still attempts to download the lfs objects and fails. Same behavior if "lfs=1". SRC_URI =
|
By
joel.winarske@...
·
|
|
#vmdk with 2 messages
#vmdk
#dunfell
Not off-hand. Since no one is available right now to help, can you report the bug in: https://bugzilla.yoctoproject.org/ after creating an account: https://bugzilla.yoctoproject.org/createaccount.cgi
Not off-hand. Since no one is available right now to help, can you report the bug in: https://bugzilla.yoctoproject.org/ after creating an account: https://bugzilla.yoctoproject.org/createaccount.cgi
|
By
Randy MacLeod
·
|
|
perl5 do_install() fails (libperl.so: No such file or directory) 4 messages
#dunfell
Hi, debian testing here, dunfell branch. I was able to get rid of the error with following patch. Not sure what's the reason though. --- a/meta/recipes-devtools/perl/perl_5.30.1.bb +++ b/meta/recipes-
Hi, debian testing here, dunfell branch. I was able to get rid of the error with following patch. Not sure what's the reason though. --- a/meta/recipes-devtools/perl/perl_5.30.1.bb +++ b/meta/recipes-
|
By
lobl.pavel@...
·
|
|
pyqt5 in yocto dunfell version
#dunfell
#pyqt5
Hello everyone, I'm trying the dunfell version of yocto, to migrate from zeus to dunfell. I added the layer "meta-qt5", "meta-python2", "meta-openembedded". The problem I meet follows: In zeus version
Hello everyone, I'm trying the dunfell version of yocto, to migrate from zeus to dunfell. I added the layer "meta-qt5", "meta-python2", "meta-openembedded". The problem I meet follows: In zeus version
|
By
anthony.marchand@...
·
|
|
How to write custom recipe to install AWS C SDK from github 7 messages
#dunfell
#linux
#yocto
Hi, do_install failed with an error "ninja: error: unknown target 'install'". Kindly please help me to fix the above issue. -- Configuring done -- Generating done -- Build files have been written to:
Hi, do_install failed with an error "ninja: error: unknown target 'install'". Kindly please help me to fix the above issue. -- Configuring done -- Generating done -- Build files have been written to:
|
By
Vijay Rakesh Munganda
·
|
|
Raspberrypi CM3, u-boot console and kernel patch
#raspberrypi
#rpi
#cm3
#dunfell
#kernel
Dear all, I have 4 different topics on which I can't find a correct answer on internet. I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the meta-
Dear all, I have 4 different topics on which I can't find a correct answer on internet. I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the meta-
|
By
...
·
|
|
qtwayland compile issue 5.15 12 messages
#dunfell
Hi Guys, I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue. Regards, Sateesh
Hi Guys, I am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue. Regards, Sateesh
|
By
sateesh m
·
|
|
dunfell actual package.bbclass causing problems after commit
#dunfell
this commit 087a099c288c6bedf368c8756d998172b02b50ad package: get_package_mapping: avoid dependency mapping if renamed package provides original name is causing this problem: NOTE: recipe intronix-int
this commit 087a099c288c6bedf368c8756d998172b02b50ad package: get_package_mapping: avoid dependency mapping if renamed package provides original name is causing this problem: NOTE: recipe intronix-int
|
By
TRO
·
|
|
How to generate the SDK for RPI3
#dunfell
#raspberrypi
#sdk
Hi Team, I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev
Hi Team, I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev
|
By
@prashant2314
·
|
|
How to integrate kernel-module in yocto-dunfell? 5 messages
#yocto
#dunfell
#apt
#tx2
#kernel
Shared recipe should be the same as one from meta-oe :). So you can include it in your image and it should be build then. BR, marek
Shared recipe should be the same as one from meta-oe :). So you can include it in your image and it should be build then. BR, marek
|
By
Marek Belisko
·
|
|
Information about Yocto Dunfell components version 3 messages
#dunfell
<jester@...> wrote: Also worth noting: The exact versions used will depend on which commit from the dunfell branch you choose. You should follow updates to the stable branch to get the
<jester@...> wrote: Also worth noting: The exact versions used will depend on which commit from the dunfell branch you choose. You should follow updates to the stable branch to get the
|
By
Paul Barker
·
|
|
Private: Re: [yocto] Information about Yocto Dunfell components version
#dunfell
Well if it's not there, then it's not there. If something is not provided by a recipe, then it obviously has no defined version. Please note though that package/recipe names are not directly comparabl
Well if it's not there, then it's not there. If something is not provided by a recipe, then it obviously has no defined version. Please note though that package/recipe names are not directly comparabl
|
By
Josef Holzmayr
·
|