[OE-core] [PATCH 2/4] libdrm: libdrm does not depend on xcb any more

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/drm

[OE-core] [PATCH 1/4] drm: move to PR/INC_PR, starting at r1 as libdrm_git was at r1

2012-07-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |2 ++ meta/recipes-graphics/drm/libdrm_2.4.35.bb |2 +- meta/recipes-graphics/drm/libdrm_git.bb|2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 3/4] libdrm: Put the license md5sum in the common include

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com With this, libdrm_git now does have LIC_FILES_CHKSUM as well. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |1 + meta/recipes-graphics/drm

[OE-core] [PATCH] libpciaccess: lpci access does not depend on X

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com So let's remove the X dependencies from DEPENDS and white list it in xorg-lib-common.inc. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libpciaccess_0.13.1

[OE-core] [PATCH 2/2] buildhistory: reduce the numeric delta to 10%

2012-07-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/lib/oe/buildhistory_analysis.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/buildhistory_analysis.py b/meta/lib/oe/buildhistory_analysis.py index d0e0808..0a50432 100644 --- a/meta/lib/oe

[OE-core] [PATCH] gthumb: fix parallel build problems

2012-07-31 Thread Ross Burton
It's possible with a parallel build for make to spin waiting for a file change when it isn't going to. Fix the build rules so this doesn't happen. [YOCTO #2319] Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/gthumb/files/parallel.patch | 158

[OE-core] [PATCH 07/12] mesa: enable GLESv2

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 +-- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta

[OE-core] [PATCH 06/12] mesa: Use 'require' instead of 'include'

2012-08-01 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com These include files are really required, not optional. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++--- meta/recipes-graphics

[OE-core] [PATCH 05/12] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Ross Burton
Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- ...a-dri_7.11.bbappend = mesa-dri_8.0.4.bbappend} |0 .../mesa/{mesa-7.11.inc = mesa-8.0.4.inc} | 13 +++-- meta/recipes-graphics/mesa/mesa-common.inc |4 +- ...ative_7.11.bb = mesa-dri-glsl

[OE-core] [PATCH 01/12] mesa: format the packages list nicely

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 120a256..2385f9d 100644

[OE-core] [PATCH 04/12] mesa: enable the Graphic Buffer Manager library

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +- meta/recipes-graphics/mesa/mesa-dri.inc|6 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes

[OE-core] [PATCH 08/12] mesa: enable EGL, with DRM and X11 platforms

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +++--- meta/recipes-graphics/mesa/mesa-dri.inc|5 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta

[OE-core] [PATCH 10/12] poky: add EGL and OpenGLESv2 features

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/distro/poky.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index cc9fa6c..de7a36c 100644 --- a/meta-yocto/conf/distro/poky.conf

[OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Ross Burton
: mesa-demos: fix GLES2 build (2012-08-01 13:17:10 +0100) Damien Lespiau (2): mesa: Update to 8.0.4 (latest stable version) mesa: Use 'require' instead of 'include' Ross Burton (10): mesa: format the packages list

[OE-core] [PATCH 09/12] mesa: respect x11 DISTRO_FEATURE

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 10 --- meta/recipes-graphics/mesa/mesa-dri.inc

[OE-core] [PATCH 12/12] mesa-demos: fix GLES2 build

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index bfc62c5..0685711

[OE-core] [PATCH 11/12] mesa: no need to depend on python-native, the class does that

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index e5e91a3..698f4fe 100644

[OE-core] [PATCH 02/12] mesa: move glu.pc to libglu-dev

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 2385f9d..4aa7f5f 100644

[OE-core] [PATCH 03/12] mesa: add --enable-shared-glapi, and package it in libglapi

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 4aa7f5f..509b021 100644

[OE-core] [PATCH 03/11] mesa: add --enable-shared-glapi, and package it in libglapi

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 4aa7f5f..509b021 100644

[OE-core] [PATCH 06/11] mesa: Use 'require' instead of 'include'

2012-08-01 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com These include files are really required, not optional. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++--- meta/recipes-graphics

[OE-core] [PATCH 00/11] Mesa upgrade/improvements V2

2012-08-01 Thread Ross Burton
(2012-08-01 16:32:51 +0100) Damien Lespiau (2): mesa: Update to 8.0.4 (latest stable version) mesa: Use 'require' instead of 'include' Ross Burton (9): mesa: format the packages list nicely mesa: move glu.pc

[OE-core] [PATCH 01/11] mesa: format the packages list nicely

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 120a256..2385f9d 100644

[OE-core] [PATCH 04/11] mesa: enable the Graphic Buffer Manager library

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +- meta/recipes-graphics/mesa/mesa-dri.inc|6 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes

[OE-core] [PATCH 05/11] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Ross Burton
Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- .../mesa/{mesa-7.11.inc = mesa-8.0.4.inc} | 13 +++-- meta/recipes-graphics/mesa/mesa-common.inc |4 +- ...ative_7.11.bb = mesa-dri-glsl-native_8.0.4.bb} |4 +- .../mesa/{mesa-dri_7.11.bb

[OE-core] [PATCH 02/11] mesa: move glu.pc to libglu-dev

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 2385f9d..4aa7f5f 100644

[OE-core] [PATCH 07/11] mesa: enable GLES v1 and v2

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc | 10 -- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta

[OE-core] [PATCH 09/11] mesa: respect x11 DISTRO_FEATURE

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 16 ++- meta/recipes-graphics/mesa/mesa-dri.inc

[OE-core] [PATCH 08/11] mesa: enable EGL, with DRM and X11 platforms

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +++--- meta/recipes-graphics/mesa/mesa-dri.inc|7 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 10/11] mesa: no need to depend on python-native, the class does that

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 661e76e..dfc9266 100644

[OE-core] [PATCH 11/11] mesa-demos: fix GLES2 build

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index bfc62c5..1d16bfc

[OE-core] [PATCH V3 03/11] mesa: move glu.pc to libglu-dev

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index da628b3..e508b6d 100644 --- a/meta

[OE-core] [PATCH V3 04/11] mesa: add --enable-shared-glapi, and package it in libglapi

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index e508b6d..6582bcf 100644

[OE-core] [PATCH V3 05/11] mesa: enable the Graphic Buffer Manager library

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |5 - meta/recipes-graphics/mesa/mesa-dri.inc|6 -- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes

[OE-core] [PATCH V3 07/11] mesa: Use 'require' instead of 'include'

2012-08-02 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com These include files are really required, not optional. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++--- meta/recipes-graphics

[OE-core] [PATCH V3 08/11] mesa: enable GLES v1 and v2

2012-08-02 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc | 10 -- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta

[OE-core] [PATCH V3 09/11] mesa-demos: fix GLES2 build

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos/gles2-info.patch | 15 +++ meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/mesa

[OE-core] [PATCH V3 10/11] mesa: respect x11 DISTRO_FEATURE

2012-08-02 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 14 +- meta/recipes-graphics/mesa/mesa-git.inc

[OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Ross Burton
' instead of 'include' Ross Burton (9): mesa: no need to depend on python-native, the class does that mesa: format the packages list nicely mesa: move glu.pc to libglu-dev mesa: add --enable-shared-glapi, and package it in libglapi mesa: enable the Graphic Buffer Manager

[OE-core] [PATCH V3 11/11] mesa: enable EGL, with DRM and X11 platforms

2012-08-02 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 --- meta/recipes-graphics/mesa/mesa-dri.inc|7 ++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH V3 06/11] mesa: Update to 8.0.4 (latest stable version)

