[linux-yocto] [PULL REQUEST v3] Intel Axxia updates to linux-yocto-4.1

2015-12-07 Thread Cristian Bercaru
Hello! I rebased our patches upon your latest updates to linux-yocto-4.1. This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including NCR, PCIe, Dickens, amba-pl011 and XLF device trees. Please pull the patches from

[linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.14

2015-12-07 Thread Cristian Bercaru
Hello! This patch synchronizes the Axxia fragments from the meta branch of linux-yocto-3.14 with the ones on the yocto-3.14 branch from yocto-kernel-cache. Please apply it on the meta branch from git://git.yoctoproject.org/linux-yocto-3.14 Thank you, Cristian Bercaru (1): meta: bsp/axxia: sync

[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

[linux-yocto] [PATCH] meta: bsp/axxia: sync with yocto-kernel-cache

2015-12-07 Thread Cristian Bercaru
Sync the config fragments of Axxia BSPs with those on the 'yocto-3.14' branch from git://git.yoctoproject.org/yocto-kernel-cache Signed-off-by: Cristian Bercaru --- .../bsp/axxiaarm/axxiaarm-standard.scc |1 -

[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

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:

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

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] 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

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

[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

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 >

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

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

Re: [linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.14

2015-12-07 Thread Bruce Ashfield
On 12/07/2015 09:56 AM, Cristian Bercaru wrote: Hello! This patch synchronizes the Axxia fragments from the meta branch of linux-yocto-3.14 with the ones on the yocto-3.14 branch from yocto-kernel-cache. Please apply it on the meta branch from git://git.yoctoproject.org/linux-yocto-3.14 merged

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-3.14

2015-12-07 Thread Bruce Ashfield
On 12/01/2015 11:23 PM, Cristian Bercaru wrote: Hello! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-3.14, including NCR and femac. Please pull the patches from https://github.com/lsigithub/axxia_yocto_linux_3.14_pull.git into

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-3.4

2015-12-07 Thread Bruce Ashfield
On 12/01/2015 11:20 PM, Cristian Bercaru wrote: Hello! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-3.4, including NCR and femac. Please pull the patches from https://github.com/lsigithub/lsi_axxia_yocto_pull.git into

Re: [linux-yocto] [PATCH 0/2] Intel Axxia meta updates to linux-yocto-3.4

2015-12-07 Thread Bruce Ashfield
On 12/01/2015 09:56 AM, Cristian Bercaru wrote: Hello! Please apply this series of patches on the 'meta' branch from git://git.yoctoproject.org/linux-yocto-3.4.git merged. Bruce Thank you, Cristian Bercaru (2): meta: bsp/axxia: add preempt-rt support meta: bsp/axxia: make SMP

Re: [linux-yocto] [PATCH 0/2] Intel Axxia meta updates to linux-yocto-3.4

2015-12-07 Thread Bruce Ashfield
On 12/01/2015 09:56 AM, Cristian Bercaru wrote: Hello! Please apply this series of patches on the 'meta' branch from git://git.yoctoproject.org/linux-yocto-3.4.git merged Bruce Thank you, Cristian Bercaru (2): meta: bsp/axxia: add preempt-rt support meta: bsp/axxia: make SMP

Re: [linux-yocto] [PATCH] Intel Axxia meta updates to yocto-kernel-cache yocto-4.1

2015-12-07 Thread Bruce Ashfield
On 12/01/2015 10:11 AM, Cristian Bercaru wrote: Hello! This patch brings minor modifications to Axxia arm/arm64 BSPs. Please apply it on the 'yocto-4.1' branch from git://git.yoctoproject.org/yocto-kernel-cache merged Bruce Thank you, Cristian Bercaru (1): bsp/axxia: update base

Re: [linux-yocto] [PATCH] Intel Axxia meta updates to yocto-kernel-cache yocto-3.14

2015-12-07 Thread Bruce Ashfield
On 12/01/2015 10:16 AM, Cristian Bercaru wrote: Hello! This patch makes the SMP feature optional in the configuration of Axxia BSPs. Please apply it on the 'yocto-3.14' branch from git://git.yoctoproject.org/yocto-kernel-cache merged. Bruce Thank you, Cristian Bercaru (1): bsp/axxia:

Re: [linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.10

2015-12-07 Thread Bruce Ashfield
On 12/02/2015 06:13 AM, Cristian Bercaru wrote: Hello! This patch keeps the homogenity of the config fragments from the meta-axxia layer. Please apply it on the meta branch from git://git.yoctoproject.org/linux-yocto-3.10 merged. Bruce Thank you, Cristian Bercaru (1): meta: bsp/axxia:

Re: [linux-yocto] [PATCH] Intel Axxia update to linux-yocto-3.10

2015-12-07 Thread Bruce Ashfield
On 12/02/2015 05:16 AM, Cristian Bercaru wrote: Hello! This patch fixes an irq concurrency problem in the Axxia FEMAC driver. Please apply it in linux-yocto-3.10, on the branches standard/axxia/base standard/preempt-rt/axxia/base merged. Bruce Thank you, Cristian Bercaru John

Re: [linux-yocto] [PULL REQUEST v3] Intel Axxia updates to linux-yocto-4.1

2015-12-07 Thread Bruce Ashfield
On 12/07/2015 08:36 AM, Cristian Bercaru wrote: Hello! I rebased our patches upon your latest updates to linux-yocto-4.1. This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including NCR, PCIe, Dickens, amba-pl011 and XLF device trees. Please