[yocto] [meta-zephyr][PATCH] zephyrtargetcontrol.py: fix testimage 'testimage_dump_monitor' argument issue

2021-05-24 Thread Naveen Saini
Error log: Exception: TypeError: __init__() got an unexpected keyword argument 'testimage_dump_monitor' Ref: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=3acbec85b00d693d2d731bc2b09cc40be1cc68e9 Signed-off-by: Naveen Saini --- lib/oeqa/controllers/zephyrtargetcontrol.py | 2 +- 1

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
> IIRC, dhcp-server has been replaced by kea, check on that side maybe. > Read the migration notes, pretty sure the kea thing is listed there. Done. All fixed according to Quentin's recommendations. https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh#L114 https://github.com

[yocto] M+ & H bugs with Milestone Movements WW21

2021-05-24 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW21 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13190 RRS cannot handle multiple recipes with same PN randy.macl...@windriver

[yocto] Enhancements/Bugs closed WW21!

2021-05-24 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 7 richard.pur...@linuxfoundation.org 3 mhalst...@linuxfoundation.org 1 alexandre.bell...@bootlin.com 1 chee.yang@intel.com 1 Grand Total 13 Thanks,

[yocto] Current high bug count owners for Yocto Project 3.4

2021-05-24 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW21 of who have open medium or higher bugs and enhancements against YP 3.4. There are 110 possible work days left until the final release candidates for YP 3.4 needs to be released. Who Count r...@burtonini.com 31 richard.p

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-05-24 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

[yocto] [ANNOUNCEMENT] Yocto Project 3.3.1 (hardknott-25.0.1) is Released

2021-05-24 Thread Vineela
Generating announcement for point release 3.3.1. We are pleased to announce the Yocto Project 3.3.1 (hardknott-25.0.1) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.3.1/poky-hardknott-25.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Quentin Schulz
On May 24, 2021 2:13:57 PM UTC, Zoran wrote: >Or, maybe, now the DHCP is included in the releases by default? > >Thank you, >Zoran >___ > >On Mon, May 24, 2021 at 4:09 PM Zoran Stojsavljevic > wrote: >> >> Hello Quentin, >> >> Thank you for finding the bug. It was in front of my eyes (I prin

Re: [yocto] using grpc fails with linker error: file in wrong format

2021-05-24 Thread Khem Raj
On 5/24/21 12:37 AM, Juergen Landwehr wrote: Hi all, I am developing a C++ library that is using gRPC. To be able to use protoc for generating the stubs I added the following dependencies: DEPENDS += "\ grpc-native \ protobuf-native \ ... " and to link my library with cross-c

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
Or, maybe, now the DHCP is included in the releases by default? Thank you, Zoran ___ On Mon, May 24, 2021 at 4:09 PM Zoran Stojsavljevic wrote: > > Hello Quentin, > > Thank you for finding the bug. It was in front of my eyes (I print all > the layers at the end of setup, but I missed to comp

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
Hello Quentin, Thank you for finding the bug. It was in front of my eyes (I print all the layers at the end of setup, but I missed to compare bb-layers from dunfell with bb-layers from gatesgarth). I should do better. With regards to testing thinking. ;-) ___ Now, there are other bugs (I sho

Re: [yocto] Gatesgarth-24.0.4 image-live fails

2021-05-24 Thread Ferry Toth
Wow, that got messed up, let me retry. Op 24-05-2021 om 14:19 schreef Ferry Toth: Accidentally I refreshed poky and rebuilt. The image-live (do_bootimg) fails when building hddimg with the following: ERROR: edison-image-1.0-r0 do_bootimg: Error executing a python function in exec_python_func(

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Quentin Schulz
Hi Zoran, On May 24, 2021 8:27:58 AM UTC, Zoran wrote: >Hello again to YOCTO Folks, > >Here is another blunder I ran into while fixing a yocto-setup.sh script: >https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh > >While executing $ . ./yocto-setup.sh dunfell, everything

[yocto] Gatesgarth-24.0.4 image-live fails

2021-05-24 Thread Ferry Toth
Accidentally I refreshed poky and rebuilt. The image-live (do_bootimg) fails when building hddimg with the following: ERROR: edison-image-1.0-r0 do_bootimg: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/fa

[yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
Hello again to YOCTO Folks, Here is another blunder I ran into while fixing a yocto-setup.sh script: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh While executing $ . ./yocto-setup.sh dunfell, everything ran smoothly. I did the same routine with the $ . ./yocto-set

[yocto] using grpc fails with linker error: file in wrong format

2021-05-24 Thread Juergen Landwehr
Hi all, I am developing a C++ library that is using gRPC. To be able to use protoc for generating the stubs I added the following dependencies: DEPENDS += "\ grpc-native \ protobuf-native \ ... " and to link my library with cross-compiled libraries: RDEPENDS += "\ grpc \ protobuf \ ... "