2012-08-02 Thread Ross Burton
Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- .../mesa/{mesa-7.11.inc = mesa-8.0.4.inc} | 13 +++-- meta/recipes-graphics/mesa/mesa-common.inc |4 +- ...ative_7.11.bb = mesa-dri-glsl-native_8.0.4.bb} |4 +- .../mesa/{mesa-dri_7.11.bb

[OE-core] [PATCH V3 02/11] mesa: format the packages list nicely

2012-08-02 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 403a961..da628b3 100644

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-02 Thread Ross Burton
On Thursday, 2 August 2012 at 19:38, Koen Kooi wrote: This will still break every platform with a binary libegl and libgles. That is true and I'm all ears for suggestions. My best proposal so far is to let a package hint a prefix to the Debian renamer, so these packages get renamed to

Re: [OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

2012-08-03 Thread Ross Burton
On Friday, 3 August 2012 at 11:18, Koen Kooi wrote: libegl and libgles aren't built nowadays, so the problem is avoided. Noone has dared to touch this subject the past 2.5 years: http://cgit.openembedded.org/openembedded/commit/recipes/mesa?id=3d96f8cb61225d515b5cb4fe863f0d50c3ced436 The

[OE-core] [PATCH 0/8] Enable EGL and GLES in x86 Mesa

2012-08-13 Thread Ross Burton
) Damien Lespiau (2): mesa: Add a mesa-dri-glsl-native_git recipe core: Prefer mesa-dri as virtual/libopengles1/2 provider Ross Burton (5): clutter: DOLT isn't used anymore mesa: enable GLES v1 and v2 mesa-demos: fix

[OE-core] [PATCH 1/8] base.bbclass: fix PACKAGECONFIG handling code

2012-08-13 Thread Ross Burton
From: Yao Zhao yao.z...@windriver.com PACKAGECONFIG flag code only handles that when it has 3 or 4 items in flag, it may have a stale data if some flags doesn't need DEPENDS and RDEPENDS. Signed-off-by: Yao Zhao yao.z...@windriver.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta

[OE-core] [PATCH 6/8] mesa-demos: fix GLES2 build

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos/gles2-info.patch | 15 +++ meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/mesa

[OE-core] [PATCH 4/8] mesa: enable GLES v1 and v2

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc | 12 ++-- meta/recipes-graphics/mesa/mesa-dri.inc|2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 3/8] mesa: Add a mesa-dri-glsl-native_git recipe

2012-08-13 Thread Ross Burton
. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- .../recipes-graphics/mesa/mesa-dri-glsl-native.inc |7 ++ .../mesa/mesa-dri-glsl-native_8.0.4.bb |9 ++-- .../mesa/mesa-dri-glsl-native_git.bb | 23

[OE-core] [PATCH 7/8] mesa: respect x11 DISTRO_FEATURE

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 15 +- meta/recipes-graphics/mesa/mesa-git.inc

[OE-core] [PATCH 5/8] core: Prefer mesa-dri as virtual/libopengles1/2 provider

2012-08-13 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com Wihtout it, you have both mesa-dri and mesa-xlib as providers. Let's prefer the accelerated version. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro/include/default-providers.inc |2 ++ meta/conf

[OE-core] [PATCH 2/8] clutter: DOLT isn't used anymore

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb |7 +-- meta/recipes-graphics/clutter/clutter-1.8_git.bb |7 +-- meta/recipes-graphics/clutter/cogl_git.bb |7 +-- 3 files changed, 3 insertions(+), 18

[OE-core] [PATCH 8/8] mesa: enable EGL, with DRM and X11 platforms

2012-08-13 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |5 +++-- meta/recipes-graphics/mesa/mesa-dri.inc|6 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH 1/2] owl-video: patches pushed upstream, so bump srcrev

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../owl-video/gtk_multithread_safe.patch | 40 .../owl-video-widget/owl-video/make-382.patch | 17 - .../recipes-sato/owl-video-widget/owl-video_git.bb |8 ++-- 3 files changed, 3 insertions

[OE-core] [PATCH 0/2] libowl updates

2012-08-13 Thread Ross Burton
for you to fetch changes up to d3e664ba768f4485f8d7984a86c571cf43815497: libowl-av: patches merged upstream, bump srcrev (2012-08-10 15:47:00 +0300) Ross Burton (2): owl-video: patches pushed upstream, so bump srcrev

