Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v3 00/12] xorg upgrades
Date: Wed, 14 Nov 2012 15:20:58 +0200	[thread overview]
Message-ID: <cover.1352898505.git.laurentiu.palcu@intel.com> (raw)

Changes in v3:
 * reintroduced the old xf86-video-omapfb recipe. However, this will not build
   because it needs to be ported to work with the compat-api. The new recipe
   has this, though. So there will still be work to be done in order to have
   this work with the 1.13 xorg server;
 * addressed Martin's comments;

Changes in v2:
 * changes to yocto BSP related files were separated and will be sent to the
   appropriate list;
 * added RPROVIDES/RREPLACES/RCONFLICTS where applicable (libdrm, xserver-xorg
   and xf86-video-omap recipes). Had a little help from Ross with these, thanks!

Hi,

This patchset contains, mainly, xorg server/drivers upgrades and an unrelated
one: mdadm. The yocto autobuilder nightlies (x86/x86_64/ppc/arm/mips) compiled
successfully. Compilations were done on top of the following commit:
78983e939ab17f02f8911c8b0d0e326b419856b9.

The tests done were basic functionality tests in qemu. xf86-input-synaptics and
xf86-video-omap were not tested due to lack of hardware. If anybody is willing
to give them a try, they're welcome.

Thanks,
Laurentiu

The following changes since commit 41125ddc8651494ffcf888d3b5efce1ae6d953bb:

  bitbake: print clear message for "bitbake -e ASSUME_PROVIDED" (2012-11-13 14:21:16 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (12):
  xf86-video-vesa: upgrade to 2.3.2
  xf86-video-intel: upgrade to 2.20.12
  xf86-input-mouse: upgrade to 1.8.1
  xkeyboard-config: upgrade to 2.7
  xcb-proto: upgrade to 1.8
  fontconfig: upgrade to 2.10.1
  libdrm: upgrade to 2.4.40
  xserver-xorg: upgrade to 1.13.0
  mdadm: upgrade to 3.2.6
  xf86-video-vmware: Add compat API
  xf86-input-synaptics: add mtdev dependency
  xf86-video-omap: add new recipe to follow the maintained repo

 meta/conf/machine/include/ia32-base.inc            |    5 +-
 .../mdadm/{mdadm_3.2.5.bb => mdadm_3.2.6.bb}       |    6 +-
 meta/recipes-graphics/drm/libdrm.inc               |   16 +-
 .../drm/libdrm/disable-cairo.patch                 |   74 ---
 .../drm/{libdrm_2.4.39.bb => libdrm_2.4.40.bb}     |    5 +-
 meta/recipes-graphics/drm/libdrm_git.bb            |    4 +-
 .../97_fontconfig                                  |    0
 .../fix-pkgconfig.patch                            |    0
 ...native_2.9.0.bb => fontconfig-native_2.10.1.bb} |    0
 .../{fontconfig_2.9.0.bb => fontconfig_2.10.1.bb}  |    7 +-
 .../xcb/{xcb-proto_1.7.1.bb => xcb-proto_1.8.bb}   |    4 +-
 ...ut-mouse_1.7.2.bb => xf86-input-mouse_1.8.1.bb} |    7 +-
 .../xorg-driver/xf86-input-synaptics_1.6.2.bb      |    4 +-
 .../xorg-driver/xf86-input-synaptics_git.bb        |    4 +-
 ...intel_2.20.8.bb => xf86-video-intel_2.20.12.bb} |    6 +-
 .../xorg-driver/xf86-video-omap_git.bb             |   31 +
 ...ideo-vesa_2.3.1.bb => xf86-video-vesa_2.3.2.bb} |    6 +-
 ...ware-port-vmware-driver-to-new-compat-API.patch |  655 ++++++++++++++++++++
 .../xorg-driver/xf86-video-vmware_12.0.2.bb        |    3 +-
 ...board-config_2.1.bb => xkeyboard-config_2.7.bb} |   10 +-
 .../xserver-xorg-1.11.4/pkgconfig-deps.patch       |   70 ---
 .../crosscompile.patch                             |    0
 .../fix_open_max_preprocessor_error.patch          |    0
 .../macro_tweak.patch                              |    0
 .../mips64-compiler.patch                          |   28 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   32 +-
 ...erver-xorg_1.11.4.bb => xserver-xorg_1.13.0.bb} |    5 +-
 27 files changed, 768 insertions(+), 214 deletions(-)
 rename meta/recipes-extended/mdadm/{mdadm_3.2.5.bb => mdadm_3.2.6.bb} (86%)
 delete mode 100644 meta/recipes-graphics/drm/libdrm/disable-cairo.patch
 rename meta/recipes-graphics/drm/{libdrm_2.4.39.bb => libdrm_2.4.40.bb} (44%)
 rename meta/recipes-graphics/fontconfig/{fontconfig-2.9.0 => fontconfig-2.10.1}/97_fontconfig (100%)
 rename meta/recipes-graphics/fontconfig/{fontconfig-2.9.0 => fontconfig-2.10.1}/fix-pkgconfig.patch (100%)
 rename meta/recipes-graphics/fontconfig/{fontconfig-native_2.9.0.bb => fontconfig-native_2.10.1.bb} (100%)
 rename meta/recipes-graphics/fontconfig/{fontconfig_2.9.0.bb => fontconfig_2.10.1.bb} (91%)
 rename meta/recipes-graphics/xcb/{xcb-proto_1.7.1.bb => xcb-proto_1.8.bb} (61%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.7.2.bb => xf86-input-mouse_1.8.1.bb} (64%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.20.8.bb => xf86-video-intel_2.20.12.bb} (84%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vesa_2.3.1.bb => xf86-video-vesa_2.3.2.bb} (80%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/vmware-port-vmware-driver-to-new-compat-API.patch
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.1.bb => xkeyboard-config_2.7.bb} (75%)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.4/pkgconfig-deps.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.11.4 => xserver-xorg-1.13.0}/crosscompile.patch (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.11.4 => xserver-xorg-1.13.0}/fix_open_max_preprocessor_error.patch (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.11.4 => xserver-xorg-1.13.0}/macro_tweak.patch (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.11.4 => xserver-xorg-1.13.0}/mips64-compiler.patch (42%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.11.4.bb => xserver-xorg_1.13.0.bb} (56%)

