Re: [yocto] [meta-raspberrypi][PATCH] make sound work out of the box for raspberrypi2

2015-03-23 Thread Andrei Gherzan
? Use gstreamer: # gst-launch audiotestsrc ! alsasink I think I tested sound with omxplayer on rpi2... this is pretty strange. -- *Andrei Gherzan* *e: **and...@gherzan.ro and...@gherzan.ro* *w: *www.gherzan.ro -- ___ yocto mailing list yocto

Re: [yocto] [meta-raspberrypi] meta-ivi meta-raspberrypi

2015-04-30 Thread Andrei Gherzan
, please give me a shout. Cheers, Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- *Andrei Gherzan* *e: **and...@gherzan.ro and...@gherzan.ro* *w: *www.gherzan.ro

Re: [yocto] [meta-raspberrypi] virtual/libgles1

2015-04-30 Thread Andrei Gherzan
-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- *Andrei Gherzan* *e: **and...@gherzan.ro and...@gherzan.ro* *w: *www.gherzan.ro -- ___ yocto mailing list yocto

Re: [yocto] [meta-raspberrypi][PATCHv2 1/1] linux-raspberrypi: Update 3.18 branch to 3.18.11

2015-05-01 Thread Andrei Gherzan
:// github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \ - file://sl030raspberrypii2ckernel.patch \ require linux-raspberrypi.inc Merged to master. Thanks. -- *Andrei Gherzan* *e: **and...@gherzan.ro and...@gherzan.ro* *w: *www.gherzan.ro

Re: [yocto] [meta-raspberrypi][PATCH 1/5] devicetree: auto-disable dts for old kernels

2015-05-10 Thread Andrei Gherzan
if RPi bootloader is used with DT-enable kernel if kerneldt: -- 1.9.1 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- *Andrei Gherzan* *e: **and...@gherzan.ro and...@gherzan.ro* *w

Re: [yocto] [meta-raspberrypi][PATCH 1/5] devicetree: auto-disable dts for old kernels

2015-05-10 Thread Andrei Gherzan
On Sun, May 10, 2015 at 4:20 PM, Petter Mabäcker pet...@technux.se wrote: Hi Andrei, See answers inline. BR, Petter On 05/10/2015 12:16 PM, Andrei Gherzan wrote: Hello Petter, On Fri, May 8, 2015 at 11:49 PM, Petter Mabäcker pet...@technux.se wrote: After '6392a63 rpi-base.inc

Re: [yocto] [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Drop support for old kernel versions

2015-05-17 Thread Andrei Gherzan
Mabäcker pet...@technux.se Patch merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 5/5] linux-raspberrypi: Update 3.12 branch to latest

2015-05-17 Thread Andrei Gherzan
' was merged to 3.12. [Support #60] Signed-off-by: Petter Mabäcker pet...@technux.se Patch merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/5] devicetree: auto-disable dts for old kernels

2015-05-17 Thread Andrei Gherzan
Hi Petter, + # Check if we are building with device tree support + DTS=${@get_dts(d, None)} # Initialize sdcard image file dd if=/dev/zero of=${SDIMG} bs=1024 count=0 seek=${SDIMG_SIZE} @@ -112,7 +114,7 @@ IMAGE_CMD_rpi-sdimg () { mcopy -i

Re: [yocto] [oe] [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-06-05 Thread Andrei Gherzan
, i'm voting for a patch which includes the upgrade to SERIAL_CONSOLES. Regards, -- Andrei Gherzan e: and...@gherzan.ro w: www.gherzan.ro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCHv2 2/2] README: fix outdated device tree info

2015-06-05 Thread Andrei Gherzan
to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] bcm2835: update SRC_URI

2015-06-05 Thread Andrei Gherzan
On Fri, May 22, 2015 at 09:47:40AM -0400, Trevor Woerner wrote: It appears as though the location of this tarball has changed. The current SRC_URI works but is redirected to this new location. Signed-off-by: Trevor Woerner twoer...@gmail.com Merged to master. Thank you. -- Andrei Gherzan

Re: [yocto] [meta-raspberrypi][PATCHv2 1/2] devicetree: auto-disable dts for old kernels

2015-06-05 Thread Andrei Gherzan
will automatically disable device tree. Signed-off-by: Petter Mabäcker pet...@technux.se --- Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] mesa gl problems

