Re: [yocto] [PATCH][yocto-kernel-cache] base.cfg: enable TMPFS_POSIX_ACL and TMPFS_XATTR

2015-12-07 Thread Bruce Ashfield
On 11/26/2015 02:50 AM, rongqing...@windriver.com wrote: From: Roy Li enable Tmpfs POSIX Access Control Lists and Tmpfs extended attributes this will remove the error when systemd apply the ACL to tmpfs: systemd-udevd[335]: Failed to apply ACL on /dev/dri/card0: Operation not supported

Re: [yocto] [PATCH][yocto-kernel-cache] netfilter: enable several netfilter options

2015-12-07 Thread Bruce Ashfield
On Tue, Dec 1, 2015 at 12:24 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 2015-11-30 8:08 PM, Rongqing Li wrote: > >> >> >> On 2015年11月30日 13:22, Bruce Ashfield wrote: >> >>> On 2015-11-26 12:25 AM, rongqing...@windriver.com wrote: >>> From: Roy Li the below kerne

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-07 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Monday, December 07, 2015 2:50 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org; Trevor Woerner ; > Michael Habibi > Subject: Re: [yocto] Best practice for files copied directly into sysroo

[yocto] Yocto Project Autobuilder 2.1 Feature planning.

2015-12-07 Thread Flanagan, Elizabeth
Folks, We're going to have the 2.1 feature planning meeting for the Yocto Project Autobuilder this Wednesday the 9th at 11am PST. If you have features for 2.1 that will require an autobuilder update, please send those features in prior to this meeting either by opening a bug in bugzilla or send me

Re: [yocto] BeagleBone...bitbake -v core-image-sato stops

2015-12-07 Thread kaffeesurrogat
Hello again, i've had a closer look to my gentoo system. Since it is an old but regularly updated system i am stuck with a non-multilib enabled profile. Luckily I have a newer installation on a different machine available and until now things compile fine. The new installation is using a mult

Re: [yocto] PREEMPT-RT patch: wrong header

2015-12-07 Thread Bruce Ashfield
On 12/07/2015 08:03 AM, mike9874 channel wrote: Hello, i am building an image for qeumux86 with the PREEMT-RT patch. Therefore I use the following in my image.conf file: PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" PREFERRED_VERSION_linux-yocto-rt ?= "4%" I get an image with the 4.1.8-rt

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-07 Thread Paul Eggleton
On Mon, 07 Dec 2015 12:48:29 Trevor Woerner wrote: > On 12/04/15 09:03, Bryan Evenson wrote: > > Although I am having issues with the license; I haven't figured out where > > to put it and what to set LIC_FILES_CHKSUM to in the recipe so that > > bitbake can find the license. If anyone has a good

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-07 Thread Trevor Woerner
On 12/04/15 09:03, Bryan Evenson wrote: > Although I am having issues with the license; I haven't figured out where to > put it and what to set LIC_FILES_CHKSUM to in the recipe so that bitbake can > find the license. If anyone has a good answer for that, let me know. You could try: LICENSE

Re: [yocto] PREEMPT-RT patch: wrong header

2015-12-07 Thread mar.krzeminski
Hello, I think you need to set PREFERRED_VERSION_linux-headers, but I have no idea what you should set for yocto-rt. Regards, Marcin W dniu 07.12.2015 o 14:03, mike9874 channel pisze: Hello, i am building an image for qeumux86 with the PREEMT-RT patch. Therefore I use the following in my im

[yocto] PREEMPT-RT patch: wrong header

2015-12-07 Thread mike9874 channel
Hello, i am building an image for qeumux86 with the PREEMT-RT patch. Therefore I use the following in my image.conf file: PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" PREFERRED_VERSION_linux-yocto-rt ?= "4%" I get an image with the 4.1.8-rt8-yocto-preempt-rt kernel. I have an Application w

[yocto] How to use PREEMPT-RT Header in Yocto

2015-12-07 Thread Baumann, Michael
Hello everbody, I am trying to use the PREEMPT-RT patch, therefore I bitbake an image with the linux-yocto-rt 4.1.8 kernel. The linux-yocto-rt kernel is built and runs in qemux86. Now I try to build an application which uses the sched_setattr to set scheduling policy SCHED_DEADLINE from . My

[yocto] Image specific package feed sources

2015-12-07 Thread Bryan Evenson
All, I'm on poky/dizzy-1.7.3 and I'm having some conflict when creating image specific packages. I have two separate images that I build. One image is the production-ready image and the other is a development image. The development image includes the -dbg versions of packages and all the too