From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Xorg related changes
Date: Fri, 30 Sep 2011 09:26:47 +0200 [thread overview]
Message-ID: <cover.1317367429.git.Martin.Jansa@gmail.com> (raw)
Hi,
this patchset brings meta-oe and oe-core xorg stuff together and most of
xorg recipes will be removed from meta-oe (sending another pull request now).
This step is needed to be able to separate common x11 to meta-x11 or whatever later.
The following changes since commit 96241de59fdf548ae0f80cc9e4668f9ba11924ef:
Fix flac build on e500mc cores (2011-09-29 19:31:38 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/x11
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/x11
Martin Jansa (13):
xserver-xf86: upgrade to 1.11.0 and move shared definitions to .inc
files
xserver-xf86-dri-lite: remove COMPATIBLE_HOST
libxft, libxrender, renderproto: add native BBCLASSEXTEND
libx11: upgrade to 1.4.4
default-providers: define PREFERRED_PROVIDER_virtual/libx11-native
xorg-app-common: merge some changes from meta-oe
xorg-driver: rename .inc files and merge some changes from meta-oe
xf86-video-omapfb: bump SRCREV and add patch from meta-oe
xserver-nodm-init: merge some changes from meta-oe
rgb: import from meta-oe layer
libdrm: improve packaging
glx-use-tls: add from meta-oe layer
mesa: upgrade to 7.11
meta/classes/glx-use-tls.bbclass | 7 +
meta/conf/distro/include/default-providers.inc | 1 +
meta/recipes-graphics/drm/libdrm.inc | 7 +-
meta/recipes-graphics/drm/libdrm_2.4.26.bb | 2 +-
meta/recipes-graphics/drm/libdrm_git.bb | 2 +-
meta/recipes-graphics/mesa/mesa-7.11.inc | 15 +
meta/recipes-graphics/mesa/mesa-common.inc | 48 ++-
.../mesa/mesa-dri-glsl-native_7.11.bb | 28 ++
.../mesa/mesa-dri-glsl-native_7.8.2.bb | 27 --
meta/recipes-graphics/mesa/mesa-dri.inc | 27 ++
meta/recipes-graphics/mesa/mesa-dri_7.11.bb | 3 +
meta/recipes-graphics/mesa/mesa-xlib.inc | 5 +
meta/recipes-graphics/mesa/mesa-xlib_7.11.bb | 4 +
.../mesa/{mesa-dri => mesa}/uclibc.patch | 0
meta/recipes-graphics/mesa/mesa_7.11.bb | 6 +
.../x11-common/xserver-nodm-init/xserver-nodm | 30 +--
meta/recipes-graphics/xorg-app/rgb_1.0.4.bb | 10 +
meta/recipes-graphics/xorg-app/xorg-app-common.inc | 10 +-
.../xorg-driver/xf86-input-evdev_2.6.0.bb | 4 +-
.../xorg-driver/xf86-input-keyboard_1.6.0.bb | 4 +-
.../xorg-driver/xf86-input-keyboard_git.bb | 3 +-
.../xorg-driver/xf86-input-mouse_1.7.0.bb | 4 +-
.../xorg-driver/xf86-input-mouse_git.bb | 4 +-
.../xorg-driver/xf86-input-synaptics_1.4.0.bb | 4 +-
.../xorg-driver/xf86-input-synaptics_git.bb | 3 +-
.../xorg-driver/xf86-input-vmmouse_12.7.0.bb | 4 +-
.../xorg-driver/xf86-video-intel_2.15.0.bb | 4 +-
.../xorg-driver/xf86-video-intel_git.bb | 4 +-
.../0004-Attempt-to-fix-VRFB.patch | 325 ++++++++++++++++++++
.../xorg-driver/xf86-video-omapfb_git.bb | 20 +-
.../xorg-driver/xf86-video-vesa_2.3.0.bb | 4 +-
.../xorg-driver/xf86-video-vmware_11.0.3.bb | 4 +-
...86-driver-common.inc => xorg-driver-common.inc} | 14 +-
...xf86-input-common.inc => xorg-driver-input.inc} | 3 +-
...xf86-video-common.inc => xorg-driver-video.inc} | 2 +-
.../xorg-lib/libx11-1.4.4/keysymdef_include.patch | 19 ++
.../libx11-1.4.4/x11_disable_makekeys.patch | 29 ++
meta/recipes-graphics/xorg-lib/libx11.inc | 52 ++--
meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb | 14 +
meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb | 2 +
meta/recipes-graphics/xorg-lib/libxrender_0.9.6.bb | 2 +-
.../xorg-proto/renderproto_0.11.1.bb | 2 +-
.../xorg-xserver/xserver-xf86-1.11.0.inc | 7 +
.../xorg-xserver/xserver-xf86-common.inc | 114 ++++++-
.../xorg-xserver/xserver-xf86-dri-lite.inc | 37 +--
.../xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb | 20 --
.../xorg-xserver/xserver-xf86-dri-lite_1.11.0.bb | 4 +
.../xorg-xserver/xserver-xf86-dri-lite_git.bb | 8 +-
.../xorg-xserver/xserver-xf86-lite.inc | 32 +--
.../xorg-xserver/xserver-xf86-lite_1.10.1.bb | 12 -
.../xorg-xserver/xserver-xf86-lite_1.11.0.bb | 2 +
51 files changed, 750 insertions(+), 248 deletions(-)
create mode 100644 meta/classes/glx-use-tls.bbclass
create mode 100644 meta/recipes-graphics/mesa/mesa-7.11.inc
create mode 100644 meta/recipes-graphics/mesa/mesa-dri-glsl-native_7.11.bb
delete mode 100644 meta/recipes-graphics/mesa/mesa-dri-glsl-native_7.8.2.bb
create mode 100644 meta/recipes-graphics/mesa/mesa-dri.inc
create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.11.bb
create mode 100644 meta/recipes-graphics/mesa/mesa-xlib.inc
create mode 100644 meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
rename meta/recipes-graphics/mesa/{mesa-dri => mesa}/uclibc.patch (100%)
create mode 100644 meta/recipes-graphics/mesa/mesa_7.11.bb
create mode 100644 meta/recipes-graphics/xorg-app/rgb_1.0.4.bb
create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0004-Attempt-to-fix-VRFB.patch
rename meta/recipes-graphics/xorg-driver/{xf86-driver-common.inc => xorg-driver-common.inc} (66%)
rename meta/recipes-graphics/xorg-driver/{xf86-input-common.inc => xorg-driver-input.inc} (81%)
rename meta/recipes-graphics/xorg-driver/{xf86-video-common.inc => xorg-driver-video.inc} (65%)
create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.4.4/keysymdef_include.patch
create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.4.4/x11_disable_makekeys.patch
create mode 100644 meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-1.11.0.inc
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.11.0.bb
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.11.0.bb
--
1.7.6.1
next reply other threads:[~2011-09-30 7:32 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-30 7:26 Martin Jansa [this message]
2011-09-30 7:27 ` [PATCH 01/13] xserver-xf86: upgrade to 1.11.0 and move shared definitions to .inc files Martin Jansa
2011-09-30 11:16 ` Richard Purdie
2011-09-30 7:27 ` [PATCH 02/13] xserver-xf86-dri-lite: remove COMPATIBLE_HOST Martin Jansa
2011-10-03 20:10 ` Khem Raj
2011-10-04 7:11 ` Martin Jansa
2011-09-30 7:27 ` [PATCH 03/13] libxft, libxrender, renderproto: add native BBCLASSEXTEND Martin Jansa
2011-09-30 7:27 ` [PATCH 04/13] libx11: upgrade to 1.4.4 Martin Jansa
2011-09-30 11:24 ` Richard Purdie
2011-09-30 7:27 ` [PATCH 05/13] default-providers: define PREFERRED_PROVIDER_virtual/libx11-native Martin Jansa
2011-09-30 11:07 ` Richard Purdie
2011-09-30 7:27 ` [PATCH 06/13] xorg-app-common: merge some changes from meta-oe Martin Jansa
2011-09-30 7:27 ` [PATCH 07/13] xorg-driver: rename .inc files and " Martin Jansa
2011-09-30 7:27 ` [PATCH 08/13] xf86-video-omapfb: bump SRCREV and add patch " Martin Jansa
2011-09-30 7:27 ` [PATCH 09/13] xserver-nodm-init: merge some changes " Martin Jansa
2011-09-30 9:17 ` Richard Purdie
2011-09-30 10:52 ` Martin Jansa
2011-09-30 11:10 ` Andrea Adami
2011-09-30 7:27 ` [PATCH 10/13] rgb: import from meta-oe layer Martin Jansa
2011-09-30 7:27 ` [PATCH 11/13] libdrm: improve packaging Martin Jansa
2011-09-30 11:03 ` Richard Purdie
2011-09-30 11:10 ` Martin Jansa
2011-09-30 7:27 ` [PATCH 12/13] glx-use-tls: add from meta-oe layer Martin Jansa
2011-09-30 11:15 ` Richard Purdie
2011-09-30 7:27 ` [PATCH 13/13] mesa: upgrade to 7.11 Martin Jansa
2011-09-30 11:18 ` Richard Purdie
2011-09-30 7:28 ` [PATCH 00/13] Xorg related changes Martin Jansa
2011-09-30 11:28 ` Richard Purdie
2011-09-30 11:31 ` Martin Jansa
2011-10-03 10:38 ` Martin Jansa
2011-10-03 10:51 ` Richard Purdie
2011-10-03 13:28 ` [PATCHv2 00/30] " Martin Jansa
2011-10-03 13:28 ` [PATCHv2 01/30] libxft, libxrender, renderproto: add native BBCLASSEXTEND Martin Jansa
2011-10-03 13:28 ` [PATCHv2 02/30] xorg-app-common: merge some changes from meta-oe Martin Jansa
2011-10-03 13:28 ` [PATCHv2 03/30] xorg-driver: rename .inc files and " Martin Jansa
2011-10-03 13:28 ` [PATCHv2 04/30] xf86-video-omapfb: bump SRCREV and add patch " Martin Jansa
2011-10-03 16:00 ` Phil Blundell
2011-10-04 7:28 ` Martin Jansa
2011-10-04 9:43 ` Phil Blundell
2011-10-03 13:28 ` [PATCHv2 05/30] libdrm: improve packaging Martin Jansa
2011-10-03 13:28 ` [PATCHv2 06/30] xserver/mesa: Bump PR after libdrm packaging changes Martin Jansa
2011-10-03 13:28 ` [PATCHv2 07/30] rgb: import from meta-oe layer Martin Jansa
2011-10-03 13:28 ` [PATCHv2 08/30] xserver-xf86-dri-lite: remove old git recipe Martin Jansa
2011-10-03 13:28 ` [PATCHv2 09/30] xserver-xf86: improve packaging and move shared definitions to .inc files Martin Jansa
2011-10-03 13:28 ` [PATCHv2 10/30] xserver-xf86: add new version 1.11.1 Martin Jansa
2011-10-03 13:28 ` [PATCHv2 11/30] xserver-xf86: remove old 1.10.1 version Martin Jansa
2011-10-03 13:28 ` [PATCHv2 12/30] xserver-xf86-dri-lite: remove COMPATIBLE_HOST Martin Jansa
2011-10-03 13:28 ` [PATCHv2 13/30] xserver-xf86: drop unused files Martin Jansa
2011-10-03 13:28 ` [PATCHv2 14/30] xserver-xf86: move patches to xserver-xf86-dri-lite-1.11.1 and use same directory from xserver-xf86-lite recipe Martin Jansa
2011-10-03 13:28 ` [PATCHv2 15/30] xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite Martin Jansa
2011-10-03 13:28 ` [PATCHv2 16/30] xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 directory Martin Jansa
2011-10-03 13:28 ` [PATCHv2 17/30] xorg-driver-common: bump INC_PR to rebuild drivers agains new xserver-xorg ABI Martin Jansa
2011-10-03 13:28 ` [PATCHv2 18/30] libx11: package xcb, merge few changes from meta-oe Martin Jansa
2011-10-03 13:28 ` [PATCHv2 19/30] libx11: add new version 1.4.4 Martin Jansa
2011-10-03 13:28 ` [PATCHv2 20/30] libx11: remove older 1.3.4 Martin Jansa
2011-10-03 13:28 ` [PATCHv2 21/30] libx11: drop old 1.2.2 git version Martin Jansa
2011-10-03 13:28 ` [PATCHv2 22/30] libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4 Martin Jansa
2011-10-03 13:28 ` [PATCHv2 23/30] libx11-diet: move old patches used only by libx11-diet-1.3 to separate directory Martin Jansa
2011-10-03 13:28 ` [PATCHv2 24/30] libx11-diet: add SRC_URI checksums Martin Jansa
2011-10-03 13:28 ` [PATCHv2 25/30] xserver-nodm-init: merge some changes from meta-oe Martin Jansa
2011-10-03 13:28 ` [PATCHv2 26/30] glx-use-tls: add from meta-oe layer Martin Jansa
2011-10-03 15:02 ` Phil Blundell
2011-10-03 15:09 ` Martin Jansa
2011-10-04 12:00 ` Richard Purdie
2011-10-13 19:46 ` Phil Blundell
2011-10-14 0:09 ` Khem Raj
2011-10-14 8:40 ` Martin Jansa
2011-10-14 20:44 ` Khem Raj
2011-10-03 13:28 ` [PATCHv2 27/30] mesa: add mesa-dri.inc and mesa-xlib.inc with shared options, move uclibc.patch Martin Jansa
2011-10-03 13:28 ` [PATCHv2 28/30] mesa-dri-glsl-native: drop recipe which wasn't usefull since 7.8.2 was removed Martin Jansa
2011-10-03 13:29 ` [PATCHv2 29/30] mesa: add new version 7.11 Martin Jansa
2011-10-12 22:03 ` Richard Purdie
2011-10-03 13:29 ` [PATCHv2 30/30] mesa: drop older 7.10.2 and 7.7+git recipes Martin Jansa
2011-10-04 10:23 ` [PATCHv2 00/30] Xorg related changes Richard Purdie
2011-10-04 10:52 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1317367429.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox