[yocto] [Package Report System]Manual check recipes name list

2013-02-09 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

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

2013-02-09 Thread Andrei Gherzan
On Wed, Jan 30, 2013 at 11:51 PM, Philipp Wagner wrote: > 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 f

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

2013-02-09 Thread Andrei Gherzan
On Tue, Feb 5, 2013 at 8:54 PM, Philipp Wagner wrote: > 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 = "virtua

[yocto] [meta-raspberrypi][PATCH 7/7] vc-graphics.inc: There is no libgl so get rid of this PROVIDES

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bcm/vc-graphics/vc-graphics.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc index 915b7c1..28c95a1 100644 --- a/recipes-bcm/vc-graphics/vc-gr

[yocto] [meta-raspberrypi][PATCH 6/7] userland: Update to 8700279495e266378d36092ccf86424f0ee2539f

2013-02-09 Thread Andrei Gherzan
* install_vmcs not needed anymore * By default package is installed in /opt/vc. Move everything in ${prefix}. * Move recipe in recipes-graphics * Add PACKAGE_ARCH = MACHINE_ARCH Signed-off-by: Andrei Gherzan --- recipes-bcm/userland/userland-git/install_vmcs | 279 reci

[yocto] [meta-raspberrypi][PATCH 5/7] recipes.txt: Remove file

2013-02-09 Thread Andrei Gherzan
This file contains outdated informations. Signed-off-by: Andrei Gherzan --- recipes.txt |9 - 1 file changed, 9 deletions(-) delete mode 100644 recipes.txt diff --git a/recipes.txt b/recipes.txt deleted file mode 100644 index f989530..000 --- a/recipes.txt +++ /dev/null @@ -1,9

[yocto] [meta-raspberrypi][PATCH 4/7] layer.conf: Set LICENSE_PATH to layers's custom licenses directory

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/layer.conf |4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index e8b87b2..7bffd4b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \ BBFILE_COLLECTIONS +=

[yocto] [meta-raspberrypi][PATCH 3/7] custom-licenses: Add directory to hold custom licenses

2013-02-09 Thread Andrei Gherzan
Add Broadcom license to this directory. Signed-off-by: Andrei Gherzan --- files/custom-licenses/Broadcom | 25 + 1 file changed, 25 insertions(+) create mode 100644 files/custom-licenses/Broadcom diff --git a/files/custom-licenses/Broadcom b/files/custom-licenses/Broa

[yocto] [meta-raspberrypi][PATCH 2/7] rpi-default-providers: Use userland as provider for egl and gles2

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 6abab60..86330e8 100644 --- a/conf/mac

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

2013-02-09 Thread Andrei Gherzan
There are no libgl binary shipped in raspberrypi firmware repo. Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc |1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc

Re: [yocto] [danny] core-image-minimal-dev is missing dev packages

2013-02-09 Thread Rudolf Streif
I have not verified every single dev package but the linker files in /usr/lib/ and related are missing. You cannot link against a dev image sysroot. That used to work. :rjs On Feb 9, 2013 9:19 AM, "Rudolf Streif" wrote: > Thanks, Paul. Not sure however. I should have included that I used plain >

Re: [yocto] [danny] core-image-minimal-dev is missing dev packages

2013-02-09 Thread Rudolf Streif
Thanks, Paul. Not sure however. I should have included that I used plain old i586 architecture. There should be no dashes/underscore issues there. :rjs On Feb 9, 2013 6:30 AM, "Paul Eggleton" wrote: > On Friday 08 February 2013 19:17:35 Rudolf Streif wrote: > > This is weird and I do not have an

[yocto] mouse issue qemuarm

2013-02-09 Thread Edward Vidal
Hello, Version of qemuarm built on 01/30/13 works okay but the version built on 02/08/13 exhibits the following problem: When clicking the mouse to switch between panels nothing happens. See the details of 2 builds below. How would you use git to bisect what caused the issue. Any help will be a

Re: [yocto] [danny] core-image-minimal-dev is missing dev packages

2013-02-09 Thread Paul Eggleton
On Friday 08 February 2013 19:17:35 Rudolf Streif wrote: > This is weird and I do not have an explanation for it. For Danny: > > core-image-minimal-dev is missing the dev packages (pkg-dev) > > I build it but the packages are not there. The cause does not seem to be my > setup because the core-im

Re: [yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-09 Thread Chris Tapp
On 8 Feb 2013, at 23:18, kishore.k.bo...@intel.com wrote: > From: Kishore Bodke > > > Hi, > > This patch set is to remove the Cedartail Machine from > Linux-yocto-3.4 Kernel. > Cedartrail BSP will not be supported for Yocto 1.4 Release. Hi Kishore, Are there any plans to bring support back