[OE-core] [PATCH 2/2] libowl-av: patches merged upstream, bump srcrev

2012-08-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libowl-av/gst_change_state.patch | 42 .../owl-video-widget/libowl-av/make-382.patch | 13 -- .../recipes-sato/owl-video-widget/libowl-av_git.bb |8 ++-- 3 files changed, 3 insertions

[OE-core] [PATCH 0/2] Remove older GTK+ versions

2012-08-17 Thread Ross Burton
to f6cf7bda28c1ae5f9033863f70657e1970b6bdc9: gtk+ remove 2.16.6 (2012-08-17 12:29:59 +0100) Ross Burton (2): gtk+: remove 2.12.7 gtk+ remove 2.16.6 .../gtk+/gtk+-2.12.7/cellrenderer-cairo.patch | 34 - .../gtk+/gtk+-2.12.7/combo

[OE-core] [PATCH 2/2] gtk+ remove 2.16.6

2012-08-17 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- ...Duplicate-the-exec-string-returned-by-gtk.patch | 33 -- .../gtk+/gtk+-2.16.6/cellrenderer-cairo.patch | 34 --- .../gtk+-2.16.6/disable-gio-png-sniff-test.diff| 99 -- .../gtk+/gtk+-2.16.6/entry

[OE-core] [PATCH] mesa: clean up PACKAGECONFIG

2012-08-20 Thread Ross Burton
Use machine overrides instead of machine features. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics

[OE-core] [PATCH] gail: remove

2012-08-29 Thread Ross Burton
This functionality was integrated into GTK+ 2.13 and we've dropped support for anything before that. [ YOCTO #2954 ] Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/gnome/gail_1.20.2.bb | 19 --- 1 file changed, 19 deletions(-) delete mode 100644 meta

[OE-core] [PATCH 0/2] tzdata fixes

2012-08-29 Thread Ross Burton
) Ross Burton (2): tzdata: this package isn't architecture specific tzdata: install /etc/localtime alongside /etc/timezone meta/recipes-extended/tzdata/tzdata_2012d.bb |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Ross Burton (2): tzdata

[OE-core] [PATCH 1/2] tzdata: this package isn't architecture specific

2012-08-29 Thread Ross Burton
The data files are compiled to a binary but architecture-independent format, so this package can be allarch. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/tzdata/tzdata_2012d.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone

2012-08-29 Thread Ross Burton
Lots of code (such a GLib) expects this to exist and link to the current timezone data. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/tzdata/tzdata_2012d.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/tzdata

[OE-core] [PATCH] tzdata: install /etc/localtime alongside /etc/timezone

2012-08-29 Thread Ross Burton
Lots of code (such a GLib) expects this to exist and link to the current timezone data. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/tzdata/tzdata_2012d.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/tzdata

[OE-core] [PATCH 2/2] task-core-x11: default to xserver-xorg instead of kdrive

2012-08-29 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/tasks/task-core-x11-mini.bb |2 +- meta/recipes-sato/tasks/task-core-x11.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11-mini.bb b/meta/recipes-sato

[OE-core] [PATCH 1/2] xserver-xorg: ship the exa module in a separate package

2012-08-29 Thread Ross Burton
EXA is used by some Xorg video drivers, it doesn't need to be shipped unless it's being used. Note that it's dynamically loaded so the automatic library dependencies won't catch this, but as far as I'm aware nothing on oe-core or meta-oe is using EXA. Signed-off-by: Ross Burton ross.bur

[OE-core] [RFC] [PATCH] xserver-kdrive: remove.

