Re: [yocto] ipk zImage in master-next

2015-08-09 Thread Paul Barker
On Fri, Aug 07, 2015 at 09:19:45AM -0400, Trevor Woerner wrote: When packaging a zImage kernel for IPK in master-next the following error shows up: | kernel-image-zImage-4.1.2-fslc+g95d9e15 | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) It looks like the

[yocto] [meta-raspberrypi][PATCH] userland: Fix POSIX compliance expectation

2015-08-09 Thread Khem Raj
We have errors like below with glibc 2.22+ net_sockets_common.c:139:20: error: storage size of 'hints' isn't known struct addrinfo hints, *info, *p; ^ newer glibc has now fixed the definitions of getaddrinfo and ilk to be enabled with correct posix version.

[yocto] [PATCH] userland: Fix POSIX compliance expectation

2015-08-09 Thread Khem Raj
We have errors like below with glibc 2.22+ net_sockets_common.c:139:20: error: storage size of 'hints' isn't known struct addrinfo hints, *info, *p; ^ newer glibc has now fixed the definitions of getaddrinfo and ilk to be enabled with correct posix version.

Re: [yocto] [meta-raspberrypi] userland

2015-08-09 Thread Andrei Gherzan
On Thu, Aug 06, 2015 at 11:14:55PM -0700, Khem Raj wrote: On Thu, Aug 6, 2015 at 10:57 PM, Herve Jourdain herve.jourd...@neuf.fr wrote: Hi, Currently, userland_git.bb PROVIDES virtual/egl and virtual/libgles2. But “userland” seems to provide many additional components: mmal, vcos,

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix POSIX compliance expectation

2015-08-09 Thread Andrei Gherzan
Hello Khem, On Sun, Aug 09, 2015 at 09:08:20AM -0700, Khem Raj wrote: We have errors like below with glibc 2.22+ net_sockets_common.c:139:20: error: storage size of 'hints' isn't known struct addrinfo hints, *info, *p; ^ newer glibc has now fixed the definitions

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image: Fix sdcard image generation

2015-08-09 Thread Andreas Müller
On Tue, Jul 21, 2015 at 1:45 PM, Gary Thomas g...@mlbassoc.com wrote: Recent updates to the MSDOS tools (OE-core is now at 3.0.28) have made it an error to overwrite an image using mkfs.vfat. This patch fixes that problem by removing any old/stale images, thus starting from scratch.

Re: [yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-09 Thread Andreas Müller
Aaargh wrong patch - sorry On Sun, Aug 9, 2015 at 11:17 PM, Andreas Müller schnitzelt...@googlemail.com wrote: I am not the author - but ping for this one Andreas -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-raspberrypi][PATCH 2/5] rpi-config: Allow to mask GPU irqs

2015-08-09 Thread Andrei Gherzan
Hello, On Thu, Jul 30, 2015 at 10:34:08AM +0200, Javier Martinez Canillas wrote: From: Derek Foreman der...@osg.samsung.com The rpi config.txt file has a mask_gpu_interrupt option which needs to be set when using the new VC4 DRM/KMS driver. Since this option exists in the config file and

Re: [yocto] building an SDK for MacOSX

2015-08-09 Thread Richard Purdie
On Wed, 2015-08-05 at 16:53 -0400, Trevor Woerner wrote: Hi, I came across RP's meta-darwin today that I'm hoping will enable me to build an OpenEmbedded SDK that can be used by my colleagues who work in a MacOSX environment? Is my understanding correct? Yes. Has anyone tried this

[yocto] [meta-darwin] Re: building an SDK for MacOSX

2015-08-09 Thread Trevor Woerner
Hi Richard (and everyone), Any thoughts on this, is my understanding correct? It would be fantastically great if I could generate MacOSX-hosted OE SDKs built on my Linux machine to target embedded ARM boards... it would *really* help sell OE to the people at work :-D On 08/05/15 16:53, Trevor

Re: [yocto] [meta-raspberrypi][PATCH 1/1] packagegroup-rpi-test: Add pi-blaster

2015-08-09 Thread Andrei Gherzan
Hi, On Wed, Jul 22, 2015 at 11:29:52PM +0200, Petter Mabäcker wrote: Ensure that pi-blaster is built and included by default when building 'rpi-test-image'. Signed-off-by: Petter Mabäcker pet...@technux.se Merged to master. Thanks. -- Andrei Gherzan --