-- 
1.7.9.5




             reply	other threads:[~2012-11-14 13:35 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14 13:20 Laurentiu Palcu [this message]
2012-11-14 13:20 ` [PATCH v3 01/12] xf86-video-vesa: upgrade to 2.3.2 Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 02/12] xf86-video-intel: upgrade to 2.20.12 Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 03/12] xf86-input-mouse: upgrade to 1.8.1 Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 04/12] xkeyboard-config: upgrade to 2.7 Laurentiu Palcu
2012-11-15 13:54   ` Richard Purdie
2012-11-15 14:20     ` Palcu, Laurentiu
2012-11-15 14:37       ` Burton, Ross
2012-11-15 15:01   ` [PATCH v4 " Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 05/12] xcb-proto: upgrade to 1.8 Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 06/12] fontconfig: upgrade to 2.10.1 Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 07/12] libdrm: upgrade to 2.4.40 Laurentiu Palcu
2012-11-14 14:56   ` Burton, Ross
2012-11-14 16:04     ` Burton, Ross
2012-11-15 10:29   ` [PATCH v4 " Laurentiu Palcu
2012-11-15 10:37     ` Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 08/12] xserver-xorg: upgrade to 1.13.0 Laurentiu Palcu
2012-11-14 15:03   ` Burton, Ross
2012-11-14 16:18     ` Burton, Ross
2012-11-15 10:43       ` Burton, Ross
2012-11-15 11:07   ` [PATCH v4 " Laurentiu Palcu
2012-11-15 11:13     ` Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 09/12] mdadm: upgrade to 3.2.6 Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 10/12] xf86-video-vmware: Add compat API Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 11/12] xf86-input-synaptics: add mtdev dependency Laurentiu Palcu
2012-11-14 13:21 ` [PATCH v3 12/12] xf86-video-omap: add new recipe to follow the maintained repo Laurentiu Palcu
2012-11-21 16:20   ` Martin Jansa
2012-11-21 17:12     ` Richard Purdie
2012-11-21 17:21       ` Martin Jansa
2012-11-21 20:04         ` Burton, Ross
2012-11-22  8:31     ` Laurentiu Palcu
2012-11-22  8:37       ` Martin Jansa
2012-11-22  8:59         ` Laurentiu Palcu
2012-11-22 12:34           ` Nicolas Dechesne
2012-11-22 12:43             ` Martin Jansa
2012-11-22 14:05               ` Burton, Ross
2012-11-22 14:09                 ` Martin Jansa
2012-11-22 14:26                   ` Nicolas Dechesne

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.1352898505.git.laurentiu.palcu@intel.com \
    --to=laurentiu.palcu@intel.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