2015-06-05 Thread Andrei Gherzan
? RaspberryPi doesn't provide GLES1 on any of the providers. Check the mailing history for another related topic. The solutions are: 1. patch mesa to have gles1 provided from there 2. have something like mesa-gl but for gles1 https://lists.yoctoproject.org/pipermail/yocto/2015-April/024710.html -- Andrei

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

2015-06-05 Thread Andrei Gherzan
://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/BCM2835-ARM-Peripherals.pdf Hope this helps, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-06-05 Thread Andrei Gherzan
On Fri, May 22, 2015 at 12:03:55PM +0200, Thomas Perrot wrote: Signed-off-by: Thomas Perrot thomas.per...@tupi.fr Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-23 Thread Andrei Gherzan
Hi, On Thu, Jun 18, 2015 at 10:33 AM, Andrei Gherzan and...@gherzan.ro wrote: Hello, On 18 Jun 2015 10:22, Herve Jourdain herve.jourd...@neuf.fr wrote: Hi Andrei, Well, it seems that the current meta-raspberrypi is pulling the kernel from github, and the kernel on github already has

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-24 Thread Andrei Gherzan
he is already working on this (CCed). Regards, Herve -Original Message- From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: mercredi 24 juin 2015 12:40 To: 'Andrei Gherzan' Subject: RE: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-18 Thread Andrei Gherzan
-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Andrei Gherzan e: and...@gherzan.ro w: www.gherzan.ro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-18 Thread Andrei Gherzan
- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: jeudi 18 juin 2015 08:28 To: Herve Jourdain Cc: Yocto Project Subject: Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-08-17 Thread Andrei Gherzan
to select them in rpi-default-providers.inc It would be nice to have some detailed info on what and where to comment out the configuration. -- Andrei Gherzan -- -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-17 Thread Andrei Gherzan
= kernel LICENSE = GPLv2 LIC_FILES_CHKSUM = file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7 +SRC_URI += \ +file://build-in-audio.cfg \ + This one didn't make it. -- Andrei Gherzan -- -- Andrei Gherzan -- ___ yocto

[yocto] [meta-raspberrypi] Patches in queue

2015-07-29 Thread Andrei Gherzan
Hello all, I know there a some patches in queue. The problem is that I won't be able to take care of them until 7th of August. Basically vacation + my laptop broke and I'm waiting for a replacement. So please bear with me. Thanks for understanding, Andrei --

Re: [yocto] [meta-raspberrypi] userland

2015-08-09 Thread Andrei Gherzan
://lists.yoctoproject.org/listinfo/yocto -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

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

2015-08-09 Thread Andrei Gherzan
(+) create mode 100644 recipes-graphics/userland/userland/0001-Use-newer-POSIX-macro.patch Patch merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2015-08-09 Thread Andrei Gherzan
and needed by some kernels, add a option to set it. I understand the scope of this change and it makes sense. The only confusion is in the since this option exixts in the config file. This option is not in the config file. What do you mean by that? -- Andrei Gherzan

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 4/5] linux-raspberrypi: Add a 4.1 linux kernel with vc4 support

2015-08-09 Thread Andrei Gherzan
of the selective inclusion as this fork is a vc4 one. So, as long as you select this provider, you will need the patches. +require linux-raspberrypi.inc -- 2.4.3 -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

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

2015-08-09 Thread Andrei Gherzan
by removing any old/stale images, thus starting from scratch. Signed-off-by: Gary Thomas g...@mlbassoc.com I meant to ping on this one. Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

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

2015-08-09 Thread Andrei Gherzan
then we should rethink if it could be folded into MACHINE_FEATURES if it needs to be 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. -- Andrei Gherzan

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

2015-08-09 Thread Andrei Gherzan
: Extended the commit message] Signed-off-by: Javier Martinez Canillas jav...@osg.samsung.com --- classes/sdcard_image-rpi.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Merged to master. Thanks. -- Andrei Gherzan

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

2015-08-09 Thread Andrei Gherzan
deletions(-) Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2015-08-09 Thread Andrei Gherzan
(an others) suggestions. Thanks a lot! Best regards, Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

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][PATCH 2/5] rpi-config: Allow to mask GPU irqs

2015-08-10 Thread Andrei Gherzan
On Mon, Aug 10, 2015 at 09:48:43AM +0200, Javier Martinez Canillas wrote: Hello Andrei, Thanks a lot for your feedback and for picking patches #1 and #3! On 08/10/2015 12:44 AM, Andrei Gherzan wrote: Hello, On Thu, Jul 30, 2015 at 10:34:08AM +0200, Javier Martinez Canillas wrote: From

