[yocto] Yocto Linux kernel 4.8 boot can't login.

2017-01-11 Thread Richard Zhang
Hi all Just a strange error on my login. With yocto kernel 4.8 and glibc 2.23 from poky 2.1.2, I get this: setuid: Function not implemented Is there something incompatible? Full kernel message: [3.308503] clocksource: Switched to clocksource tsc [ 12.843922] md: Waiting for

Re: [yocto] [meta-selinux] What's the point of refpolicy-minimum?

2017-01-11 Thread wenzong fan
On 01/10/2017 10:48 PM, Joe MacDonald wrote: Wenzong / Shrikant, I thought I knew the answer to the above question, and maybe my understanding is still correct, but I think I need to ask it now anyway. I don't use refpolicy-minimum for anything, so when I did the updates to refpolicy*_git I

Re: [yocto] [meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023

2017-01-11 Thread wenzong fan
On 01/11/2017 09:51 PM, Joe MacDonald wrote: [Re: [yocto] [meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023] On 17.01.11 (Wed 10:24) wenzong fan wrote: On 01/10/2017 10:25 PM, Joe MacDonald wrote: [[yocto] [meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023] On 17.01.10 (Tue

Re: [yocto] [OE-core] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Jeff Osier-Mixon
That is an excellent question. The main issue is that the room usually contains 20-25 people who are spread too far apart for many solutions to hear effectively. This is compounded by normally not having any access to the room until the morning of the event, so it is always a mad scramble. This

Re: [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Paul Eggleton
On Mon, 09 Jan 2017 16:04:57 Philip Balister wrote: > As we do around each Embedded Linux Conference, OpenEmbedded will host a > developer meeting to discuss the state of OpenEmbedded and what efforts > we should focus on over the next six months or so. > > All developers and users are welcome to

Re: [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Jeff Osier-Mixon
Hi Sandeep - yes, there is a DevDay planned for Friday Feb 24, after ELC. Details and registration links are here: https://www.yoctoproject.org/devday On Wed, Jan 11, 2017 at 4:43 PM, Sandeep G.R wrote: > Hi Philip, > > Is Yocto developer day planned during ELC-2017

Re: [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Sandeep G.R
Hi Philip, Is Yocto developer day planned during ELC-2017 Portland, USA. Can you share the registration details if any? On Mon, Jan 9, 2017 at 2:04 PM, Philip Balister wrote: > As we do around each Embedded Linux Conference, OpenEmbedded will host a > developer meeting to

[yocto] opkg.conf in sdk and custom URIs

2017-01-11 Thread Oleksy, Adam (Nokia - PL/Wroclaw)
Hi all, I've found that SDK produced by recipe meta-toolchain contains opkg.conf file with paths to the tmp/deploy/ipk/ directories. In our company all the ipk files are also stored on the http server. I've prepared recipe which produce our flavor of the opkg.conf (opkg_http.conf), which is

Re: [yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-11 Thread Paul Eggleton
On Wed, 11 Jan 2017 08:42:46 Aníbal Limón wrote: > On 01/11/2017 02:59 AM, Paul Eggleton wrote: > > On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote: > >> The new client/server API of tinfoil requires explicit call of > >> shutdown method to send the event for finalize cooker process. > >> > >>

[yocto] [meta-mingw] Morty branch?

2017-01-11 Thread Mark Hatle
I don't see any specific Morty branch available for meta-mingw. Also many of the patches that were in progress have not been integrated to the master branch either. I've posted the Wind River version of meta-mingw for use with Morty based products to:

Re: [yocto] how does one stay on top of YP security alerts?

2017-01-11 Thread Mark Hatle
On 1/11/17 8:49 AM, Philip Balister wrote: > The question of security comes up at every OpenEmbedded developer > meeting. Clearly, the companies building products with OpenEmbedded care > about security. > > The problem following the CVE's direct is you need to do analysis to > determine if a

[yocto] [patchwork][PATCH] patchwork/bin/parsemail: Improve new patch filtering

2017-01-11 Thread Jose Lamego
From: Jose Lamego Patchwork may incorrectly identify emails containing patch-like content or that are replies/forwards from a previous message as patches, thus wrongly creating a new series revision. This change makes "[PATCH" prefix in subject mandatory for emails to be

Re: [yocto] [bitbake] OECORE_TARGET_SYSROOT and OECORE_NATIVE_SYSROOT variables not availables ?

2017-01-11 Thread Khem Raj
STAGING_DIR_HOST and STAGING_DIR_NATIVE are OE variables that can be used in recipes to point to target and build host sysroots respectively. On Tue, Jan 10, 2017 at 11:22 PM, Karim ATIKI wrote: > Khem, > > > Ok. > > How are they specified using Yocto build system ? > >

Re: [yocto] Failure Inheriting rpm_sign

2017-01-11 Thread Khem Raj
On Wed, Jan 11, 2017 at 4:33 AM, Chris Trobridge wrote: > On Mon, 2017-01-09 at 10:47 -0800, Khem Raj wrote: >> On Fri, Jan 6, 2017 at 3:52 AM, Chris Trobridge >> wrote: >> > I am getting "Exception: OSError: [Errno 7] Argument list too

Re: [yocto] kernel config fragments not applied

2017-01-11 Thread Schmitt, Richard
I think I have an apology to make. My issue was that the config fragment I used (overlayfs.cfg) was: CONFIG_OVERLAY_FS = yes Note the spaces around the = sign. With spaces, the setting is ignored. When I changed the config fragment to: CONFIG_OVERLAY_FS=yes (without spaces), the setting took.

Re: [yocto] kernel config fragments not applied

2017-01-11 Thread Bruce Ashfield
On 2017-01-11 09:49 AM, Schmitt, Richard wrote: I think I have an apology to make. None needed! My issue was that the config fragment I used (overlayfs.cfg) was: CONFIG_OVERLAY_FS = yes Note the spaces around the = sign. With spaces, the setting is ignored. When I changed the config

Re: [yocto] how does one stay on top of YP security alerts?

2017-01-11 Thread Alexander Kanavin
On 01/11/2017 04:49 PM, Philip Balister wrote: The problem following the CVE's direct is you need to do analysis to determine if a specific release has the vulnerability. We do have guidelines for marking CVE's addressed by commits, to help people interested in developing tools to show what

Re: [yocto] how does one stay on top of YP security alerts?

2017-01-11 Thread Philip Balister
The question of security comes up at every OpenEmbedded developer meeting. Clearly, the companies building products with OpenEmbedded care about security. The problem following the CVE's direct is you need to do analysis to determine if a specific release has the vulnerability. We do have

Re: [yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-11 Thread Aníbal Limón
On 01/11/2017 02:59 AM, Paul Eggleton wrote: > Hi Aníbal, > > On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote: >> The new client/server API of tinfoil requires explicit call of >> shutdown method to send the event for finalize cooker process. >> >> Also in update_layer remove the databuilder

Re: [yocto] [meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023

2017-01-11 Thread Joe MacDonald
[Re: [yocto] [meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023] On 17.01.11 (Wed 10:24) wenzong fan wrote: > On 01/10/2017 10:25 PM, Joe MacDonald wrote: > >[[yocto] [meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023] On > >17.01.10 (Tue 00:54) wenzong@windriver.com wrote: > > >

[linux-yocto] [PATCH] Fix crash bug when skl_probe fail

2017-01-11 Thread Guoqing Zhang
The skl_free expects no display is powered on when called. The fix makes sure the display is powered off before calling it Signed-off-by: Guoqing Zhang --- sound/soc/intel/skylake/skl.c | 8 1 file changed, 8 insertions(+) diff --git

Re: [yocto] Failure Inheriting rpm_sign

2017-01-11 Thread Chris Trobridge
On Mon, 2017-01-09 at 10:47 -0800, Khem Raj wrote: > On Fri, Jan 6, 2017 at 3:52 AM, Chris Trobridge > wrote: > > I am getting "Exception: OSError: [Errno 7] Argument list too long" > > for sign_rpm in the do_package_write_rpm tasks for the > > linux-yocto and

Re: [yocto] has support for MPC8315E-RDB been dropped?

2017-01-11 Thread Joshua Lock
On Mon, 2017-01-09 at 10:17 +, Burton, Ross wrote: > Nope, we're missing a tarball somewhere.  Can you file a bug? Filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=10911 Joshua > Ross > On 6 January 2017 at 22:30, Robert P. J. Day > wrote: > >   i notice that if

Re: [yocto] Adding to inittab based on image content

2017-01-11 Thread colin.helliwell
Thanks Rudi, that's got it. -Original Message- From: Rudolf J Streif [mailto:rudolf.str...@gmail.com] Sent: 06 January 2017 17:18 To: yocto@yoctoproject.org; colin.helliw...@ln-systems.com Subject: Re: [yocto] Adding to inittab based on image content Hi Colin, The correct way of doing

Re: [yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-11 Thread Paul Eggleton
Hi Aníbal, On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote: > The new client/server API of tinfoil requires explicit call of > shutdown method to send the event for finalize cooker process. > > Also in update_layer remove the databuilder and cache instance > now isn't needed. This patch didn't

Re: [yocto] how does one stay on top of YP security alerts?

2017-01-11 Thread Bent Bisballe Nyeng
On 01/10/2017 09:53 PM, Paul Eggleton wrote: > On Tue, 10 Jan 2017 10:37:48 Bent Bisballe Nyeng wrote: >> I found the list initially through this page: >> https://wiki.yoctoproject.org/wiki/Security where it is described as the >> security [at] yoctoprojct [dot] org being the discussion list and