[yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-01-30 Thread Philipp Wagner
at those binary graphics libraries will be replaced with the new "userland" libraries, but until this is all ready I'd be grat if those patches could be accepted to have a working-by-default configuration in the meta-raspberrypi tree. Philipp Philipp Wagner (2): Choose correct ABI vers

[yocto] [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries

2013-01-30 Thread Philipp Wagner
From: Philipp Wagner Depending on the used calling convention use the hardfp or the softfp binary graphics libraries. Signed-off-by: Philipp Wagner --- conf/machine/include/rpi-default-providers.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/conf/machine

[yocto] [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries

2013-01-30 Thread Philipp Wagner
From: Philipp Wagner Often the OpenGL libraries are dlopen'ed rather than linked against, which makes it necessary to add OpenGL libraries to RDEPENDS of the package. This of course requires that they are RPROVIDE'd somewhere. I've seen a bug report about this at https://gith

Re: [yocto] [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries

2013-02-05 Thread Philipp Wagner
Am 05.02.2013 19:50, schrieb Tomas Frydrych: > On 30/01/13 21:51, Philipp Wagner wrote: >> https://github.com/djwillis/meta-raspberrypi/issues/55 >> >> PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" >> +RPROVIDES = "virtual/libgl virtual/libgles2

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries

2013-02-12 Thread Philipp Wagner
Am 09.02.2013 23:59, Andrei Gherzan wrote: > I like this change but I think the best way would be to switch to > userland. So we can compile our own libraries. I sent some patches so > please give them a try. I agree that switching to userland is the best solution. I'll give it a try in the next

Re: [yocto] [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning

2013-02-19 Thread Philipp Wagner
Am 10.02.2013 18:55, schrieb Andrei Gherzan: WARNING: QA Issue: [...]/rpi-first-run-wizard.bb: Variable RDEPENDS is set as not being package specific, please fix this. Signed-off-by: Andrei Gherzan --- recipes-extra/startup/rpi-first-run-wizard.bb |4 ++-- 1 file changed, 2 insertions(+)

Re: [yocto] [meta-raspberrypi][PATCH 1/7] rpi-default-providers: Remove virtual/libgl provider

2013-02-19 Thread Philipp Wagner
Hi Andrei, I applied and tested all 7 patches and they work as the binary firmware did before. Maybe in a later patch a pkgconfig file can be added (I think it was there before, but I'm not using it yet, so I'm not really sure). I don't like the name "userland" (it's not really describing th

Re: [yocto] meta-raspberrypi

2013-04-29 Thread Philipp Wagner
Am 30.04.2013 00:13, seth bollinger wrote: > Is anyone maintaining the meta-raspberrypi repository? Yes, it's maintained by Andrei Gherzan . Philipp ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Thoughts on Raspberry Pi firmware

2013-05-15 Thread Philipp Wagner
Am 15.05.2013 11:29, schrieb Tomas Frydrych: > On 14/05/13 13:09, Paul Barker wrote: >> Secondly, is there any use case for building vc-graphics or >> vc-graphics-hardfp to provide virtual/egl and virtual/libgles2 >> (which rely on binary files from the raspberry pi firmware repo) >> instead of co

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.8.13

2013-09-08 Thread Philipp Wagner
Hi, a general question to start: 3.11.0 is out now as well (and it works, at least in my tests), should we add that as well? Am 03.09.2013 14:26, Paul Barker wrote: > Upstream commit d996a1b91b2bf3dc06f4f4f822a56f4496457aa1, dated 2013-08-07. > > Signed-off-by: Paul Barker > --- > recipes-kern

[yocto] How to include python-misc in SDK?

2013-09-08 Thread Philipp Wagner
Hi, I'm trying to build a SDK, which I can use to develop software for an image. I'm running bitbake -c populate_sdk my-image-name Afterwards I get a nice SDK, but I cannot really use it. The the software I'm building needs (on the host) the Python module "filecmp". This module is packaged insid

Re: [yocto] Add new module to recipe + meta-toolchain-qt: add gdb

2013-09-10 Thread Philipp Wagner
Hi Jose, Am 10.09.2013 19:26, Jose MÂȘ Ferreiro wrote: > We expect/want to have a gdb compiled for the host machine at > /opt/poky/1.4.2/sysroots/i686-pokysdk-linux/usr/bin/ > > QT Desktop mode is starting /usr/bin/gdb but using the /opt/poky... > directory as PYTHONHOME. We think if we have our >

Re: [yocto] Add nfs package to image minimal for atom-pc

2013-09-16 Thread Philipp Wagner
Am 16.09.2013 19:06, Khem Raj wrote: > > On Sep 16, 2013, at 4:04 AM, Jack wrote: > >> I have already tested it. But I got error again. Error is : >> >> Computing transaction...error: Can't install nfs-utils-1.2.7-r0@core2: no >> package provides /bin/bash >> >> What can I do? > > well, you ca

Re: [yocto] [meta-raspberrypi][PATCH 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12

2013-11-13 Thread Philipp Wagner
Am 13.11.2013 16:47, schrieb Andrei Gherzan: Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 recipes-kernel/linux/linux-raspberrypi_3.12.bb| 4 2 files changed, 8 insertions(+) creat

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Move patch in inc file

2013-11-13 Thread Philipp Wagner
Am 13.11.2013 16:47, schrieb Andrei Gherzan: In order to avoid duplicated code, move sl030raspberrypii2ckernel.patch in linux-raspberrypi.inc. I'm not convinced this is a good idea. Maybe it's the case for this patch, but most patches probably don't apply for all kernel versions the same. Hop

Re: [yocto] [meta-raspberrypi] Using the camera

2013-11-18 Thread Philipp Wagner
Am 18.11.2013 21:37, Gary Thomas wrote: > I have the raspberrypi camera (the one that plugs directly into > the board) running with Raspbian. Now I'd like to have it working > with my Yocto based build. I'm running the latest kernel which I > think matches the same kernel on Raspbian and I copied

Re: [yocto] [meta-raspberrypi][PATCH] linux: Update to 3.12.3 (latest RPI upstream)

2013-12-16 Thread Philipp Wagner
t;> >> >> >> >> On Sun, Dec 8, 2013 at 2:17 PM, > <mailto:li...@philipp-wagner.com> <mailto:lists@philipp-wagner.__com >> <mailto:li...@philipp-wagner.com>>> wrote: >> >> From: Philipp Wagner > <mailto:m...@phil

Re: [yocto] armhf support for meta-raspberrypi

2015-01-18 Thread Philipp Wagner
Am 18.01.2015 um 23:07 schrieb Andrea Benini: > Thanks folks, and thank you Andrei. > As suggested by toolmmy and pleasant folks in this thread I'm using > DEFAULTTUNE option. I had already seen the arm1176jzfshf after a small > search into the meta-raspberry layer but I didn't know how to use it.