Re: [yocto] [meta-raspberrypi][PATCH 2/2] README: Add extra iformation on creating/sending patches using git

2015-08-10 Thread Andrei Gherzan
--- 1 file changed, 8 insertions(+), 3 deletions(-) Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Let users overwrite the default providers

2015-08-10 Thread Andrei Gherzan
On Mon, Aug 10, 2015 at 11:22:36PM +0200, Andrei Gherzan wrote: [Feature #65] Signed-off-by: Andrei Gherzan and...@gherzan.ro Signed-off-by: Pierre FICHEUX pierre.fich...@gmail.com --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions(+), 4 deletions

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

2015-08-10 Thread Andrei Gherzan
. I see only swrast which is bulls... I'm not really a graphics person so I'll let Derek to answer this. He is in fact the author of most of these patches and I'm just working on push them upstream. Guys, I really appreciate this. Thanks. -- Andrei Gherzan

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

2015-08-10 Thread Andrei Gherzan
On Mon, Aug 10, 2015 at 09:59:30AM +0200, Javier Martinez Canillas wrote: Hello Andrei, On 08/10/2015 12:54 AM, Andrei Gherzan wrote: 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

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

2015-08-10 Thread Andrei Gherzan
On Mon, Aug 10, 2015 at 01:03:57AM -0700, Khem Raj wrote: On Sun, Aug 9, 2015 at 4:57 PM, Andrei Gherzan and...@gherzan.ro wrote: 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

[yocto] [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Let users overwrite the default providers

2015-08-10 Thread Andrei Gherzan
[Feature #65] Signed-off-by: Andrei Gherzan and...@gherzan.ro Signed-off-by: Pierre FICHEUX pierre.fich...@gmail.com --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/rpi-default-providers.inc b

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

2015-08-10 Thread Andrei Gherzan
On Mon, Aug 10, 2015 at 10:02:03AM +0200, Javier Martinez Canillas wrote: Hello Andrei, On 08/10/2015 01:01 AM, Andrei Gherzan wrote: Cheers! First of all good work. Additionally to the comments I made in patches, find some here. Thanks a lot. On Thu, Aug 06, 2015 at 09:03:34AM

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

2015-08-09 Thread Andrei Gherzan
to fix it in the meanwhile? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2015-07-19 Thread Andrei Gherzan
Hello, -- Andrei Gherzan On Thu, Jul 16, 2015 at 7:53 PM, Jon Szymaniak jon.szyman...@gmail.com wrote: Hi all, So there is no support for depth clones until 2.5.0? I didn't really understand. Well, shallow clones are supported but only for branch tips, which is not what we need

Re: [yocto] [meta-raspberrypi][PATCH 0/6] Update packages

2015-07-19 Thread Andrei Gherzan
bcm2835: update version to 1.44 pi-blaster: bump to latest version rpi-gpio: update version to 0.5.11 userland: bump SRCREV Series tested and merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] [meta-raspberrypi][PATCH 0/2] More package updates

2015-07-19 Thread Andrei Gherzan
100644 recipes-devtools/wiringPi/files/0001-Add-initial-cross-compile-support.patch delete mode 100644 recipes-devtools/wiringPi/files/Makefiles-install.patch Series tested and merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list

[yocto] [meta-chip] Yocto on the 9$ computer

2015-10-24 Thread Andrei Gherzan
Hi all, Have a C.H.I.P. 9$ computer? It works with Yocto now. http://layers.openembedded.org/layerindex/branch/master/layer/meta-chip/ Happy hacking! Andrei -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16

2015-10-24 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 11:12:01PM +0200, Andrei Gherzan wrote: > From: Alex J Lennon <ajlen...@dynamicdevices.co.uk> > > This requires some changes to KERNEL_DEVICETREE as the dtb > layout has changed to support overlays. This change also > makes us ready to support kernel 4

Re: [yocto] [meta-raspberrypi][PATCH V4 3/5] userland: Adjust include location for pthreads-headers

2015-10-24 Thread Andrei Gherzan
to headers inside pthreads/ > folder to prefix them with pthreads/ so we dont have to specify > additional paths > > This fixes weston on rpi and I believe there are more patches now to > > recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend > recipes-multimedia

Re: [yocto] [meta-chip] Yocto on the 9$ computer

2015-10-24 Thread Andrei Gherzan
On Sat, Oct 24, 2015 at 09:46:41PM +0100, Alex J Lennon wrote: > > > > > Sent from my iPhone > >> On 24 Oct 2015, at 21:13, Andrei Gherzan <and...@gherzan.ro> wrote: > >> > >>> On Sat, Oct 24, 2015 at 09:58:42PM +0200, Nicolas Aguirre wro

Re: [yocto] [linux-yocto] [raspberryp2] Error during the build of linux kernel

2015-10-24 Thread Andrei Gherzan
really mean to reply personally? I've re-CC'ed the list, hope > you don't mind. First of all please use the correct email subject tag: [rasberrypi]. Otherwise your email might get overlooked. Now about the issue, did you try master to see if it fixes your problem? -- Andrei Gherzan -- __

Re: [yocto] [meta-raspberrypi][PATCH] README: Add section on audio routing

2015-10-24 Thread Andrei Gherzan
5 deletions(-) > Merged to maser. Thanks Alex. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-10-24 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 05:47:55PM +0200, Andrei Gherzan wrote: > On Wed, Oct 21, 2015 at 5:02 PM, Javier Martinez Canillas > <jav...@osg.samsung.com> wrote: > > Hello Andreas, > > > > On 10/21/2015 04:55 PM, Andreas Müller wrote: > >> On Wed, Oct 21, 20

Re: [yocto] [linux-yocto] [raspberryp2] Error during the build of linux kernel

2015-10-24 Thread Andrei Gherzan
On Sat, Oct 24, 2015 at 11:32 PM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Saturday 24 October 2015 23:29:28 Andrei Gherzan wrote: >> Hi, >> >> On Fri, Oct 2, 2015 at 2:02 PM, Trevor Woerner <twoer...@gmail.com> wrote: >> > On 10/02/15 07

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: add .pc files for the OpenGLESv2 and EGL libraries

2015-10-24 Thread Andrei Gherzan
ex J Lennon <ajlen...@dynamicdevices.co.uk> > --- I merged a similar patch of Khem's. This patched fixed the libepoxy issue too cause it fixes the paths too. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-24 Thread Andrei Gherzan
gt; Signed-off-by: Khem Raj <raj.k...@gmail.com> I merged this patch to master. The rest are still pending because of my build issue. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip] Yocto on the 9$ computer

2015-10-24 Thread Andrei Gherzan
On Sat, Oct 24, 2015 at 09:58:42PM +0200, Nicolas Aguirre wrote: > 2015-10-24 19:26 GMT+02:00 Andrei Gherzan <and...@gherzan.ro>: > > Hi all, > > > > Hi Andrei, > > > Have a C.H.I.P. 9$ computer? It works with Yocto now. > > > > http://layers.open

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-10-21 Thread Andrei Gherzan
Hello Andrei, >>> >>> On 10/21/2015 02:32 PM, Andrei Gherzan wrote: >>>> Hello Javier, >>>> >>>> On Mon, Aug 24, 2015 at 10:25:30PM +0200, Javier Martinez Canillas wrote: >>>>> Hello, >>>>> >>>>> On 0

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-10-21 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 6:51 PM, Alex J Lennon <ajlen...@gmail.com> wrote: > On 21/10/2015 13:12, Andrei Gherzan wrote: >> On Tue, Aug 25, 2015 at 09:00:06AM +0100, Alex J Lennon wrote: >>> On 25/08/2015 07:57, Petter Mabäcker wrote: >>>> >>&g

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Andrei Gherzan
; +} > > I'm wondering if this is a good idea or not. I appreciate the intention, but > does bbappending non-machine-specific recipes like this play well when you > have > other machines enabled in the same distro? > But this change will be applied only for _rpi.

