[OE-core] [PATCH 0/4] Package upgrades

Laurentiu Palcu laurentiu.palcu at intel.com
Mon Mar 11 16:27:39 UTC 2013


Tests done:
 * built the packages for all architectures (except xf86-video-intel and
   xf86-video-vmware);
 * tested basic functionality in qemu and ideapad s10-3t;
 * I changed an xserver-xorg patch related to AArch64 but didn't test it.
   Even though, at first sight, the change is safe, it would be nice if
   someone could help testing the xserver upgrade on AArch64;

Thanks,
Laurentiu

The following changes since commit 365eb9b5d22208c967dcd91d8ab52faed20f04b5:

  bitbake: bitbake-layers: fix duplicated help info (2013-03-10 04:36:52 +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 (4):
  inputproto: upgrade to 2.3
  xserver-xorg: upgrade to 1.14.0
  xf86-video-intel: upgrade to 2.21.3
  xf86-video-vmware: delete references to xserver's mibstore.h

 ...-intel_2.21.0.bb => xf86-video-intel_2.21.3.bb} |    4 +-
 .../xf86-video-vmware/Kill-mibstore.patch          |   63 +++++++++++++++++++
 .../xorg-driver/xf86-video-vmware_13.0.0.bb        |    2 +
 .../{inputproto_2.2.bb => inputproto_2.3.bb}       |    4 +-
 .../xorg-xserver/xserver-xorg-1.13.1/aarch64.patch |   64 --------------------
 .../xorg-xserver/xserver-xorg-1.14.0/aarch64.patch |   35 +++++++++++
 .../crosscompile.patch                             |    0
 .../fix_compilation_when_not_using_xinerama.patch  |   21 +++++++
 .../fix_open_max_preprocessor_error.patch          |    0
 .../macro_tweak.patch                              |    0
 .../mips64-compiler.patch                          |    0
 ...erver-xorg_1.13.1.bb => xserver-xorg_1.14.0.bb} |    5 +-
 12 files changed, 128 insertions(+), 70 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.0.bb => xf86-video-intel_2.21.3.bb} (86%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/Kill-mibstore.patch
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.2.bb => inputproto_2.3.bb} (78%)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/aarch64.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/aarch64.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/crosscompile.patch (100%)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_compilation_when_not_using_xinerama.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/fix_open_max_preprocessor_error.patch (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/macro_tweak.patch (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/mips64-compiler.patch (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.13.1.bb => xserver-xorg_1.14.0.bb} (84%)

-- 
1.7.9.5





More information about the Openembedded-core mailing list