From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 00/13] Pull request #8
Date: Mon, 18 Apr 2011 12:42:08 +0200 [thread overview]
Message-ID: <ioh4i0$nlu$1@dough.gmane.org> (raw)
In-Reply-To: <cover.1303122650.git.Martin.Jansa@gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 18-04-11 12:32, Martin Jansa wrote:
> xorg recipes cleanup after some of them were upgraded in oe-core
> more native and nativesdk in BBCLASSEXTEND
> small fixes
>
> Pull URL: git://gitorious.org/shr/meta-openembedded.git
> Branch: jama/meta-oe
> Browse: http://gitorious.org/shr/meta-openembedded/commits/jama/meta-oe
Thanks, pulling these in today.
>
> Thanks,
> Martin Jansa <Martin.Jansa@gmail.com>
> ---
>
>
> Martin Jansa (13):
> xorg-xserver: upgrade to 1.10.1
> xserver-common: add fbset to RDEPENDS
> libxft: add native and nativesdk BBCLASSEXTEND
> libusb1: add native and nativesdk BBCLASSEXTEND
> renderproto: it was upgraded in oe-core, keep only .bbappend with
> BBCLASSEXTEND
> libxrender: it was upgraded in oe-core, keep only .bbappend with
> BBCLASSEXTEND
> xorg-xserver-common.inc: add virtual/xserver-xf86 to PROVIDES, to be
> able to blacklist xserver-xf86-lite from oe-core
> recipes-graphics: remove xorg recipes which were upgraded to same
> versions in oe-core
> pixman: drop older version 0.20.0
> libx11: drop older version 1.4.1
> xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers
> does
> libiconv: add LIC_FILES_CHKSUM
> libdrm: upgrade to 2.4.25
>
> .../drm/libdrm-2.4.24/installtests.patch | 43 -----
> .../{libdrm-2.4.24 => libdrm-2.4.25}/glamo.patch | 0
> .../drm/libdrm-2.4.25/installtests.patch | 49 ++++++
> .../drm/{libdrm_2.4.24.bb => libdrm_2.4.25.bb} | 6 +-
> .../xorg-driver/xf86-input-keyboard_1.6.0.bb | 17 --
> .../xorg-driver/xf86-input-mouse_1.7.0.bb | 17 --
> .../xorg-driver/xorg-driver-common.inc | 2 +-
> .../xorg-lib/libx11-1.4.1/keysymdef_include.patch | 19 ---
> .../libx11-1.4.1/x11_disable_makekeys.patch | 29 ----
> meta-oe/recipes-graphics/xorg-lib/libx11_1.4.1.bb | 12 --
> meta-oe/recipes-graphics/xorg-lib/libxext_1.2.0.bb | 18 --
> .../xorg-lib/libxft_2.2.0.bbappend | 1 +
> meta-oe/recipes-graphics/xorg-lib/libxi_1.4.2.bb | 21 ---
> .../recipes-graphics/xorg-lib/libxrender_0.9.6.bb | 17 --
> .../xorg-lib/libxrender_0.9.6.bbappend | 1 +
> meta-oe/recipes-graphics/xorg-lib/libxt_1.1.1.bb | 37 -----
> .../0000-Add-pixman_bits_override_accessors.patch | 77 ---------
> ...mplementation-of-pixman_blt-with-overlapp.patch | 114 -------------
> ...of-overlapping-src-dst-for-pixman_blt_mmx.patch | 91 -----------
> ...f-overlapping-src-dst-for-pixman_blt_sse2.patch | 91 -----------
> ...f-overlapping-src-dst-for-pixman_blt_neon.patch | 94 -----------
> ...EON-optimizations-for-fetch-store-r5g6b5-.patch | 109 -------------
> ...EON-optimizations-for-fetch-store-a8-scan.patch | 148 -----------------
> ...EON-optimizations-for-fetching-x8r8g8b8-s.patch | 77 ---------
> ...ation-for-scaled-src_0565_0565-operation-.patch | 172 --------------------
> meta-oe/recipes-graphics/xorg-lib/pixman_0.20.0.bb | 23 ---
> .../recipes-graphics/xorg-proto/fixesproto_5.0.bb | 21 ---
> .../xorg-proto/renderproto_0.11.1.bb | 15 --
> .../xorg-proto/renderproto_0.11.1.bbappend | 1 +
> .../recipes-graphics/xorg-proto/xextproto_7.2.0.bb | 19 ---
> .../xorg-proto/xorg-proto-common.inc | 19 ---
> .../recipes-graphics/xorg-proto/xproto_7.0.21.bb | 16 --
> .../xorg-xserver/xorg-xserver-common.inc | 7 +-
> ...ack-assume-pixman-supports-overlapped-blt.patch | 0
> .../hack-fbdev-ignore-return-mode.patch | 0
> ...r-xorg_1.10.0.902.bb => xserver-xorg_1.10.1.bb} | 4 +-
> .../xorg-xserver/xserver-xorg_git.bb | 4 +-
> .../xserver-common/xserver-common_1.34.bb | 4 +-
> .../recipes-support/libiconv/libiconv_1.13.1.bb | 5 +
> .../recipes-support/libusb/libusb1_1.0.8.bbappend | 1 +
> 40 files changed, 73 insertions(+), 1328 deletions(-)
> delete mode 100644 meta-oe/recipes-graphics/drm/libdrm-2.4.24/installtests.patch
> rename meta-oe/recipes-graphics/drm/{libdrm-2.4.24 => libdrm-2.4.25}/glamo.patch (100%)
> create mode 100644 meta-oe/recipes-graphics/drm/libdrm-2.4.25/installtests.patch
> rename meta-oe/recipes-graphics/drm/{libdrm_2.4.24.bb => libdrm_2.4.25.bb} (91%)
> delete mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.0.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libx11-1.4.1/keysymdef_include.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libx11-1.4.1/x11_disable_makekeys.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libx11_1.4.1.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libxext_1.2.0.bb
> create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxft_2.2.0.bbappend
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libxi_1.4.2.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bb
> create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libxt_1.1.1.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0000-Add-pixman_bits_override_accessors.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0006-ARM-added-NEON-optimizations-for-fetch-store-a8-scan.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0007-ARM-added-NEON-optimizations-for-fetching-x8r8g8b8-s.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman-0.20.0/0008-ARM-optimization-for-scaled-src_0565_0565-operation-.patch
> delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman_0.20.0.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-proto/renderproto_0.11.1.bb
> create mode 100644 meta-oe/recipes-graphics/xorg-proto/renderproto_0.11.1.bbappend
> delete mode 100644 meta-oe/recipes-graphics/xorg-proto/xextproto_7.2.0.bb
> delete mode 100644 meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
> delete mode 100644 meta-oe/recipes-graphics/xorg-proto/xproto_7.0.21.bb
> rename meta-oe/recipes-graphics/xorg-xserver/{xserver-xorg-1.10.0.902 => xserver-xorg-1.10.1}/hack-assume-pixman-supports-overlapped-blt.patch (100%)
> rename meta-oe/recipes-graphics/xorg-xserver/{xserver-xorg-1.10.0.902 => xserver-xorg-1.10.1}/hack-fbdev-ignore-return-mode.patch (100%)
> rename meta-oe/recipes-graphics/xorg-xserver/{xserver-xorg_1.10.0.902.bb => xserver-xorg_1.10.1.bb} (88%)
> create mode 100644 meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNrBWAMkyGM64RGpERAj5XAKCpPq2tTp92Oa3oaxnPHRBg3N6jOACgk6Xc
xud2GUEUUhLPLWfGh9wApGI=
=nNpJ
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-04-18 10:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-18 10:32 [meta-oe][PATCH 00/13] Pull request #8 Martin Jansa
2011-04-18 10:32 ` [meta-oe][PATCH 01/13] xorg-xserver: upgrade to 1.10.1 Martin Jansa
2011-04-18 10:32 ` [meta-oe][PATCH 02/13] xserver-common: add fbset to RDEPENDS Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 03/13] libxft: add native and nativesdk BBCLASSEXTEND Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 04/13] libusb1: " Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 05/13] renderproto: it was upgraded in oe-core, keep only .bbappend with BBCLASSEXTEND Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 06/13] libxrender: " Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 07/13] xorg-xserver-common.inc: add virtual/xserver-xf86 to PROVIDES, to be able to blacklist xserver-xf86-lite from oe-core Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 08/13] recipes-graphics: remove xorg recipes which were upgraded to same versions in oe-core Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 09/13] pixman: drop older version 0.20.0 Martin Jansa
2011-04-18 10:33 ` [meta-oe][PATCH 10/13] libx11: drop older version 1.4.1 Martin Jansa
2011-04-18 10:34 ` [meta-oe][PATCH 11/13] xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers does Martin Jansa
2011-04-18 10:34 ` [meta-oe][PATCH 12/13] libiconv: add LIC_FILES_CHKSUM Martin Jansa
2011-04-18 10:34 ` [meta-oe][PATCH 13/13] libdrm: upgrade to 2.4.25 Martin Jansa
2011-04-18 10:42 ` Koen Kooi [this message]
2011-04-18 10:44 ` [meta-oe][PATCH 00/13] Pull request #8 Graeme Gregory
2011-04-18 11:07 ` Koen Kooi
2011-04-18 12:24 ` [oe] " Graeme Gregory
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='ioh4i0$nlu$1@dough.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.