[yocto] [patchtest-oe][PATCH] test_patch_cve.py: fix cve tag checking logic

2018-11-01 Thread Chen Qi
The current logic for checking cve tag is not correct. It errors out if and only if the patch contains a line which begins with CVE-- and contains nothing else. It will not error out if the patch contains no CVE information, nor will it error out if the patch contains line like below. 'Fi

Re: [yocto] [OE-core] OEDAM @ SCaLE 2019

2018-11-01 Thread Trevor Woerner
Hi Jon, On Thu, Nov 1, 2018 at 3:56 PM Jon Mason wrote: > I am planning on being at SCaLE (assuming the OEDEM happens there). > > Many corporate travel budgets are tied to presenting at conferences. > So, if we could somehow get a track there (which might be too late in > the game to do now), th

Re: [yocto] Where to look when literally nothing happens?

2018-11-01 Thread Erik Hoogeveen
Thank you for the tip Outback. Since sending my email I’ve actually tried exactly that, I built a fresh image with target raspberrypi-cm3. And the funny thing is, it does the exact same thing. It works fine on the regular pi, and nothing with my cm3 lite. My current suspicion is that this is re

Re: [yocto] Removing hostapd init file

2018-11-01 Thread Darcy Watkins
Hi, I have tried schemes like these and found that although they appear to work during rootfs generation, it can result in RPM transaction failures if you try to perform in-place upgrades using RPMs. The post install scriptlets can fail as they attempt to run the update-rc.d command, passing b

Re: [yocto] [OE-core] OEDAM @ SCaLE 2019

2018-11-01 Thread Jon Mason
On Thu, Nov 1, 2018 at 10:04 AM Trevor Woerner wrote: > > Hello Fellow YP/OE Enthusiasts! > > There were discussions at our recent OEDEM regarding: > - our next developers meeting > - SCaLE 2019 > - expanding/adding to the YP/OE presence at conferences (i.e. our own > miniconf?) > > Please see t

Re: [yocto] [PATCH] nginx: module: add ngx-http-auth-pam-module

2018-11-01 Thread Kosta Zertsekel
Guys, I sent the commit to discuss if this is the right way to include NGINX module in the customization layer. It actully compiles OK and works in run-time on target. But, again, I'm looking for the **right** way to do it. I'll be happy to get some feedback. Thanks, --- Kosta Z -- _

[yocto] [PATCH] nginx: module: add ngx-http-auth-pam-module

2018-11-01 Thread Kosta Zertsekel
NGINX support adding third-party modules. These modules are created and maintained by members of the NGINX community. NGINX, Inc. provides support for some of these modules. Each module is developed as a separate git project, but can be compiled only as part of NGINX compilation using `--add-modul

Re: [yocto] Removing hostapd init file

2018-11-01 Thread Joshua Watt
On Tue, 2018-10-23 at 09:03 +0300, Kristupas Savickas wrote: > Greetings, > I'm trying to remove the hostapd init file as I'll handle startup > of it on my own. I've created a .bbappend file in my layer to > do > this: > > > do_install_append() { > > > >

Re: [yocto] [OE-core] OEDAM @ SCaLE 2019

2018-11-01 Thread Trevor Woerner
On Thu, Nov 1, 2018 at 3:32 PM akuster808 wrote: > Trevor, > > > On 11/1/18 7:04 AM, Trevor Woerner wrote: > > Please see time indices: 12:13 and 16:45 > > > https://docs.google.com/document/d/1YDAHjIOXCIgvSZVOKCYLxa8h26dkruX8zspoge7zCpk > > Could you please give us a day's notice the next time s

Re: [yocto] [OE-core] OEDAM @ SCaLE 2019

2018-11-01 Thread akuster808
Trevor, On 11/1/18 7:04 AM, Trevor Woerner wrote: > Hello Fellow YP/OE Enthusiasts! > > There were discussions at our recent OEDEM regarding: > - our next developers meeting > - SCaLE 2019 > - expanding/adding to the YP/OE presence at conferences (i.e. our own > miniconf?) > > Please see time i

[yocto] OEDAM @ SCaLE 2019

2018-11-01 Thread Trevor Woerner
Hello Fellow YP/OE Enthusiasts! There were discussions at our recent OEDEM regarding: - our next developers meeting - SCaLE 2019 - expanding/adding to the YP/OE presence at conferences (i.e. our own miniconf?) Please see time indices: 12:13 and 16:45 https://docs.google.com/document/d/1YDAHjIOX

Re: [yocto] Where to look when literally nothing happens?

2018-11-01 Thread Outback Dingo
On Thu, Nov 1, 2018 at 6:50 PM Outback Dingo wrote: > > On Thu, Nov 1, 2018 at 6:33 PM Erik Hoogeveen > wrote: > > > > Hello, > > > > I’m rather new to embedded software and Yocto. I hope this is the right > > place to ask. If not I’d appreciate it if someone could point me the right > > way to

Re: [yocto] Where to look when literally nothing happens?

2018-11-01 Thread Outback Dingo
On Thu, Nov 1, 2018 at 6:33 PM Erik Hoogeveen wrote: > > Hello, > > I’m rather new to embedded software and Yocto. I hope this is the right place > to ask. If not I’d appreciate it if someone could point me the right way to > do so. > > I’m trying to make a Yocto build for a raspberry pi 3. I’ve

[yocto] Where to look when literally nothing happens?

2018-11-01 Thread Erik Hoogeveen
Hello, I’m rather new to embedded software and Yocto. I hope this is the right place to ask. If not I’d appreciate it if someone could point me the right way to do so. I’m trying to make a Yocto build for a raspberry pi 3. I’ve got it booting and doing things on a regular plain vanilla Raspber

Re: [yocto] Removing hostapd init file

2018-11-01 Thread Uwe Geuder
On Tue, Oct 23, 2018 at 9:14 AM Kristupas Savickas kristupas.savickas-at-teltonika.lt wrote: > > Greetings, > > I'm trying to remove the hostapd init file as I'll handle startup of it on my > own. I've created a .bbappend file in my layer to do this: > > do_install_append() { > rm -rf ${D}${s