Re: [yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-09 Thread Andreas Müller
I am not the author - but ping for this one Andreas -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Add a 4.1 linux kernel with vc4 support

2015-08-09 Thread Andrei Gherzan
Hi, On Thu, Jul 30, 2015 at 10:34:10AM +0200, Javier Martinez Canillas wrote: From: Derek Foreman der...@osg.samsung.com This adds Eric Anholt's WIP kernel with dri/kms/3d support for the GPU on the rpi2. Adding a recipe that tracks this kernel, will make it easier to test this setup. This

Re: [yocto] [meta-mingw][PATCH 0/6] mingw patches to build meta-toolchain

2015-08-09 Thread Richard Purdie
On Wed, 2015-08-05 at 15:51 -0700, Juro Bystricky wrote: Several recipes have been updated, so the corresponding .bbappend files became stale. The attached patches correspond to various updated recipes. I tested the patches with meta-mingw layer and: SDKMACHINE=i686-mingw32 bitbake

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image: Fix sdcard image generation

2015-08-09 Thread Andrei Gherzan
On Sun, Aug 09, 2015 at 11:20:13PM +0200, Andreas Müller wrote: On Tue, Jul 21, 2015 at 1:45 PM, Gary Thomas g...@mlbassoc.com wrote: Recent updates to the MSDOS tools (OE-core is now at 3.0.28) have made it an error to overwrite an image using mkfs.vfat. This patch fixes that problem by

Re: [yocto] [meta-raspberrypi][PATCH 5/5] rpi-default-providers: Switch providers according to used gfx stack

2015-08-09 Thread Andrei Gherzan
On Thu, Aug 06, 2015 at 08:59:56AM +0200, Javier Martinez Canillas wrote: Hello Khem, On 08/06/2015 04:54 AM, Khem Raj wrote: On Tue, Aug 4, 2015 at 11:34 PM, Javier Martinez Canillas jav...@osg.samsung.com wrote: who defines the distro feature ? Distro features AFAICT are user

Re: [yocto] [meta-raspberrypi][PATCH 5/5] rpi-default-providers: Switch providers according to used gfx stack

2015-08-09 Thread Andreas Müller
Khem definitely has a very good point. Maybe his way of putting it in words was not that productive. But the core idea was definitely right: I don't want rpi layer to introduce distro features. Agreed but I still have issues make the changes work What I have done to test: 1. add

Re: [yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-09 Thread Andrei Gherzan
Cheers guys, On Thu, Jul 30, 2015 at 10:34:09AM +0200, Javier Martinez Canillas wrote: From: Derek Foreman der...@osg.samsung.com The boot partition currently has a size of 20 MiB but just the start elf binaries account almost 12 MiB, which means that only 8 MiB is left for the kernel image.

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi.inc: Make kgdboc kernel param optional

2015-08-09 Thread Andrei Gherzan
On Thu, Jul 30, 2015 at 10:34:07AM +0200, Javier Martinez Canillas wrote: From: Mauro Carvalho Chehab mche...@osg.samsung.com The kernel debugger over console (kgdboc) parameter is being added unconditionally to the kernel command line but this means that the kernel will stop and wait for gdb

Re: [yocto] [meta-raspberrypi][PATCH 0/5] Add support for 4.1 kernel with vc4 DRM/KMS driver

2015-08-09 Thread Andrei Gherzan
Cheers! First of all good work. Additionally to the comments I made in patches, find some here. On Thu, Aug 06, 2015 at 09:03:34AM +0200, Javier Martinez Canillas wrote: Hello Petter, On 08/05/2015 10:48 PM, Petter Mabäcker wrote: 2015-08-04 18:07 skrev Javier Martinez Canillas:

Re: [yocto] building an SDK for MacOSX

2015-08-09 Thread Trevor Woerner
On 08/09/15 19:41, Richard Purdie wrote: On Wed, 2015-08-05 at 16:53 -0400, Trevor Woerner wrote: Hi, I came across RP's meta-darwin today that I'm hoping will enable me to build an OpenEmbedded SDK that can be used by my colleagues who work in a MacOSX environment? Is my understanding

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-08-09 Thread Andrei Gherzan
Hi, On Mon, Jul 20, 2015 at 09:59:30AM -0600, Gary Thomas wrote: On 2015-07-19 15:34, Andrei Gherzan wrote: Hello, -- Andrei Gherzan On Thu, Jul 16, 2015 at 7:53 PM, Jon Szymaniak jon.szyman...@gmail.com mailto:jon.szyman...@gmail.com wrote: Hi all, So

Re: [yocto] [meta-raspberrypi] Issue with 8250/16550 UART1 access in raspberrypi (meta-raspberrypi)

2015-08-09 Thread Andrei Gherzan
Hello, On Tue, Jun 09, 2015 at 10:22:52AM +0300, Andreas Enbacka wrote: Hello Andrei, I attempted to compile the driver as a module, and ismod it after using wiringPi to configure the pins for uart1 (bcm pins 32/33), however the system still freeze (freeze occurs when attempting to close

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-08-09 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer