|
How to contribute to Yocto core ?
Hello, I think you can look through Bugzilla for unassigned tasks [1], for example. This one should help on commiting [2]. You should send patches to the relevant mailing list [3]. For the core, it sh
Hello, I think you can look through Bugzilla for unassigned tasks [1], for example. This one should help on commiting [2]. You should send patches to the relevant mailing list [3]. For the core, it sh
|
By
Maciej Pijanowski
· #56678
·
|
|
Yocto Application Development
#yocto
Eclipse IDE is no longer maintained as far as i know. The best to start would be to follow the Yocto documentation on creating recipes: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual
Eclipse IDE is no longer maintained as far as i know. The best to start would be to follow the Yocto documentation on creating recipes: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual
|
By
Maciej Pijanowski
· #51639
·
|
|
Writing a simple python recipe to add pydevd support to a personnal layer #yocto #zeus #make python recipe
#yocto
#zeus
#make
I suggest to start with recipetool rather than starting from scratch: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#new-recipe-creating-the-base-recipe-using-recipetool For mos
I suggest to start with recipetool rather than starting from scratch: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#new-recipe-creating-the-base-recipe-using-recipetool For mos
|
By
Maciej Pijanowski
· #51638
·
|
|
State of qemuppc64
Hi, Thanks. I've tried to continue my approach or to take yours config and adapt it. I can get the machine to boot with certain parameters, but so far I was not able to get the login prompt to spawn o
Hi, Thanks. I've tried to continue my approach or to take yours config and adapt it. I can get the machine to boot with certain parameters, but so far I was not able to get the login prompt to spawn o
|
By
Maciej Pijanowski
· #51165
·
|
|
State of qemuppc64
Hello, I need to build a development environment for ppc64 (POWER9). I wanted to use Yocto to build ppc64 QEMU images. I'm starting with big endian as I need to test out this one first. I was surprise
Hello, I need to build a development environment for ppc64 (POWER9). I wanted to use Yocto to build ppc64 QEMU images. I'm starting with big endian as I need to test out this one first. I was surprise
|
By
Maciej Pijanowski
· #51158
·
|
|
bitbake recipe / Network UPS tool
Have you got a chance to test something?
Have you got a chance to test something?
|
By
Maciej Pijanowski
· #50778
·
|
|
RDEPENDS problem
You could try with PROVIDES: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PROVIDES
You could try with PROVIDES: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PROVIDES
|
By
Maciej Pijanowski
· #50761
·
|
|
wvdial
It's supposed to be file:// not files:// in the URL.
It's supposed to be file:// not files:// in the URL.
|
By
Maciej Pijanowski
· #50712
·
|
|
wvdial
I'm sorry, but you I think you really do need a pair of glasses ;) It's supposed to be file:// not file:// in the URL.
I'm sorry, but you I think you really do need a pair of glasses ;) It's supposed to be file:// not file:// in the URL.
|
By
Maciej Pijanowski
· #50711
·
|
|
wvdial
Well, as you can see this directory is not one of the search paths in the log above. Rename file -> files
Well, as you can see this directory is not one of the search paths in the log above. Rename file -> files
|
By
Maciej Pijanowski
· #50702
·
|
|
vwdial
You should keep list on the copy while responding. It looks like you have some old Yocto revision and pulled in one recipe from master to it? Which Yocto revision is that? You can't expect that things
You should keep list on the copy while responding. It looks like you have some old Yocto revision and pulled in one recipe from master to it? Which Yocto revision is that? You can't expect that things
|
By
Maciej Pijanowski
· #50644
·
|
|
vwdial
Yes, you got the recipe name wrong. It's wvdial
Yes, you got the recipe name wrong. It's wvdial
|
By
Maciej Pijanowski
· #50637
·
|
|
bitbake recipe / Network UPS tool
Hi, I happen to have this recipe lying around. I have not upstreamed it for some reason (probably lack of time and I have not been using this package at the end, so it is not properly tested out). I g
Hi, I happen to have this recipe lying around. I have not upstreamed it for some reason (probably lack of time and I have not been using this package at the end, so it is not properly tested out). I g
|
By
Maciej Pijanowski
· #50453
·
|
|
Removing Python2 Completely
If you want to remove python2 from the image, you need to make sure that no other package installed to the image RDEPENDS (runtime dependency) on it. I would start with checking what still pulls the p
If you want to remove python2 from the image, you need to make sure that no other package installed to the image RDEPENDS (runtime dependency) on it. I would start with checking what still pulls the p
|
By
Maciej Pijanowski
· #50396
·
|
|
Removing Python2 Completely
You can see what is pulling the python2 to the image (using the bitbake -g for example). Which Yocto release are you using? I believe the latest one (Dunfell) is already python3 only.
You can see what is pulling the python2 to the image (using the bitbake -g for example). Which Yocto release are you using? I believe the latest one (Dunfell) is already python3 only.
|
By
Maciej Pijanowski
· #50395
·
|
|
Implementing WIC plugin for legacy GRUB disk image
Hi, In Yocto, we have the WIC plugin for building EFI-aware GRUB image. We also have the bootimg-pcbios: http://git.yoctoproject.org/cgit.cgi/poky/tree/scripts/lib/wic/plugins/source/bootimg-pcbios.py
Hi, In Yocto, we have the WIC plugin for building EFI-aware GRUB image. We also have the bootimg-pcbios: http://git.yoctoproject.org/cgit.cgi/poky/tree/scripts/lib/wic/plugins/source/bootimg-pcbios.py
|
By
Maciej Pijanowski
· #48640
·
|
|
package QA & missing runtime dependency alerting (thud)
Yes, it does look at the sheabangs of the scripts. Please refer to the manual and the insane.bbclass imeplementation https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#ref-classes-i
Yes, it does look at the sheabangs of the scripts. Please refer to the manual and the insane.bbclass imeplementation https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#ref-classes-i
|
By
Maciej Pijanowski
· #48479
·
|
|
Building multipartition images
Using wic you can exclude one directory from the partition and install it into another partition. Example I've used some time ago: https://github.com/3mdeb/meta-rte/blob/master/wic/sunxi-mmc-spl.wks#L
Using wic you can exclude one directory from the partition and install it into another partition. Example I've used some time ago: https://github.com/3mdeb/meta-rte/blob/master/wic/sunxi-mmc-spl.wks#L
|
By
Maciej Pijanowski
· #47985
·
|
|
ubuntu from Yocto
There is not. With Yocto you create your own distribution. You may be interested in isar then: https://github.com/ilbers/isar It also uses OpenEmbedded but takes advantage of Debian binary packages in
There is not. With Yocto you create your own distribution. You may be interested in isar then: https://github.com/ilbers/isar It also uses OpenEmbedded but takes advantage of Debian binary packages in
|
By
Maciej Pijanowski
· #47788
·
|
|
Private: Re: [yocto] Which layer is best for tpm2 stack
I'm currently using meta-tpm from meta-security for tpm2-tools. My reasoning was that this one will likely be the one to go in the long run since it's hosted on the poky git (?).
I'm currently using meta-tpm from meta-security for tpm2-tools. My reasoning was that this one will likely be the one to go in the long run since it's hosted on the poky git (?).
|
By
Maciej Pijanowski
· #47464
·
|