[yocto] [meta-security][dunfell][PATCH] linux-%_5.%.bbappend: drop recipe

2021-09-09 Thread Armin Kuster
Signed-off-by: Armin Kuster (cherry picked from commit 833ae34c8f3222358f65e8ee3fdbac565485694e) --- recipes-kernel/linux/linux-%_5.%.bbappend | 4 1 file changed, 4 deletions(-) delete mode 100644 recipes-kernel/linux/linux-%_5.%.bbappend diff --git

[yocto-announce] [ANNOUNCEMENT]Milestone 3 for Yocto Project 3.4 (yocto-3.4_M3) now available

2021-09-09 Thread Vineela
Hello, We are pleased to announce the third milestone release for Yocto Project 3.4 (yocto-3.4_M3) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M3 bitbake: 0a11696e0898c3c5108e6d7c5ad28da50e00ea66 meta-agl:

[yocto] [ANNOUNCEMENT]Milestone 3 for Yocto Project 3.4 (yocto-3.4_M3) now available

2021-09-09 Thread Vineela
Hello, We are pleased to announce the third milestone release for Yocto Project 3.4 (yocto-3.4_M3) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M3 bitbake: 0a11696e0898c3c5108e6d7c5ad28da50e00ea66 meta-agl:

[yocto] QA notification for completed autobuilder build (yocto-3.3.3.rc2)

2021-09-09 Thread Richard Purdie
A build flagged for QA (yocto-3.3.3.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.3.3.rc2 Build hash information: bitbake: c7b506d11df78cfc4610db6578745eaa6220b13a meta-agl: 60344efa7a50dc2548fc4b5d68b5ad4d60c4023a meta-arm:

Re: [yocto] regd pTest #systemd #yocto

2021-09-09 Thread Khem Raj
On 9/9/21 3:59 AM, rpal...@codeaurora.org wrote: Hi, 1. I'm aware that yocto picks up packages from respective open source community. For e.g. dbus package is picked from freedesktop.org etc. In this regard, what kind of tests does yocto runs to ensure that the package that is

Re: [yocto] Enable graphic in core-image-minimal for raspberrypi #yocto

2021-09-09 Thread Khem Raj
minimal image is not ideal target as it is console only image perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point. On 9/9/21 3:28 AM, yasminebenghoz...@gmail.com wrote: Hello, I cant find how to add maybe graphic conf for the yocto image I

Re: [yocto] extra-cmake-modules #yocto

2021-09-09 Thread Khem Raj
On 9/8/21 11:18 PM, sateesh m wrote: Hi All, I am trying to build an extra-cmake-modules package. Using bitbake command "bitbake extra-cmake-modules" compiled succuss. But using bitbake core-image-plasma-mobile throwing error. So I want to disable native build on the x86 platform is it

[yocto] Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: Sept 9, 2021

2021-09-09 Thread Randy MacLeod
YP AB Intermittent failures meeting === Sept 9, 2021, 9 AM ET https://windriver.zoom.us/j/3696693975 Attendees: Kiran, Richard, Trevor, Randy! Summary: Ptest results continue to improve but there's still room for even more improvement. The make/ninja

Re: [yocto] Minutes: Yocto Project Weekly Triage Meeting 9/9/2021

2021-09-09 Thread Stephen Jolley
Done with AR Stephen From: Trevor Gamblin Sent: Thursday, September 9, 2021 8:06 AM To: Yocto-mailing-list Cc: Richard Purdie ; trevor.gamb...@windriver.com; MacLeod, Randy ; st...@sakoman.com; timothy.t.orl...@intel.com; sjolley.yp...@gmail.com; alexandre.bell...@bootlin.com; Ross

[yocto] Minutes: Yocto Project Weekly Triage Meeting 9/9/2021

2021-09-09 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees:* Alex, Bruce, Diane, Kiran, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor *ARs:* - Randy to move AB defects to M4 after call - Tim to file a bug about improving ptest runner timeout warnings - Stephen to handle 3.4

[yocto] yocto library build needs ldconfig to start working

2021-09-09 Thread Ashutosh Naik
I have a rather simple bitbake package which adds a shared library foo.so to the system in /usr/lib/. However, on first boot, I am always forced to do an explicit "ldconfig" for the library to be detected by the applications. Subsequent reboots do not need an ldconfig. Can I avoid this ldconfig

[yocto] [yocto-autobuilder2][PATCH] add prioritizeBuilders

2021-09-09 Thread Trevor Gamblin
This prioritizeBuilders function sorts builders by the length of their associated worker lists, so that builders that can only be assigned to a small number of workers are assigned to those workers before other builds that don't have specific needs when resources are limited. An example might be

[yocto] regd pTest #systemd #yocto

2021-09-09 Thread rpaluri
Hi, * I'm aware that yocto picks up packages from respective open source community. For e.g. dbus package is picked from freedesktop.org etc. In this regard, what kind of tests does yocto runs to ensure that the package that is getting picked-up is stable enough? * Is it Yocto, that writes

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4_M3.rc1)

2021-09-09 Thread Teoh, Jay Shen
Hi All, This is the full report for yocto-3.4_M3.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jay > -Original Message- > From:

[yocto] Enable graphic in core-image-minimal for raspberrypi #yocto

2021-09-09 Thread yasminebenghozzi6
Hello, I cant find how to add maybe graphic conf for the yocto image I already have for the raspberrypi, Any help? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54680): https://lists.yoctoproject.org/g/yocto/message/54680 Mute This Topic:

[yocto] extra-cmake-modules #yocto

2021-09-09 Thread sateesh m
Hi All, I am trying to build an extra-cmake-modules package. Using bitbake command "bitbake extra-cmake-modules" compiled succuss. But using bitbake core-image-plasma-mobile throwing error. So I want to disable native build on the x86 platform is it possible? or else can anybody know how to