[yocto] [meta-raspberrypi][PATCH 06/11] bcm2835: Update to v1.46

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-devtools/bcm2835/bcm2835_1.44.bb | 40 recipes-devtools/bcm2835/bcm2835_1.46.bb | 40 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 r

[yocto] [meta-raspberrypi][PATCH 02/11] linux-raspberrypi: support kernel 4.1.3

2015-10-21 Thread Andrei Gherzan
From: Alex J Lennon Signed-off-by: Alex J Lennon --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.1.bb diff --git

[yocto] [meta-raspberrypi][PATCH 10/11] userland: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index e431077..896229e 100644 --- a/r

[yocto] [meta-raspberrypi][PATCH 09/11] rpi-mkimage: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb index ffd1818..ffcaa83 100644 --- a/r

[yocto] [meta-raspberrypi][PATCH 03/11] linux-raspberrypi: Update 4.1 recipe to 4.1.10

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index 637c5b2..3a3cf40

[yocto] [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16

2015-10-21 Thread Andrei Gherzan
From: Alex J Lennon This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon ---

[yocto] [meta-raspberrypi][PATCH 11/11] pi-blaster: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb index 01a55ca..263852b

[yocto] [meta-raspberrypi][PATCH 04/11] linux-raspberrypi: Remove old 3.12 version

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-kernel/linux/linux-raspberrypi_3.12.bb | 7 --- 1 file changed, 7 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.bb b/recipes-kernel

[yocto] [meta-raspberrypi][PATCH 07/11] firmware: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index a5a5412..020f0ed 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 08/11] omxplayer: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index f4839a9..2f45fb0