2012-08-29 Thread Ross Burton
Hi, This is the interesting bit of an in-progress branch to purge kdrive from oe-core. The commit message for some context: xserver-kdrive: remove. kdrive is effectively unmaintained upstream (it's only kept for Xephyr). Apart from two headless machines in meta-yocto

[OE-core] [PATCH] glib-2.0: don't disable all debugging functionality

2012-08-30 Thread Ross Burton
GLib will use minimal debugging on non-development builds and the extra safety net and ability to debug at all is totally worth the small performance cost. If someone has a need for every ounce of performance, a simple .bbappend can restore this option. Signed-off-by: Ross Burton ross.bur

[OE-core] [PATCH 1/6] bsp: set default XSERVER for PowerPC and MIPS machines to Xorg

2012-08-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../substrate/target/arch/mips/conf/machine/{{=machine}}.conf |7 +-- .../target/arch/powerpc/conf/machine/{{=machine}}.conf |7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/lib/bsp

[OE-core] [PATCH 2/6] xserver-xorg: ship the exa module in a separate package

2012-08-30 Thread Ross Burton
EXA is used by some Xorg video drivers, it doesn't need to be shipped unless it's being used. Note that it's dynamically loaded so the automatic library dependencies won't catch this, but as far as I'm aware nothing on oe-core or meta-oe is using EXA. Signed-off-by: Ross Burton ross.bur

[OE-core] [PATCH 3/6] task-core-x11: default to xserver-xorg instead of kdrive

2012-08-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/tasks/task-core-x11-mini.bb |4 ++-- meta/recipes-sato/tasks/task-core-x11.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11-mini.bb b/meta/recipes

[OE-core] [PATCH 6/6] x11-common: don't prune .svn directories on install, we're in git now

2012-08-30 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/x11-common/x11-common_0.1.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index 6a04cfb

[OE-core] [PATCH] xserver-xorg: remove HAL option, nothing uses HAL anymore

2012-09-03 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc |1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc index

[OE-core] [PATCH] xserver-xorg: make DRI/GLX options respect opengl distro feature

2012-09-04 Thread Ross Burton
If the distro doesn't have the opengl feature there's no point building the DRI or GLX support, making the mesa-dri build dependency optional. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc |3 +-- meta/recipes-graphics/xorg

[OE-core] [PATCH] xserver-xorg-common: add RREPLACES on xserver-xorg to -module-exa

2012-09-05 Thread Ross Burton
As the file moved from xserver-xorg to xserver-xorg-module-exa, the latter needs to replace the former to ensure a smooth migration when upgrading the packages. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc |3 +-- meta

[OE-core] [PATCH] gsettings.bbclass: fix whitespace

2012-09-05 Thread Ross Burton
As nothing in oe-core uses gsettings, it wasn't noticed that the whitespace is wrong. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/gsettings.bbclass | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH] gst-plugins-good: disable (uninstalled) examples

2012-09-06 Thread Ross Burton
The examples pull in a GTK+ build dependency, so remove that too. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst

[OE-core] [PATCH] pulseaudio: remove ConsoleKit dependency

2012-09-06 Thread Ross Burton
ConsoleKit is a runtime dependency for the ConsoleKit module, but there isn't a build-time dependency. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc|2 +- meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb |2 +- 2 files

[OE-core] [PATCH] gssdp: build examples which require GTK+ only if we have X11

2012-09-06 Thread Ross Burton
Also they just need GTK+ not libglade, so fix the depends. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb b

[OE-core] [PATCH] gssdp: build examples which require GTK+ only if we have X11

2012-09-06 Thread Ross Burton
They just need GTK+ not libglade, so fix the depends. The recipe also had multple checksums, so remove the old ones. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb | 16 +++- 1 file changed, 7 insertions(+), 9 deletions

[OE-core] [PATCH 2/2] xserver-xorg: make DRI/GLX options respect opengl distro feature

2012-09-07 Thread Ross Burton
If the distro doesn't have the opengl feature there's no point building the DRI or GLX support, making the mesa-dri build dependency optional. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 16 1 file changed, 4

[OE-core] [PATCH] xserver-xorg: make DRI/GLX options respect opengl distro feature

2012-09-07 Thread Ross Burton
If the distro doesn't have the opengl feature there's no point building the DRI or GLX support, making the mesa-dri build dependency optional. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-xserver/xserver-xorg-1.11.2.inc |2 +- meta/recipes-graphics/xorg-xserver

[OE-core] [PATCH] packagegroup-core-x11-xserver: remove redundant PACKAGES statement

2012-09-10 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../packagegroups/packagegroup-core-x11-xserver.bb |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics

[OE-core] [PATCH] telepathy-idle: fix parallel build

2012-09-10 Thread Ross Burton
Apply a patch from upstream git, and clean up our other patch so that it applies. [ YOCTO #3056 ] Signed-off-by: Ross Burton ross.bur...@intel.com --- .../build-fix-for-make-j-safety.patch | 39 .../fix-svc-gtk-doc.h-target.patch | 24

[OE-core] [PATCH] webkit-gtk: work around Make bug by re-running make

2012-09-10 Thread Ross Burton
on a patch by Andreas Müller schnitzelt...@googlemail.com. [ YOCTO #2816 ] Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb | 22 ++ 1 file changed, 22 insertions(+) diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb b

[OE-core] [PATCH 2/4] libx11-diet: you can't disable UDC, because it's always disabled

2012-09-10 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index

[OE-core] [PATCH 3/4] libx11: don't split libX11-xcb out into a libx11-xcb package

2012-09-10 Thread Ross Burton
As XCB is a hard requirement for libX11, and libX11-xcb.so is a deprecated 3KB .so, it's not worth splitting it into a separate package. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11.inc

[OE-core] [PATCH 4/4] libx11: re-arrange recipies to make comparisons easier

2012-09-10 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |9 +++-- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |3 --- meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb |4 ++-- 3 files changed, 5 insertions(+), 11

[OE-core] [PATCH] connman: remove trailing whitespace

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/connman/connman.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 59ec1fa..5b94a1e 100644

[OE-core] [RFC 06/18] libx11: move keysymdefdir option to .inc

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |2 -- meta/recipes-graphics/xorg-lib/libx11.inc |4 +++- meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb

[OE-core] [RFC 01/18] libx11: use INC_PR

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11.inc |1 + meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb

[OE-core] [RFC 12/18] default-providers: default to libx11, not -trim

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro/include/default-providers.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 2d8a17d..07222c2 100644

[OE-core] [RFC 05/18] libx11: move xcms disabling to PACKAGECONFIG in libx11.inc

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |2 +- meta/recipes-graphics/xorg-lib/libx11.inc |6 +- 3 files changed, 7 insertions(+), 3 deletions

[OE-core] [RFC 04/18] xorg-lib: move options to disable documentation to xorg-lib-common

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11.inc |4 +--- meta/recipes-graphics/xorg-lib/libxi_1.6.1.bb |4 +--- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc |3 ++- 3 files changed, 4 insertions(+), 7 deletions

[OE-core] [RFC 10/18] libx11: make bigfont an optional (disabled by default) packageconfig option

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11.inc |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 85fdbe7..d56aa23 100644

[OE-core] [RFC 08/18] libx11: merge patches into a single directory

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-lib/libx11-1.5.0/keysymdef_include.patch | 23 - .../libx11-1.5.0/makekeys_crosscompile.patch | 76 --- .../libx11-1.5.0/x11_disable_makekeys.patch| 34 -- .../xorg-lib/libx11-diet-1.5.0/X18NCMSstubs.diff | 541

[OE-core] [RFC 15/18] libx11: drop makekeys_crosscompile.patch, effectively merged upstream

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-lib/libx11/makekeys_crosscompile.patch| 76 meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb |3 +- 2 files changed, 1 insertion(+), 78 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib

[OE-core] [RFC 07/18] libx11: remove redundant license data

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |2 -- meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |3 --- 2 files changed, 5 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes

[OE-core] [RFC 11/18] libx11-diet: remove statements that are redundant

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index

[OE-core] [RFC 03/18] libx11-diet: you can't disable UDC, because it's always disabled

2012-09-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index

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