Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Package upgrades
Date: Fri, 10 May 2013 18:04:12 +0300	[thread overview]
Message-ID: <cover.1368198012.git.laurentiu.palcu@intel.com> (raw)

Hi all,

This patchset contains some X related package upgrades. Basic functional tests
were done with a qemux86 core-image-sato image and on a lenovo ideapad
s10-3t netbook.

Also, all packages were build tested for all architectures (with the exception
of xf86-video-intel and xf86-video-vmware).

Thanks,
Laurentiu

The following changes since commit 88a7b041fbf2583472aa9408a33dd8881223a0c1:

  bitbake: pysh: Say what kind of token isn't implemented (2013-05-10 13:35:10 +0100)

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 (8):
  xf86-video-vmware: upgrade to 13.0.1
  xf86-video-intel: upgrade to 2.21.6
  xf86-input-keyboard: upgrade to 1.7.0
  xf86-input-mouse: upgrade to 1.9.0
  xf86-input-synaptics: upgrade to 1.7.0
  xf86-input-evdev: upgrade to 2.8.0
  xproto: upgrade to 7.0.24
  libdrm: upgrade to 2.4.44

 meta/recipes-graphics/drm/libdrm.inc               |    1 +
 .../recipes-graphics/drm/libdrm/installtests.patch |   26 --------
 .../drm/{libdrm_2.4.42.bb => libdrm_2.4.44.bb}     |    6 +-
 ...ut-evdev_2.7.3.bb => xf86-input-evdev_2.8.0.bb} |    6 +-
 ...board_1.6.2.bb => xf86-input-keyboard_1.7.0.bb} |    6 +-
 ...ut-mouse_1.8.1.bb => xf86-input-mouse_1.9.0.bb} |    6 +-
 ...tics_1.6.3.bb => xf86-input-synaptics_1.7.0.bb} |    8 +--
 ...-intel_2.21.3.bb => xf86-video-intel_2.21.6.bb} |    6 +-
 .../xf86-video-vmware/Kill-mibstore.patch          |   63 --------------------
 ...mware_13.0.0.bb => xf86-video-vmware_13.0.1.bb} |    8 +--
 .../{xproto_7.0.23.bb => xproto_7.0.24.bb}         |    5 +-
 11 files changed, 18 insertions(+), 123 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.42.bb => libdrm_2.4.44.bb} (43%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.7.3.bb => xf86-input-evdev_2.8.0.bb} (81%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.6.2.bb => xf86-input-keyboard_1.7.0.bb} (70%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.8.1.bb => xf86-input-mouse_1.9.0.bb} (73%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.3.bb => xf86-input-synaptics_1.7.0.bb} (70%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.3.bb => xf86-video-intel_2.21.6.bb} (84%)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/Kill-mibstore.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vmware_13.0.0.bb => xf86-video-vmware_13.0.1.bb} (65%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.23.bb => xproto_7.0.24.bb} (72%)

-- 
1.7.9.5




             reply	other threads:[~2013-05-10 15:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-10 15:04 Laurentiu Palcu [this message]
2013-05-10 15:04 ` [PATCH 1/8] xf86-video-vmware: upgrade to 13.0.1 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 2/8] xf86-video-intel: upgrade to 2.21.6 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 3/8] xf86-input-keyboard: upgrade to 1.7.0 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 4/8] xf86-input-mouse: upgrade to 1.9.0 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 5/8] xf86-input-synaptics: upgrade to 1.7.0 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 6/8] xf86-input-evdev: upgrade to 2.8.0 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 7/8] xproto: upgrade to 7.0.24 Laurentiu Palcu
2013-05-10 15:04 ` [PATCH 8/8] libdrm: upgrade to 2.4.44 Laurentiu Palcu
  -- strict thread matches above, loose matches on Subject: below --
2018-04-09 11:55 [PATCH 0/8] package upgrades Maxin B. John
2015-04-20  8:09 [PATCH 0/8] Package Upgrades Robert Yang
2012-07-04 18:17 [PATCH 0/8] package upgrades Laurentiu Palcu
2012-07-09 17:32 ` Saul Wold

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.1368198012.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