[yocto] [meta-raspberrypi][PATCH 05/11] rpi-default-versions: Default kernel on 4.1.%

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/include/rpi-default-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc index bcf7828..c879dde

Re: [yocto] [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16

2015-10-21 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 11:12 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > From: Alex J Lennon <ajlen...@dynamicdevices.co.uk> > > This requires some changes to KERNEL_DEVICETREE as the dtb > layout has changed to support overlays. This change also > makes us ready t

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add rpi-ft5406-overlay to KERNEL_DEVICETREE

2015-10-25 Thread Andrei Gherzan
b \ > overlays/w1-gpio-pullup-overlay.dtb \ > " > -- > 2.1.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: add i2c-rtc overlay

2015-10-25 Thread Andrei Gherzan
On Sun, Oct 25, 2015 at 11:44:32PM +1100, Jonathan Liu wrote: > The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to > 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc > overlay. > Merged to master. Thanks. -- An

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
-- Andrei Gherzan On Wed, Nov 11, 2015 at 9:09 AM, Raj Jar <jarraj...@gmail.com> wrote: > Hi All, > > I have 60GB space in my build system still i face > > Do you have any custom modifications or so. It seems like the fat partition is not big enough for what you write i

Re: [yocto] [meta-raspberrypi] Missing config.txt in rpi-basic-image.bb

2015-11-08 Thread Andrei Gherzan
rked. But the same modification when > done in the config.txt file which I created under boot directory > didn't work. Seems that only the config.txt in the first partition is > being read during boot-up. > Indeed. The boot partition is mounted as read-only. Good that you go

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
-- Andrei Gherzan On Wed, Nov 11, 2015 at 2:47 PM, Edward Vidal <devel...@sbcglobal.net> wrote: > Hi Raj, > This works for me. > > Just tested as well and it works for me too. I'm not saying this to get out of the situation but it's just that I don't have any leads. So agai

Re: [yocto] raspberrypi create_image.rpi-sdimg fails

2015-11-13 Thread Andrei Gherzan
? Thanks, -- Andrei Gherzan On Fri, Nov 13, 2015 at 5:43 AM, Raj Jar <jarraj...@gmail.com> wrote: > Hi, > > This is my poky version > > Build Configuration: > BB_VERSION= "1.26.0" > BUILD_SYS = "i686-linux" > NATIVELSBSTRING = &q

Re: [yocto] [meta-raspberrypi] Missing config.txt in rpi-basic-image.bb

2015-11-01 Thread Andrei Gherzan
Hi, On Mon, Nov 2, 2015 at 2:09 AM, Chaitanya Dhere wrote: > Hello , > I tried creating one config.txt. But even after that and > rebooting I'm unable to see a i2c-1 device under /dev. > > Yes I checked, it's not present on the board under /boot . In >

Re: [yocto] raspberry pi do rootfs

2015-11-04 Thread Andrei Gherzan
-- Andrei Gherzan On Tue, Nov 3, 2015 at 5:47 AM, Raj Jar <jarraj...@gmail.com> wrote: > I got this error when i do bitbake rpi-hwup-image > I suspect error come from mcopy . > how to recover this error > MACHINE ?="raspberry pi" > > > NOTE: Preparin

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-21 Thread Andrei Gherzan
Hello, On Thu, Oct 15, 2015 at 04:57:13PM +0200, Joachim Schiele wrote: > On 13.10.2015 19:13, Andrei Gherzan wrote: > > On Tue, Oct 13, 2015 at 02:14:28AM +0200, Joachim Schiele wrote: > >> On 03.10.2015 23:53, Andrei Gherzan wrote: > >>> On Sat, Oct 03, 2015 at 02

Re: [yocto] [meta-raspberrypi] du giving non-integer result?

2015-10-21 Thread Andrei Gherzan
-- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Andrei Gherzan > Sent: 23 September 2015 21:13 > To: Jonathan Liu > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [meta-raspberrypi] du giving non-integer result? > > > > Hi g

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-10-21 Thread Andrei Gherzan
On Tue, Aug 25, 2015 at 09:00:06AM +0100, Alex J Lennon wrote: > On 25/08/2015 07:57, Petter Mabäcker wrote: > > > > > > 2015-08-17 11:23 skrev Alex J Lennon: > > > >> On 17/08/2015 09:11, Petter Mabäcker wrote: > >>> 2015-08-17 09:57 skrev Andrei Gh

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-10-21 Thread Andrei Gherzan
Hello Javier, On Mon, Aug 24, 2015 at 10:25:30PM +0200, Javier Martinez Canillas wrote: > Hello, > > On 08/17/2015 11:58 AM, Javier Martinez Canillas wrote: > > On 08/17/2015 09:57 AM, Andrei Gherzan wrote: > >> On Thursday, August 13, 2015, Khem Raj <raj.k...@

[yocto] [meta-raspberrypi] ELCE 2015

2015-10-06 Thread Andrei Gherzan
Hi all, If you guys are in Dublin tomorrow at ELCE we can have a chat and maybe a beer. Cheers! P.S.: Yes, I will get back on track with patches review. Promise. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] [meta-raspberrypi][PATCH v3] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-13 Thread Andrei Gherzan
ee. > KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" > -- > 2.6.0 > I tested build locally and based on your comments on PE I merged this patch. Thanks, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option

2015-10-13 Thread Andrei Gherzan
_ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Masking out hddimg in bootimg bbclass

2015-07-09 Thread Andrei Gherzan
Hello, Reading the bootimg bbclass, I see that iso and hddimg fstypes are masked. Any reason why? The log doesn't really help much: http://lists.openembedded.org/pipermail/openembedded-core/2014-February/089634.html -- Andrei Gherzan -- ___ yocto

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

2015-07-09 Thread Andrei Gherzan
question - the expected versions to include this feature are 2.5.0/2.5.1. So there is no support for depth clones until 2.5.0? I didn't really understand. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

Re: [yocto] [meta-raspberrypi] libepoxy do_configure fails

2015-07-09 Thread Andrei Gherzan
these patches with our gerrit transition. Would you be able to push patches for this? (hint: https://github.com/heiher/raspberrypi-firmware-pkgconfig/tree/master/pkgconfig ) -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-09 Thread Andrei Gherzan
Finally I hop on to this discussion too. On Mon, Jul 6, 2015 at 12:58 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 06 July 2015 12:48:50 Nikolay Dimitrov wrote: One issue with the regularly changing tarball checksums is that people start to get used to thes changes

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
ent builds > > Signed-off-by: Khem Raj <raj.k...@gmail.com> > Do you happen to have this patchset in a branch somewhere remote? Something doesn't apply the way it should. Thanks, Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > > > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan <and...@gherzan.ro> wrote

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > I tested with and without - same result. > > DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget > > usb

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > >> On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan <and...@gherzan

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > >

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
Hi, On Sat, Oct 03, 2015 at 12:00:13PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 11:24 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > Do you happen to have this patchset in a branch somewhere remote? Something > > doesn't apply the way it should. > > yes >

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 12:15:58PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 12:03 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > Hi, > > > > On Sat, Oct 03, 2015 at 12:00:13PM -0700, Khem Raj wrote: > >> On Sat, Oct 3, 2015 at 11:24 AM, Andrei Gherzan

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 10:46:07PM +0200, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 10:33:12PM +0200, Andrei Gherzan wrote: > > > On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > > > &g

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-03 Thread Andrei Gherzan
On Sat, Oct 03, 2015 at 02:47:24PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 2:27 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Sat, Oct 03, 2015 at 10:46:07PM +0200, Andrei Gherzan wrote: > >> On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: >

<    1   2   3   4   5   6   7   8   9   10   >